Tagged Questions
1
vote
1answer
422 views
Is there any pseudocode for MFD (multiple flow direction) algorithm available?
Still stuck with the simulation system, is there any good pseudocode for the multiple flow direction (MFD) algorithm? I read a pseudocode example and implemented it, however the simulation was linear: ...
1
vote
1answer
303 views
Grass GUI integration
Is it possible to embed the GRASS map display to a C# application? I know that a PNG image can suffice but to make the application more interactive it could perhaps be integrated. In essence I would ...
1
vote
1answer
260 views
How to link an application to grass?
I am creating an application (C#) and I want to connect it to GRASS, mainly run grass scripts from my application.
This might seem to be a repeated question however I am thinking of the possibility ...
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 ...