Derek Dohler

Results 42 comments of Derek Dohler

Hey @attilaolah -- thanks for opening this! I think I'd like to try to understand a bit more about your use-case. Are you trying to use Loam via `unpkg.com` or...

Hey @attilaolah -- Sorry for the delay here; I still had trouble understanding the use-case the first time I read your comment, but now that I'm looking at it again,...

@attilaolah I've implemented this and I'll release a new version with the changes soon (hopefully within the next two weeks)! Thanks for your help and input!

This is implemented as of version 1.1.0. Sorry, forgot to close this when that was released!

Oops, you've caught a documentation bug -- you can call the `bytes()` method on the new Dataset and it'll give you back the GeoTIFF (or whatever format you've specified). That...

This has been fixed in `develop` for a while but I just cut a new release that merges this to `master` as well, so I'm closing this.

Loam relies on `gdal-js`, which is a version of GDAL compiled to WebAssembly, so it can (in theory) read/write any file formats that GDAL can without requiring external libraries, as...

> Yeah I'm looking for read-only vector data with GDB files. Would this question be more appropriate for gdal-js repo in that case? If all you're looking for is read-only...

Oh, I see what's going on -- Loam wraps the `GDAL*` parts of the library, but there are no wrappers for `OGR` yet. I would expect Loam to exhibit the...

> I'm not sure about other tools but opening the file from C API works well with zipped gdb or shp files. Hmm, interesting. Which C API function are you...