João Ricardo Lourenço
João Ricardo Lourenço
Hi! We currently use the SRTM dataset and that only has integer values. We could support fractional values with some (very small) changes in code, but the dataset used in...
Leaving this here: https://github.com/Jorl17/open-elevation/issues/29#issuecomment-462154786. Thank you and see you in 2 months!
Hi, I will be coming back with a reply soon. I've been very busy with my work :)
Hi! Although I consider this to be a good idea, it requires its own independent package, as the technology is vastly different. It is essentially a different project. As such,...
Project's still waiting on the development team, which got delayed, unfortunately. I will probably review this PR (and very likely merge it) during this week. Thank you for your work...
I have taken a superficial look at the PR. I will probably be making some very slight adjustments to the Java code and adding you as a credited contributor in...
I'm not sure if this is still relevant, but I fixed this issue by grabbing what @Tiago-Ling created, and I **have been using my solution on both iOS and Android...
We have also bumped into this problem using the Modbus protocol and an FTDI serial adapter. Other than the proposed USB reset, which we are experimenting with right now (hopefully...
I wonder if extending the fix from https://github.com/raspberrypi/linux/commit/df3088386622d9682f74c4efebcd2ca71f4528ef to support this device does anything. If I get some time I might try it out, though I doubt it works.
I saw it mentioned earlier in the thread. However, I thought that because of this: ```dev->vendor == PCI_VENDOR_ID_VIA && pdev->device == 0x3483``` it might be specific for that device. But...