ruithnadsteud / yt_georaster

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

Merge detect_output_fields into one class #36

Closed arevill2 closed 3 years ago

arevill2 commented 3 years ago

When loading single Sentinel-2 and Landsat scenes the _detect_output_fields function is used in the GeoTiffHierarchy and JPEG2000Hierarchy classes respectively. Would be better for all loaded scenes (either single or multiple datasets; jpeg or tif) to use the _detect_output_fields in the RasterioGroupHierarchy class.

brittonsmith commented 3 years ago

Resolved in PR #38.