Skip to content

Commit

Permalink
add rasterstats
Browse files Browse the repository at this point in the history
  • Loading branch information
mayrajeo committed Sep 18, 2023
1 parent b1f30d5 commit 384375b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
14 changes: 1 addition & 13 deletions nbs/examples_unet.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -591,21 +591,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "python3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.4"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ status = 3
user = mayrajeo

### Optional ###
requirements = fastcore numpy geopandas rasterio pycocotools scikit-image scikit-learn tqdm matplotlib GDAL==3.6.4
requirements = fastcore numpy geopandas rasterio pycocotools scikit-image scikit-learn tqdm matplotlib GDAL==3.6.4 rasterstats
# dev_requirements =
console_scripts =
geo2ml_help=geo2ml.cli:chelp
Expand Down

0 comments on commit 384375b

Please sign in to comment.