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. 

...

  1. Ensure that the ArcGIS desktop application (ie ArcCatalog) has access to the unpacked ZGY tool
  2. Open the ImportZGY toolbox
  3. Double-click to open the Import 3D seismic from ZGY file tool.
  4. Enter the correct values in the tool dialog. Each field is documented in the right-side panel. Note : If you wish to read specific files rather than a folder, omit the Z folder argument and select the files directly. 
  5. If you wish to only create navigation features you may uncheck the Raster output button. 

...

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.

...