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

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

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
```