diff --git a/.github/requirements.txt b/.github/requirements.txt new file mode 100644 index 0000000..fd5a4c1 --- /dev/null +++ b/.github/requirements.txt @@ -0,0 +1,18 @@ +earthengine-api==0.1.408 +geocube==0.4.2 +geopandas==0.14.1 +rioxarray==0.15.0 +odc-stac==0.3.8 +pystac-client==0.7.5 +pytest==7.4.3 +xarray-spatial==0.3.7 +xee==0.0.3 +utm==0.7.0 +osmnx==1.9.3 +dask[complete]==2023.11.0 +matplotlib==3.8.2 +s3fs==2024.5.0 +geemap==0.32.0 +pip==23.3.1 +boto3==1.34.124 +cartoframes==1.2.5 \ No newline at end of file diff --git a/.gitignore b/.gitignore index 51a0305..01b3808 100644 --- a/.gitignore +++ b/.gitignore @@ -163,4 +163,3 @@ cython_debug/ /keys keys/ wri-gee-358d958ce7c6.json -citiesindicators-fe8fd6514c70.json diff --git a/environment.yml b/environment.yml index 679f1b6..abcc6db 100644 --- a/environment.yml +++ b/environment.yml @@ -13,9 +13,10 @@ dependencies: - xarray-spatial=0.3.7 - xee=0.0.3 - utm=0.7.0 - - osmnx=1.9.3 + - osmnx=1.8.1 - dask[complete]=2023.11.0 - matplotlib=3.8.2 + - jupyterlab=4.0.10 - s3fs=2024.5.0 - geemap=0.32.0 - pip=23.3.1