Derek Dohler

Results 44 comments of Derek Dohler

Ah, okay, you might not need to add any new functions to `gdal-js` then because `GDALOpenEx` is already exposed. That being the case, I'm going to change the title of...

I'd suggest creating a fork -- then you'll be able to push to a branch on the forked repo and make a PR to the upstream repo from your forked...

`FS.createLazyFile()` is not a perfect solution here, because the default implementation downloads a megabyte at a time, which can feel sluggish for users. It may be necessary to add a...

My best guess right now is that this is coming from here, but I'm not sure of exactly why that is or what the best workaround might be. https://github.com/azavea/loam/blob/develop/src/wrappers/gdalOpen.js#L11

@CloudNiner Two years later, I'm not able to replicate this any longer on Safari 13.1. Can you confirm? If so, I'll leave this open but remove it from the 1.0...

@shaunakv1 Thanks for asking! Currently none of the GDAL functions that rely on `GDALRasterBand` are wrapped; that's due to a lack of time, primarily -- I'm pretty sure I know...

Thanks for offering to help! I took a quick skim over the issue backlog and I don't see anything that looks immediately applicable to this at the moment, unfortunately. [This...

Hi @kochizufan ! Thanks for trying out the library. Node is not a supported environment for Loam because on Node it is possible to use the GDAL package (https://www.npmjs.com/package/gdal) instead,...

Got it, thanks for the explanation! That makes a lot of sense to me. I will look into what can be done about this (but currently have limited time for...

Sorry for the slow reply here; I noticed that you opened another issue and am wondering whether you were able to resolve this?