Skip to content

flask app that will summarize and extract various spatial attributes for a given polygon or point

License

Notifications You must be signed in to change notification settings

psmyth2/spatial-extractions

Repository files navigation

Spatial Extractions App

Setup the project

Using Conda

conda env create -f environment.yml
conda activate flask_app
./run

Using Docker (recommended)

docker build -t flask-spatial-extractions .
docker run -p 5000:5000 flask-spatial-extractions

About

flask app that will summarize and extract various spatial attributes for a given polygon or point

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published