Daniel J. Dufour

Results 387 comments of Daniel J. Dufour
trafficstars

Awesome, @energyaccessexplorer ! I'm glad to see that it's working for Uint8Array. Unfortunately, geotiff.js (and specifically the [geotiffwriter.js](https://github.com/geotiffjs/geotiff.js/blob/master/src/geotiffwriter.js) doesn't support writing anything other than Uint8Arrays of values. However, adding support...

@m0ose , awesome! I'm looking at your PR now!

@constantinius , I believe this issue can be closed as fixed.

Hi. I'm by no means an expert in web workers, threads, etc., but wanted to share some notes on how we got the new version of geotiff.js to work with...

Use GeoRaster's getValues function that will be implemented in the future once geotiff.js supports reading COG's.

Approach could be to use GeoRaster to just get pixels inside a bounding box and then run intercept calculations if necessary. It could look like: ``` let values = georaster.getValues({xmin:...

Hi, Carl. COG support has been added to GeoRaster, but not yet to GeoBlaze. However, adding COG support to GeoBlaze shouldn't be too hard. I believe the only updates would...

Unfortunately, there aren't a lot of great resources out there for your question. I'll try my best to summarize. GeoTIFFs are like any image file JPG, PNG, or regular TIFFs...

Hi, @rahulbreezo . Good idea! A Pull Request would be much appreciated! Thank you!

I know it's a lot to ask, but could we try to make it work, so that it automatically determines the type of input and processes it accordingly. In other...