Daniel J. Dufour
Daniel J. Dufour
That would be great!
geotiff.io / georaster isn't successfully pulling the projection. here's gdalinfo: ``` Driver: GTiff/GeoTIFF Files: S1A_IW_RT30_20181127T101454_G_gpn-ls_map.tif Size is 9444, 7325 Coordinate System is: PROJCS["WGS 84 / UTM zone 20N", GEOGCS["WGS 84",...
And s3: https://s3.amazonaws.com/geotiff.io/S1A_IW_RT30_20181127T101454_G_gpn-ls_map.tif
@Tigeraus , thank you so much for testing this and catching these bugs! I will look into them immediately! :-)
Here's the output from gdalinfo of your .tif file. It'll help us debug: 
Issue seems to be that geotiff.io didn't successfully parse the projection. I'll continue to look into this more: 
Thank you for catching this error. It appears that your raster doesn't load because [georaster-layer-for-leaflet](https://www.npmjs.com/package/georaster-layer-for-leaflet) doesn't support UTM. I created an issue for this library here: https://github.com/GeoTIFF/georaster-layer-for-leaflet/issues/5
@Tigeraus , thank you for your feedback. This is very helpful for us! :-) [georaster-layer-for-leaflet ](https://github.com/GeotiFF/georaster-layer-for-leaflet) uses a super simple nearest neighbor interpolation. It sets the resolution here: https://github.com/GeoTIFF/georaster-layer-for-leaflet/blob/master/georaster-layer-for-leaflet.js#L114 The...
yes @Tigeraus , that is a great idea! Among the solutions listed below, which is most important to you. We'll work on that first! :-) 1) config.yml file 2) config.json...
Hi, @Tigeraus . I just wanted to let you know that you can now adjust the resolution of the raster based on the `url` URL Param. You can learn more...