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
- Host: GitHub
- URL: https://github.com/andrewnyu/geopandas-dockerfile
- Owner: andrewnyu
- Created: 2022-01-15T13:51:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-15T14:57:55.000Z (over 4 years ago)
- Last Synced: 2025-05-18T04:36:18.065Z (about 1 year ago)
- Topics: docker, docker-image, dockerfile, geopandas
- Language: Dockerfile
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.