Daniel J. Dufour

Results 416 comments of 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: ![image](https://user-images.githubusercontent.com/4313463/46734171-1fc80700-cc9b-11e8-8bff-0c343a3367c2.png)

Issue seems to be that geotiff.io didn't successfully parse the projection. I'll continue to look into this more: ![image](https://user-images.githubusercontent.com/4313463/46734684-b943e880-cc9c-11e8-9b28-197440935986.png)

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...