https://github.com/robmarkcole/quickstart-with-geotiffs
A quickstart guide to working with geotiffs
https://github.com/robmarkcole/quickstart-with-geotiffs
Last synced: about 1 year ago
JSON representation
A quickstart guide to working with geotiffs
- Host: GitHub
- URL: https://github.com/robmarkcole/quickstart-with-geotiffs
- Owner: robmarkcole
- License: apache-2.0
- Created: 2022-11-17T11:23:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-17T13:40:21.000Z (over 3 years ago)
- Last Synced: 2025-03-25T00:07:47.255Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 1.21 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# quickstart-with-geotiffs
A quickstart guide to working with geotiffs
## Environment using venv
* Create a venv: `python3 -m venv venv`
* Activate venv: `source venv/bin/activate`
* Install requirements: `pip install -r requirements.txt`
* Run jupyter, ensuring from venv: `venv/bin/jupyter lab` or use VSCode