Skip to content

Commit

Permalink
Updates to LSC (holoviz-topics#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike McCarty authored and jlstevens committed Aug 28, 2018
1 parent 65c6c96 commit 3ae7a2d
Show file tree
Hide file tree
Showing 5 changed files with 133 additions and 3,703 deletions.
Binary file removed examples/Midwest_Mosaic.tif
Binary file not shown.
37 changes: 33 additions & 4 deletions examples/catalog.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
plugins:
source:
- module: earthml
sources:
l5:
description: Images contain Landsat Surface Reflectance Level-2 Science Product L5.
Expand All @@ -16,6 +13,7 @@ sources:
x: 256
y: 256
concat_dim: concat_dim
storage_options: {'anon': True}
l8:
description: Images contain Landsat Surface Reflectance Level-2 Science Product L5.
driver: rasterio
Expand All @@ -29,4 +27,35 @@ sources:
band: 1
x: 256
y: 256
concat_dim: concat_dim
concat_dim: concat_dim
storage_options: {'anon': True}
landsat_sample:
description: Sample Landsat image.
driver: rasterio
cache:
- argkey: urlpath
regex: 'earth-data'
type: file
args:
urlpath: 's3://earth-data/landsat-sample.tiff'
chunks:
band: 1
x: 256
y: 256
concat_dim: concat_dim
storage_options: {'anon': True}
midwest_mosaic:
description: Pangeo Landsat Mosaics - Midwest
driver: rasterio
cache:
- argkey: urlpath
regex: 'earth-data'
type: file
args:
urlpath: 's3://earth-data/Midwest_Mosaic.tif'
chunks:
band: 1
x: 256
y: 256
concat_dim: concat_dim
storage_options: {'anon': True}
1,994 changes: 0 additions & 1,994 deletions examples/landsat_spectral_clustering_xa.ipynb

This file was deleted.

Binary file removed examples/topics/landsat-sample.tiff
Binary file not shown.
1,805 changes: 100 additions & 1,705 deletions examples/topics/landsat_spectral_clustering.ipynb

Large diffs are not rendered by default.

0 comments on commit 3ae7a2d

Please sign in to comment.