Difference between revisions of "Add Layer"
From GapWiki
(→Table) |
(→Table) |
||
| Line 24: | Line 24: | ||
{| class="wikitable" | {| class="wikitable" | ||
| − | ! align="center" | | + | ! align="center" |INDEX |
| − | ! align="left" width="85pt" | | + | ! align="left" width="85pt" |LATITUDE |
| − | ! align="left" width="85pt"| | + | ! align="left" width="85pt"|LONGITUDE |
| − | ! align="center" | | + | ! align="center" |VAR1 |
| − | ! align="center" | | + | ! align="center" |VAR2 |
|- | |- | ||
| 1||10.1||10.1||1||2 | | 1||10.1||10.1||1||2 | ||
Revision as of 14:26, 16 August 2026
| File:DataUpload.JPG |
Contents
Valid projection
Geographic Coordinate System: GCS_WGS_1984 Datum: D_WGS_1984 Prime Meridian: Greenwich Angular Unit: Degree EPSG:4326
For more information check WGS84
Table
Format: Only comma delimited file ('*.csv') is valid.
Headers: the first line of file considered as headers
Coordinate Columns: Latitude and longitude columns are required.
latitude column name: Latitude, Lat, Y, North and Northing are valid names for lattitude.
Longitude column name: Longitude, Long, X, East, Easting are valid names for longitude.
NOTE:If the second line in the file contains null value (empty string) corresponding column considered to be of type string.
Example (VAR1 and VAR2 are arbitrary names)
| INDEX | LATITUDE | LONGITUDE | VAR1 | VAR2 |
|---|---|---|---|---|
| 1 | 10.1 | 10.1 | 1 | 2 |
| 2 | 15.01 | 15.01 | 2 | 0 |
Coverage
Format: Only one band *.tif format is valid. If coverage has more than one band only the first band is taken into account.
Shapefile
Format: Only compressed zip file is valid. Contents: The zip file must contain *.dpf, *.prj, *.sbn, *.shp, *.shx, *.sbx files.
Example: