Adding Support for Compressed Geosoft Grid Files
ShacharAvni
Posts: 2
in Oasis montaj
Hello,
I am looking for info of how to add support for importing / exporting Compressed Geosoft Grid Files into a third party C++ application.
What are the code / repositories / libraries / docs / specs I should be looking at to provide support for importing / exporting these types of files (.grd)?
Tagged:
0
Answers
-
Hi Shachar,
This wiki should have all the documentation you need. Here are some highlights
- C++ repository with examples and releases
- C++ tutorial
- API Spec (Note: the spec is for C#/.NET but its a friendlier way to navigate to see what feature are available than going through the C++ headers. All the methods are available but have a different syntax for calls in C++)
0 -
Thanks for your suggestion. I will check it out!
0