Skip to content

Commit

Permalink
update catalog: port, ignore metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
deekaey committed Feb 9, 2024
1 parent cc0d2e3 commit 792a9fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions data/catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ sources:
anon: true
default_fill_cache: false
client_kwargs:
endpoint_url: 'https://s3.imk-ifu.kit.edu:8082'
endpoint_url: 'https://s3.imk-ifu.kit.edu:10443'
verify: False
simplecache:
cache_storage: '.cache'
same_names: true
Expand Down Expand Up @@ -63,7 +64,7 @@ sources:
anon: true
default_fill_cache: false
client_kwargs:
endpoint_url: 'https://s3.imk-ifu.kit.edu:8082'
endpoint_url: 'https://s3.imk-ifu.kit.edu:10443'
simplecache:
cache_storage: '.cache'
same_names: true
Expand All @@ -73,12 +74,12 @@ sources:
driver: zarr
args:
urlpath: 's3://era5land-zarr/data.zarr'
consolidated: True
consolidated: False
storage_options:
use_ssl: False
use_ssl: True
anon: True
client_kwargs:
endpoint_url: 'https://s3.imk-ifu.kit.edu:8082'
endpoint_url: 'https://s3.imk-ifu.kit.edu:10443'
verify: False


Expand All @@ -100,7 +101,7 @@ sources:
anon: true
default_fill_cache: false
client_kwargs:
endpoint_url: 'https://s3.imk-ifu.kit.edu:8082'
endpoint_url: 'https://s3.imk-ifu.kit.edu:10443'
simplecache:
cache_storage: '.cache'
same_names: true
2 changes: 1 addition & 1 deletion ldndctools/misc/create_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def create_dataset(
args,
progressbar: Optional[Any] = None,
status_widget: Optional[Any] = None,
):
):
# soil = soil.load()
# soil = soil.rio.write_crs(4326)

Expand Down

0 comments on commit 792a9fb

Please sign in to comment.