Daniel J. Dufour
Daniel J. Dufour
Hi, good question. I'm working on an upgrade to georaster that will hopefully make this easier, but in the meantime I would recommend calling geotiff.js' writeArrayBuffer function. Let me know...
You could also consider using georaster-layer-for-leaflet if it fits your needs.
Hey. I saw this nifty line in https://github.com/geotiffjs/geotiff.js/pull/253/files: `npx [email protected] -y -- tsc --outdir dist-node/`. I haven't seen something like this before, but I'm wondering, could we change `"test-types": "tsc...
Hi, @pinconquentin . That's a great idea! For GeoTIFFs, georaster depends on [geotiff.js](https://github.com/geotiffjs/geotiff.js/), so we will have to add a fromDataView function to [geotiff.js](https://github.com/geotiffjs/geotiff.js/). Would you like to post an...
I would estimate that there would be about 1-2 days worth of work to add a fromDataView function to geotiff.js and add DataView support to georaster.
Oof. Sorry this happened. I think it's an issue with one of our dependencies. I'll investigate and get back to you!
Hi, @dcc82 . great catch. I'll make sure we do that next after we get this PR in https://github.com/GeoTIFF/georaster/pull/31
@rowanwins , thanks for the leads. I took a look at the links you sent and did a little more research. My current thinking is we should create a separate...
I created https://github.com/GeoTIFF/jpeg2000. @rowanwins , let me know if you want to be added as a collaborator :-)
@rowanwins , cool. That's a great point and I honestly hadn't thought about it yet. We definitely don't want to make georaster heavy. Making it work for advanced users such...