geotrellis-server
geotrellis-server copied to clipboard
Configurable celltype and nodata values
GeoTrellis layers can sometimes be ingested with the incorrect cell type. Nevertheless, we'd like to support using them. Similar issues can plague the use of 3rd party GeoTiffs
- GeoTrellis layers should allow for configuration of a
CellTypeoverride - All layers should allow manual setting of a NoData value
My initial guesses here seem to have been wrong and ND handling wasn't actually the fundamental cause: Int.MinValue showing up in my printed histogram seems like it was a bit of a red herring and it now appears as though MAML might be incorrectly handling the celltype in our example ned-slope layer. Further investigation is advisable