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

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

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