An open API service indexing awesome lists of open source software.

https://github.com/andrewnyu/geopandas-dockerfile

Dockerfile that installs Geopandas on Python 3.8 with spatial join working
https://github.com/andrewnyu/geopandas-dockerfile

docker docker-image dockerfile geopandas

Last synced: about 2 months ago
JSON representation

Dockerfile that installs Geopandas on Python 3.8 with spatial join working

Awesome Lists containing this project

README

          

# geopandas-dockerfile
Dockerfile that installs Geopandas on Python 3.8 with spatial join working

Background: I recently wanted to find a simple way to get geopandas spatial join running on a Docker container and found that existing online resources did not work out of the box.


I created this Dockerfile to help streamline the creation of my web application which uses geopandas spatial join on the backend. Hope this is helpful and let me know your thoughts and comments.