Skip to content

Commit

Permalink
Add fiona for reading shapefiles
Browse files Browse the repository at this point in the history
This library will be used to read and convert shapefiles
in the back-end.

lib-gdaldev is required to build fiona.
  • Loading branch information
rajadain committed Nov 2, 2022
1 parent 88f040e commit 32c7d36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/django/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ COPY requirements.txt /usr/local/src/
RUN set -ex \
&& buildDeps=" \
build-essential \
libgdal-dev \
libpq-dev \
" \
&& deps=" \
Expand Down
1 change: 1 addition & 0 deletions src/django/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ djangorestframework-gis==1.0
dj-rest-auth==2.2.5
factory-boy==3.2.1
filetype==1.0.13
fiona==1.8.22
flake8==4.0.1
gunicorn==20.1.0
psycopg2==2.9.3
Expand Down

0 comments on commit 32c7d36

Please sign in to comment.