Skip to content

Commit

Permalink
Merge pull request #1 from remi-braun/main
Browse files Browse the repository at this point in the history
Adding EOReader library
  • Loading branch information
HTenkanen committed Jul 4, 2022
2 parents 00590cb + 6968b94 commit befcb3c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/pygieons/ecosystem_connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
{"from": "eomaps", "to": "geopandas"},
{"from": "eomaps", "to": "mapclassify"},
{"from": "eomaps", "to": "pyepsg"},
{"from": "eoreader", "to": "dask"},
{"from": "eoreader", "to": "geopandas"},
{"from": "eoreader", "to": "pystac"},
{"from": "eoreader", "to": "rasterio"},
{"from": "eoreader", "to": "rioxarray"},
{"from": "eoreader", "to": "xarray"},
{"from": "esda", "to": "pysal"},
{"from": "fiona", "to": "GDAL"},
{"from": "geemap", "to": "earthengine-api"},
Expand Down
2 changes: 1 addition & 1 deletion src/pygieons/ecosystem_pkgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"data extraction / processing": {
"generic": ["astropy", "geocube", "owslib", "scikit-image", "whitebox"],
"vector": ["geopy", "h3", "osmnet", "osmnx", "pyntcloud", "pyrosm", "snkit"],
"raster": ["earthengine-api", "easystac", "eemont", "lidar", "odc-stac", "planetary-computer", "pymap3d",
"raster": ["earthengine-api", "easystac", "eemont", "eoreader", "lidar", "odc-stac", "planetary-computer", "pymap3d",
"pyotb", "pyrosar", "pystac", "pystac-client", "radiant-mlhub", "rio-hist", "rio-mucho", "rio-tiler",
"salem", "satpy", "sentinelsat", "stackstac", "verde", "xarray-sentinel", "xyzservices"],
}
Expand Down

0 comments on commit befcb3c

Please sign in to comment.