node-hgt
node-hgt copied to clipboard
Query hgt files (typically SRTM elevation data) with performance
Hi, and first of all great work for this module :+1: It looks like SyncTileSet is not waiting the end of file writing before calling callback, I got the error...
I use SyncTileSet. It happens that getElevation() returns wrong data. Example: Lat: 49.408558 Lon: 20.433394 This is console.log's output from Hgt.bilinear: ``` row = 490.2695999999992 col = 520.0727999999998 rowLow =...
E.g., S44W177.hgt is 2801664 bytes instead of the usual 2884802 and that breaks the system.
## The dependency [lru-cache](https://github.com/isaacs/node-lru-cache) was updated from `4.1.4` to `5.0.0`. This version is **not covered** by your **current version range**. If you donβt accept this pull request, your project will...
Any plans to support SRTM1 which is provided as 4 files: bil, blw, hdr, prj?
## Version 10 of Node.js (code name Dubnium) has been released! π To see what happens to your code in Node.js 10, Greenkeeper has created a branch with the following...
Hi mate, I'm trying this project, but don't found some files like **N04E001.hgt** How to reproduce: I looking for the elevation of lat, lng = 41.7323687,0.3103932 When I debug the...
## Version **2.9.0** of [yauzl](https://github.com/thejoshwolfe/yauzl) was just published. Branch Build failing π¨ Dependency yauzl Current Version 2.8.0 Type dependency This version is **covered** by your **current version range** and after...
Hi, Great package, very useful. I have a slight issue though, when there are multiple zip files coming from imagico it only seems to process the first one.. https://github.com/perliedman/node-hgt/blob/master/src/imagico.js#L32 Then...
this caused a problem downloading, also added a test to check this is working