Skip to content

Commit

Permalink
Add catalog to load test data
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhujasmine committed Jul 5, 2023
1 parent d3dcee1 commit e9f3137
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions test_data/landuse_classification/catalog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
sources:
UCMerced_LandUse_all:
description: Labeled images from UCMerced_LandUse/Images
origin: http://weegee.vision.ucmerced.edu/datasets/landuse.html
driver: xarray_image
cache:
- argkey: urlpath
regex: 'datasets.holoviz.org/UCMerced_LandUse'
type: file
args:
urlpath: '{{ CATALOG_DIR }}UCMerced_LandUse/v1/Images/{landuse}/{landuse}0{id:1d}.tif'
chunks: {}
storage_options: {'anon': True}
concat_dim: [id, landuse]
coerce_shape: [256, 256]

0 comments on commit e9f3137

Please sign in to comment.