Install guide
prompt> ow2shp
Usage: ow2shp owproj ?shpdir? ?suffix? ?wellListID? ?posLogFlag?
?lineListID? ?survListID? ?botHoleFlag?
<owproj> OpenWorks project name
<shpdir> Full path to output shapefile directory
<suffix> Optional suffix to include in shapefile name
<wellListID> well list ID: -1 = all wells (default), 0 = no wells
<posLogFlag> 1 = include position logs (default), 0 = exclude position logs
<lineListID> 2D line list ID: -1 = all lines (default), 0 = no lines
<surveyListID> 3D survey list ID: -1 = all surveys (default), 0 = no surveys
<botHoleFlag> 1 = use bottom hole location, 0 = use top hole location (default)
For example, to generate shapefiles containing all data for project FLOUNDER in /tmp
with suffix Sep10:
prompt> ow2shp FLOUNDER /tmp Sep10
Processing TEAPOT_DOME wells+poslogs, 3D surveys, 2D lines to
/tmp
- created /tmp/TEAPOT_DOME_Sep10_wgs84_wells.shp
- created /tmp/TEAPOT_DOME_Sep10_wgs84_poslogs.shp
- created /tmp/TEAPOT_DOME_Sep10_wgs84_lines.shp
- created /tmp/TEAPOT_DOME_Sep10_wgs84_surveys.shp
Interpretation Project outlines: from version 5000.0.1.4, shape files containing WGS84
interpretation project outlines may also be generated and downloaded directly from WOW,
on the OpenWorks Project Summary page. For command-line generation, use ow2shp
with project specified as OWSYS, e.g.
prompt> ow2shp OWSYS $HOME all_interp_projects
Processing interpretation project outlines to /home/bruce
- created /home/bruce/all_interp_projects.shp
Creating Projected Navigation Shapefiles in Batch
WOW interactively produces XY projected shapefiles of 2D and 3D navigation, one
project/survey at a time. This process can optionally be run in batch to produce shapefiles
for all projects.
The script navShapeAll will process navigation shapefiles in batch for multiple projects.
navShapeAll has the following arguments:
-p <projtype:2d|3d|all> process all, all 2D or all 3D projects
-o <override directory> optional directory to write to
-s <shapetype:poly|grid> 'poly' for polygon, 'grid' for points (3D only)
-l <lineinc> line increment for points (3D only)
-t <traceinc> trace increment for points.
WOW 5000.0.1.11 Release Notes Page 54 of 104 March 2014