Skip to content

Commit

Permalink
Merge pull request #63 from earthdaily/dev
Browse files Browse the repository at this point in the history
v0.1.1
  • Loading branch information
nkarasiak committed May 13, 2024
2 parents defac59 + 26a42d2 commit 35b2b39
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion earthdaily/earthdatastore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ def datacube(
DESCRIPTION.
"""
if properties is not None and groupby_date is not None:
if properties not in (None, False) and groupby_date is not None:
raise NotImplementedError(
"You must set `groupby_date=None` to have properties per item."
)
Expand Down
2 changes: 1 addition & 1 deletion requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ dependencies:
- tqdm
- python-dotenv
- rich
- dask
- dask>=2024.5
- spyndex
- dask-image
1 change: 1 addition & 0 deletions requirements_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencies:
- libtiff
- gdal>=3.7.0
- geopandas>=0.11
- dask>=2024.5
- shapely
- xarray
- rasterio
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"tqdm",
"python-dotenv",
"rich",
"dask",
"dask>=2024.5",
"spyndex",
"dask-image",
"numba",
Expand Down

0 comments on commit 35b2b39

Please sign in to comment.