Skip to content

Commit

Permalink
fix(lib): remove hard gdal installation requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Nov 23, 2024
1 parent 47c4885 commit 34e1c34
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Initially lib was developed during Open AI Challenge with [Omdeena](https://omdena.com/). Learn more about challenge from [here](https://www.hotosm.org/tech-blog/hot-tech-talk-open-ai-challenge/)


## Prerequisties

- Install gdal-python and numpy array

## `hot_fair_utilities` Installation

Installing all libraries could be pain so we suggest you to use docker , If you like to do it bare , You can follow `.github/build.yml`
Expand Down Expand Up @@ -59,3 +64,6 @@ Now you can play with your data , use your own data , use different models for t

### Version Control
Follow [Version Control Docs](./docs/Version_control.md) to publish and maintain new version

master --- > Dev
Releases ---- > Production
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ keywords = [
"postprocessing", "stitching","training"
]
dependencies = [
"shapely==1.8.0","GDAL", "numpy",
"shapely==1.8.0", "numpy",
"Pillow==9.1.0", "geopandas==0.14.4","pandas==2.2.3",
"rasterio", "mercantile==1.2.1", "tqdm==4.67.0",
"rtree","opencv-python-headless<=4.10.0.84",
Expand Down

0 comments on commit 34e1c34

Please sign in to comment.