Tagged Questions
3
votes
1answer
650 views
How to calculate accuracy of latitude/longitude
I'm updating a Windows Mobile application to capture location information using the built-in GPS hardware. The Microsoft API provides a method GPSGetPosition that returns the following struct ...
1
vote
1answer
367 views
How to create GRASS scripts in C# in Windows
Most of the tutorials that I have seen are under Python and Linux. Is it Possible to create GRASS scripts in C# or atleast in Windows. I can create scripts using a different language as a compromise ...