Daniel J. Dufour

Results 387 comments of Daniel J. Dufour
trafficstars

Yup. The misalignment of the roads appears to be a by-product of both reprojecting and sampling the raster at the same time. There's a few possible solutions such as tweaking...

Hi, thanks for bringing this to my attention. I'm optimistic we can fix this. Are you using TypeScript or just JavaScript?

I think the solution will be probably adding the correct optional chaining babel plugin to https://github.com/GeoTIFF/georaster-layer-for-leaflet/blob/master/webpack.config.js

@MTishman2013 , could you show the line where you import georaster-layer-for-leaflet. It says there's an error at `error in ./node_modules/georaster-layer-for-leaflet/dist/georaster-layer-for-leaflet.js`, but `dist/georaster-layer-for-leaflet.js` isn't referenced in the most recent package.json (https://unpkg.com/[email protected]/package.json),...

Yes, I can definitely try! To speed things up, would you be able to post a screenshot of the dev console with the error messages. Thank you!

These are still definitely issues. Unfortunately, I haven't found the time to fix them. @FrancescoFilippi , would you have time to work on this and submit a merge request?

Hi, @lliendo . Thanks for reaching out. It could be a couple things going on. Do you know if there is a NoData Value set? I don't see one in...

Hi. Does this link help? https://github.com/GeoTIFF/georaster-layer-for-leaflet/issues/86#issuecomment-974067073

Hi, @note5 . Thank you for posting this question. How large is the raster/geotiff file? If you want to get all of the pixel values, you can run `georaster.getValues()` instead...

Hi, @note5 . You'll definitely want to use a cloud optimized GeoTIFF. You can load a COG using `parseGeoRaster(url_to_cog)`. You won't want to use `georaster.getValues()` because that will probably take...