Skip to content

Commit

Permalink
ready for review
Browse files Browse the repository at this point in the history
  • Loading branch information
konstntokas committed Nov 25, 2024
1 parent 590af84 commit 00301b7
Show file tree
Hide file tree
Showing 21 changed files with 2,307 additions and 60,470 deletions.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies:
- pyproj
- pystac-client
- shapely
- tqdm
- xarray
- xcube >= 1.7.0
# for testing
Expand Down
3 changes: 1 addition & 2 deletions examples/notebooks/access_sen2_stacktime_mosaicking.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,8 @@
time_range=["2023-11-01", "2023-12-01"],
processing_level="L2A",
spatial_res=10,
tile_size=(16, 16),
crs="EPSG:32635",
bands=[
asset_names=[
"B01",
"B02",
"B03",
Expand Down
12 changes: 10 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,19 @@ readme = {file = "README.md", content-type = "text/markdown"}
license = {text = "MIT"}
requires-python = ">=3.10"
dependencies = [
"odc-geo",
"odc-stac",
"boto3",
"dask",
"s3fs",
"numpy",
"pandas",
"pyproj",
"pystac",
"pystac-client",
"rasterio",
"rioxarray",
"requests",
"shapely",
"tqdm",
"xarray",
"xcube"
]
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

12,240 changes: 0 additions & 12,240 deletions test/cassettes/test_store/StacDataStoreTest.test_open_data_cdse_seninel_2.yaml

This file was deleted.

This file was deleted.

2,340 changes: 1,098 additions & 1,242 deletions test/cassettes/test_store/StacDataStoreTest.test_open_data_stack_mode.yaml

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit 00301b7

Please sign in to comment.