AHGW:Troubleshooting 3D Bore Lines: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
m (Move page script moved page AHGW:Troubleshooting 3D Bore Lines to Test:Troubleshooting 3D Bore Lines without leaving a redirect)
No edit summary
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
In may cases, this problem is related to the dimensions of the feature classes. In many cases, feature datasets and feature classes are created with a limited Z domain with a value of set 0 as the minimum Z value, so features with elevations below 0 can not be written to the feature classes in this feature dataset.
[[File:AHGW New Feature Dataset dialog.png|thumb|right|350px|The first page of the ''New Feature Dataset'' dialog.]]
[[File:AHGW New Feature Dataset dialog 2.png|thumb|right|350px|The second page of the ''New Feature Dataset'' dialog.]]
Here are the steps for redefining the Z domain:
In many cases, this problem is related to the dimensions of the feature classes. Feature datasets and feature classes are often created with a limited Z domain with a value of set "0" as the minimum Z value, so features with elevations below "0" cannot be written to the feature classes in this feature dataset.
 
*Create a new geodatabase
The ''New Features Dataset'' dialog is part of the [[File:ArcGIS Toolbox icon.png|14px]] ''Data Management Tools'' toolbox in [[ArcGIS]], and is therefore not covered in detail here. You can learn more about this tool by visiting the [http://desktop.arcgis.com/en/arcmap/10.5/manage-data/feature-datasets/creating-mole-data-in-arccatalog-creating-a-featur.htm ArcGIS Help] website.
*Create a new feature dataset
 
* make sure your feature dataset has the appropriate units (feet, meter) so that x, y, and z units are the same and match the vertical data in the BoreholeLog table.
==Steps==
Redefine the Z domain by doing the following:
*Create a [[AHGW:Create Blank AHGW Geodatabase|new geodatabase]]
*Create a [http://desktop.arcgis.com/en/arcmap/10.5/manage-data/feature-datasets/creating-mole-data-in-arccatalog-creating-a-featur.htm new feature dataset]
*Make sure your feature dataset has the appropriate units (feet, meter) so that x, y, and z units are the same and match the vertical data in the BoreholeLog table.
*When you create the new feature dataset and get to the step defining the vertical coordinate system you will need to select one appropriate for your area.
*When you create the new feature dataset and get to the step defining the vertical coordinate system you will need to select one appropriate for your area.
*In the next step – uncheck the accept default resolution and domain extent toggle.
*Turn off "Accept default resolution and domain extent".
[[File:AHGW New Feature Dataset dialog.png]]
*Click '''Next''' to go to the second page of the ''New Feature Dataset'' dialog.
 
*In the ''Z'' section, enter a ''Min'' value that will include your data range.
* In the next step set a minimum value for the Z domain that will include your data range.
*Click '''Finish''' to create the feature dataset.
[[File:AHGW New Feature Dataset dialog 2.png]]
*Load the data (wells, boreline) you have into the new feature dataset.
*Run the [[AHGW:Create Borelines|''Create BoreLines'']] tool with the data in the new feature dataset.


* Select Finish to create the feature dataset.
==External Links==
* Load the data (wells, boreline) you have into the new feature dataset.
*[http://desktop.arcgis.com/en/arcmap/10.5/manage-data/feature-datasets/creating-mole-data-in-arccatalog-creating-a-featur.htm ArcGIS Help]
* Run the ''Create BoreLines'' tool with the data in the new feature dataset.




{{Navbox AHGW}}
{{Navbox AHGW}}
[[Category:AHGW General Information]]
[[Category:AHGW General Information]]
[[Category:Help]]
[[Category:External Links]]

Revision as of 21:48, 14 November 2019

The first page of the New Feature Dataset dialog.
The second page of the New Feature Dataset dialog.

In many cases, this problem is related to the dimensions of the feature classes. Feature datasets and feature classes are often created with a limited Z domain with a value of set "0" as the minimum Z value, so features with elevations below "0" cannot be written to the feature classes in this feature dataset.

The New Features Dataset dialog is part of the ArcGIS Toolbox icon.png Data Management Tools toolbox in ArcGIS, and is therefore not covered in detail here. You can learn more about this tool by visiting the ArcGIS Help website.

Steps

Redefine the Z domain by doing the following:

  • Create a new geodatabase
  • Create a new feature dataset
  • Make sure your feature dataset has the appropriate units (feet, meter) so that x, y, and z units are the same and match the vertical data in the BoreholeLog table.
  • When you create the new feature dataset and get to the step defining the vertical coordinate system you will need to select one appropriate for your area.
  • Turn off "Accept default resolution and domain extent".
  • Click Next to go to the second page of the New Feature Dataset dialog.
  • In the Z section, enter a Min value that will include your data range.
  • Click Finish to create the feature dataset.
  • Load the data (wells, boreline) you have into the new feature dataset.
  • Run the Create BoreLines tool with the data in the new feature dataset.

External Links