Difference between revisions of "Import Geospatial Data from Shapefile"

From IMSMA Wiki
Jump to: navigation, search
Line 9: Line 9:
 
<br />
 
<br />
  
The geospatial data from the spreadsheet is appended to any existing data in the Points or Polygons table.  
+
The geospatial data from the spreadsheet is appended to any existing data in the Points or Polygons table.
  
 +
{{note|'''Import Point''' button works to import point and polygon shapefiles.  }}
 +
 +
{{note|If the selected coordinate reference system at the Point and Polygon/Polyline List window is different from the coordinate reference system specified in the .prj file, the coordinate data will be re-projected to the selected coordinate system specified at the Point and Polygon/Polyline List window.}}
  
 
===Shapefile Import Business Rules===__NOEDITSECTION__
 
===Shapefile Import Business Rules===__NOEDITSECTION__
Line 16: Line 19:
 
<p>To import geospatial data from a shapefile, the file must be created according to the following business rules:</p>
 
<p>To import geospatial data from a shapefile, the file must be created according to the following business rules:</p>
 
<ol>
 
<ol>
<li>If the selected coordinate reference system at the Point and Polygon/Polyline List window is different from the coordinate reference system specified in the .prj file, the coordinate data will be re-projected to the selected coordinate system specified at the Point and Polygon/Polyline List window.</li>  
+
<li></li>  
 
<li>If a PointID value is not provided in the shapefile, each coordinate data will be automatically assigned a unique PointID value.</li>
 
<li>If a PointID value is not provided in the shapefile, each coordinate data will be automatically assigned a unique PointID value.</li>
 
<li>If a PointID is provided in the shapefile, it must be unique across all coordinate data listed in the Points table and in the Polygon/Polyline Points table on the Point and Polygon/Polyline List window.</li>
 
<li>If a PointID is provided in the shapefile, it must be unique across all coordinate data listed in the Points table and in the Polygon/Polyline Points table on the Point and Polygon/Polyline List window.</li>

Revision as of 11:21, 21 October 2013

To import geospatial data from the shapefile (.shp format):

  1. Click the Import Points button. The Open window displays
  2. From the Open window:
    1. Navigate to the directory where the file that you would like to import is located
    2. Select the file (.shp format)
    3. Double click on the file name or click the Open button


The geospatial data from the spreadsheet is appended to any existing data in the Points or Polygons table.

Note.jpg Import Point button works to import point and polygon shapefiles.
Note.jpg If the selected coordinate reference system at the Point and Polygon/Polyline List window is different from the coordinate reference system specified in the .prj file, the coordinate data will be re-projected to the selected coordinate system specified at the Point and Polygon/Polyline List window.

Shapefile Import Business Rules

To import geospatial data from a shapefile, the file must be created according to the following business rules:

  1. If a PointID value is not provided in the shapefile, each coordinate data will be automatically assigned a unique PointID value.
  2. If a PointID is provided in the shapefile, it must be unique across all coordinate data listed in the Points table and in the Polygon/Polyline Points table on the Point and Polygon/Polyline List window.
  3. If the coordinate data is a point on a polygon/polyline, a unique PolyID value must be provided.
  4. The PolyID value must be unique across all polygons/polylines data listed in the Points table and Polygon/Polyline Points table on the Point and Polygon/Polyline List window.