A BecaGIS Streamlit geospatial application inspired by streamlit-geospatial. It can be deployed to Streamlit Cloud, Heroku, or MyBinder.
- Web app: https://becagis.streamlit.app | https://streamlit.becagis.vn
- Source code: https://github.com/thangqd/becagis_streamlit
- Docker installed on your machine.
-
Pull Geoprocessing from Docker Hub:
docker pull thangqd/becagis_streamlit
-
Run the Docker Container:
docker run -p 8501:8501 thangqd/becagis_streamlit
-
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/becagis_streamlit
-
Run the Docker Container:
docker run -p 8501:8501 ghcr.io/thangqd/becagis_streamlit
-
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/becagis_streamlit.git
-
Build the Docker Image:
cd becagis_streamlit 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