Skip to content

Commit 6706f11

Browse files
Merge pull request #102 from OpenGeoMetadata/41-resource-type-values
Expand resource type values
2 parents 00025bd + 24710b3 commit 6706f11

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
Term,source
2-
Annotations,OGM
3-
Basemaps,OGM
4-
LiDAR,OGM
5-
Line data,OGM
6-
Mesh data,OGM
7-
Multi-spectral data,OGM
8-
Oblique photographs,OGM
9-
Point cloud data,OGM
10-
Point data,OGM
11-
Polygon data,OGM
12-
Raster data,OGM
13-
Satellite imagery,OGM
14-
Streetview photographs,OGM
15-
Table data,OGM
1+
Term,Definition
2+
Annotations,"Text or graphics that label information about features"
3+
Basemaps,"Background map that provides geographical context for other data layers"
4+
LiDAR,"Elevation data, often provided as a point cloud or DEM"
5+
Line data,"XY coordinate-based (vector) data represented as lines"
6+
Mesh data,"Unstructured grid of vertices, edges, and faces, often with a temporal component; common formats include NetCDF, GRIB, XMDF, DAT, 3Di"
7+
Multi-spectral data,"Raster data with more than 1 band, often capturing a range of visible and non-visible light (e.g. near-infrared)"
8+
Oblique photographs,"Photos taken from the air or other elevated point at an angle of around 45 degrees"
9+
Point cloud data,"XYZ coordinate data, often captured through LiDAR, 3D scanning, or photogrammetry and used to create 3D models"
10+
Point data,"XY coordinate-based (vector) data represented as points"
11+
Polygon data,"XY coordinate-based (vector) data represented as polygons"
12+
Raster data,"Structured grid containing 1+ bands of decimal or integer data"
13+
Satellite imagery,"Photos or radar images captured of the earth from orbiting satellites"
14+
Streetview photographs,"Photos taken at an angle parallel to the ground surface (i.e. most photos taken while standing on the ground)"
15+
Table data,"Structured tabular data"

0 commit comments

Comments
 (0)