Derek Dohler

Results 42 comments of Derek Dohler

Thanks for the update -- it looks relatively clear what's happening here. I think I should be able to reproduce the issue, but if I run into difficulties I'll let...

@LuukMoret sorry for the delay with this, I haven't had a lot of free time for this project for the past year or so, but I've just put up #102,...

Good question! The answer is "kind of". `vsis3` support requires `libcurl` to be compiled into the bundle, and currently that is not done, so you can't run `loam.open('/vsis3/bucket_name/path/to/cog.tif)` as things...

Okay, thanks! I will add this to the stack of requests for this feature. 🙂 The good news is that I'm close to finishing up the current set of features...

Thanks for your question! I think you should be able to run `gdal-js` in any environment that provides those requirements as well as WebAssembly support, but I've only ever tested...

Hi @plant99 ! I'm not sure why you would be seeing different behavior across the two platforms -- the development environment is in a Docker container based off Ubuntu 20.04....

Just an update that I've replicated this locally. I'll try to take a look at this tomorrow!

@plant99 This was an issue with newer versions of the Emscripten SDK. I've pinned to a slightly older version and that has resolved the issue on my end. Hope this...

Hi! Thanks for checking -- progress is unfortunately slow. That's due to a combination of being busy at work, and also that so far we haven't had a need internally...

Thanks for asking! In general, gdal-js can read all formats for which GDAL v2.4 has built-in or internal support. If GDAL support for a format is via an external library...