Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
zgytool
zgytool
The Geocap ZGY tool is used to create ArcGIS features and rasters from Petrel ZGY files. 

...

An example of such a file with two cubes is:

[
{
   "name": "OrigAmp",
   "path": "F:/ZGY/OrigAmp.zgy",
   "esriCRS": {
      "authority": "EPSG",
      "wkid": "23031"
   }
},
{
   "name": "OrigAmpDepth",
   "path": "F:/ZGY/OrigAmpDepth.zgy",
   "esriCRS": {
      "authority": "EPSG",
      "wkid": "23031"
   }
}
]
There is also an example file with 3 cubes named "cubes.json" in the same folder as zgyLiveTraces.py.

...