Skip to content

Commit

Permalink
fix(stac-arrow): don't include null assets
Browse files Browse the repository at this point in the history
Here's an issue that describes what's going on:
stac-utils/stac-geoparquet#77
  • Loading branch information
gadomski committed Aug 27, 2024
1 parent 08cda3e commit 666c77d
Show file tree
Hide file tree
Showing 4 changed files with 1,507 additions and 7 deletions.
10 changes: 4 additions & 6 deletions scripts/requirements-stac-geoparquet.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ ciso8601==2.3.1
# via stac-geoparquet
deepdiff==7.0.1
# via -r scripts/requirements-stac-geoparquet.in
deltalake==0.18.2
deltalake==0.19.1
# via stac-geoparquet
geopandas==1.0.1
# via stac-geoparquet
numpy==2.0.1
numpy==2.1.0
# via
# geopandas
# pandas
Expand All @@ -21,7 +21,7 @@ numpy==2.0.1
# shapely
ordered-set==4.1.0
# via deepdiff
orjson==3.10.6
orjson==3.10.7
# via stac-geoparquet
packaging==24.1
# via
Expand All @@ -37,8 +37,6 @@ pyarrow==17.0.0
# -r scripts/requirements-stac-geoparquet.in
# deltalake
# stac-geoparquet
pyarrow-hotfix==0.6
# via deltalake
pyogrio==0.9.0
# via geopandas
pyproj==3.6.1
Expand All @@ -53,7 +51,7 @@ python-dateutil==2.9.0.post0
# pystac
pytz==2024.1
# via pandas
shapely==2.0.5
shapely==2.0.6
# via
# geopandas
# stac-geoparquet
Expand Down
Loading

0 comments on commit 666c77d

Please sign in to comment.