HamishB
HamishB
Hi, Any thoughts on how to adapt things so that the ADB mouse can connect directly to the GPIO pins of a Raspberry Pi instead of the Teensy 2.0+USB? For...
Hi, the user guide in section 3.1 edgefx->h0 explains max_el_ns as acting when the distance to the shoreline is less than 0.1 degree. I believe that should read 0.01 degree....
Hi, around half the time I run `m = interp(m, gdat);` on a high res. inset mesh I get NaNs sneaking into `m.b`. Sometimes even two of them. This happens...
Pits in the bathymetry can make the wetting/drying portion go unstable. Here's a little code contribution to replace pits with the average bathymetry of the neighboring nodes, if it may...
Hi, an idea for your consideration-- I'm wondering if it could be useful to do multi-pass mesh generation by: - using the existing M2 wavelength mesh size function with your...
Hi, The parser is rejecting empty strings as inputs when sometimes that is wanted. e.g., using g.message like "echo" by itself to print an empty line: `g.message ""` works but...
Hi, would you be open to adding a license file into the code repository? It's not clear to me what it is, and I'd like to know that before I...
Hi, this patch updates the module to work on systems without python 2, gets rid of error messages from g.message if the message is empty, and fixes a missing-first-point data...
I find this module quite useful for creating synthetic surfaces for testing a variety of other modules.
(see also PR #1200)