Kurt Schwehr
Kurt Schwehr
still need tests for sub-messages in msgs 6 and 8
That's correct. This package does not come with the code to reconstruct plan-old-nmea. Take a look a noaadata.
Now I just need to get around to writing implementations for those messages
The web subdir has a lot of the necessary content for the command line program (man 1) and C api (man 3). It would also be nice to write dbf...
Is ronn dead? https://github.com/rtomayko/ronn/issues/111 → https://github.com/apjanke/ronn-ng ronn-ng is what you get when you `sudo apt-get install ronn` on debian testing. However, I have been having a few troubles with ronn....
A first draft of a pandoc driven man page. ```markdown % BDFOpen(3) # NAME **DBFOpen** - connect an existing xBase format table file # SYNOPSIS \#include \ DBFHandle **DBFOpend**(const char...
If there is a need to build shapelib as C++, I think it should just shift to C++ for the library code with a C linkage API. I'd like to...
I found one place that uses shapelib as C++: https://github.com/fulcrumapp/shp-ruby/tree/master/ext/shp
@dbaston , I just found https://github.com/fulcrumapp/shp-ruby/tree/master/ext/shp that treats all the shapefil source as c++, which appears to be different that what you found with cran.
Where should the resulting list go? Should there be something like `doc/users.md` in the resulting tar? Or maybe just a wiki page on github? I definitely don't think this issue...