Kitware / minerva

Minerva: client/server/services for analysis and visualization
Apache License 2.0
36 stars 14 forks source link

Initial support of ktile raster layer #432

Closed matthewma7 closed 7 years ago

matthewma7 commented 7 years ago

This adds initial KTile geotiff layer support to Minerva based on the new girder_ktile girder plugin.

2017-09-04_09-22-03

2017-09-20_13-26-25

After adding min and max setting image

dorukozturk commented 7 years ago

@matthewma7 You might want to expose minimum and maximum values for the single band styling case through the UI. They default to min:0 and max:256 but that won't apply to every layer. https://github.com/OpenGeoscience/girder_ktile/blob/master/server/rest.py#L32-L35

matthewma7 commented 7 years ago

Hi @dorukozturk, is there a way to disable the min and max? or it has to be set? It's kind of hard to give good initial max and min values. Or do you think to set them to 0 and 256 as default is sufficient?

dorukozturk commented 7 years ago

@matthewma7 For now we can let the user give it to us. It requires some processing on the back end to get min and max which we have not implemented yet.