Nicolas Martinez
Nicolas Martinez
Hi @hismethod, I'm glad you're interested in the project. I'm looking into this issue, and I agree it would be good to have some control over the network config. But...
Is because Chrome cannot be run as root by default. A workaround is to install ndb in a directory that doesn't require elevated permissions. For example `npm install -g --prefix=$HOME/.npm...
FYI, I want to be more transparent about how I generated the altitude dataset. I'm trying to consolidate the generation into one python script so is easy for you guys...
Here is the Gist I promised that allows you guys to reproduce the altitude map. https://gist.github.com/nicomt/d2c5f08a8ee3500550be42d8dbee6c1d While compiling the script, I realized that the lower altitude bound in my first...
@mikofski I will fix those in the next PR. Thanks
I tried the suggestions to reduce the size of the altitude lookup map. If I set the oceans data to zero, it compresses much better and goes down to `3.9...
Also, where I got the original data can be helpful in high-resolution use-cases. It is hosted for free by aws in their [open data initiative](https://registry.opendata.aws/terrain-tiles/). You can fetch terrain tiles...
It looks like the 1.2 mb version might be acceptable. I will make a pull request early next week and you can make the final decision then. I also will...
The coverage for the spa_c solar position method keeps failing even though it is covered in tests. Could that be caused by a dependency issue? Like the spa.c and spa.h...
@kanderso-nrel You are right the last release should stand on its own. I don't see any problem delaying this PR.