ruithnadsteud / yt_georaster

A package for handling geotiff files and georeferenced datasets within yt.
1 stars 2 forks source link

Using field map key word argument for yt load with multiple files #30

Closed deastwoo closed 3 years ago

deastwoo commented 3 years ago

The field_map kwarg is built to allow someone to define field properties using a yaml file. Currently this only works for datasets involving one file. This should be enhanced so that it can work with multiple files, most likely using a single master yaml file which references all of the dataset bands and their correct source files.

brittonsmith commented 3 years ago

Resolved in PR #38.