Mark Erikson
Mark Erikson
Yeah, per my comment, "just adding `DLLReferencePlugin`" is _not_ working :( I definitely have the DLL bundle on disk, but when I try to run a test, there's a JS...
I was able to find a solution for this, using the [`node-hook`](https://github.com/bahmutov/node-hook) library. Here's the implementation: ```js /* HACK This next chunk of setup is a _really_ nasty hack, but...
@epifanio : I definitely don't have time to try out something like that myself. My task at work was specifically to generate a new Cesium terrain dataset we can self-host,...
@bneigher : it ultimately worked out pretty well. I was able to generate terrain up through zoom level 13, although that got pretty sizeable. I did have to do a...
@bneigher : the ALOS30 data is actually accessible via an FTP site. They want you to register to get the address, but ultimately it's just there on an FTP site....
No, sorry, I don't have any further time to look at this myself. Happy to answer any questions you have on what I did, though!
@a4chet : that sounds right. I know the MBTiles spec has a metadata table, but I ultimately didn't need it for my task.
Glad someone's been able to make _some_ use of that code :) I wish I'd been able to get it into a slightly more useable shape, but I just needed...
@sevvie : glad to hear it :) I wouldn't have a clue what was causing that error. This is why I'm happy to primarily be a Javascript/Python dev :)
@sevvie : "size" as far as file size, geographic area, number of input pixels, ... ? I did a bunch of conversion work to turn the ALOS30 dataset into a...