https://github.com/ocsmit/raster-chef-workshop
Workshop presented @ Center for Geospatial Analytics lunch and learn series
https://github.com/ocsmit/raster-chef-workshop
Last synced: 6 days ago
JSON representation
Workshop presented @ Center for Geospatial Analytics lunch and learn series
- Host: GitHub
- URL: https://github.com/ocsmit/raster-chef-workshop
- Owner: ocsmit
- License: gpl-3.0
- Created: 2022-10-25T14:41:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-03T15:01:39.000Z (over 3 years ago)
- Last Synced: 2025-03-02T05:42:55.868Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 145 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Raster Chef
> "It's gonna take more than a clever cook to get that right. It's gonna take a magician."
This is a collection of python notebooks designed to provide resources and examples for ingesting Remote Sensing satellite data from a varietry of different sources.
The workshop this was created for was initally presented as a part of the lunch & learn series at NCSU Center for Geospatial Analytics. The slides for the workshop can be found [here](https://www.gaderian.io/raster-chef).
## Set up
To install all dependencies run either
```shell
conda env create -f ./raster-chef.yml
```
or
```shell
mamba env create -f ./raster-chef.yml
```