A Streamlit Geoprocessing App inspired by streamlit-geospatial. It can be deployed to Streamlit Cloud, Heroku, or MyBinder.
- Web app: https://georocessing.streamlit.app
- Source code: https://github.com/thangqd/geoprocessing
- Docker installed on your machine.
-
Pull Geoprocessing from Docker Hub:
docker pull thangqd/geoprocessing
-
Run the Docker Container:
docker run -p 8501:8501 thangqd/geoprocessing
-
Access Geoprocessing powered by Stramlit:
Open your web browser and go to http://localhost:8501.
-
Pull Geoprocessing from GitHub Container Registry:
docker pull ghcr.io/thangqd/geoprocessing
-
Run the Docker Container:
docker run -p 8501:8501 ghcr.io/thangqd/geoprocessing
-
Access Geoprocessing powered by Stramlit:
Open your web browser and go to http://localhost:8501.
- Git and Docker installed on your machine.
-
Clone the Repository:
git clone https://github.com/thangqd/geoprocessing.git
-
Build the Docker Image:
cd geoprocessing docker-compose build
-
Run the Docker Container:
docker-compose up
-
Access Geoprocessing powered by Stramlit:
Open your web browser and go to http://localhost:8501.
Feel free to access https://github.com/thangqd/geoprocessing/issues to report any inquiries or issues