Skip to content

Commit 1d1f171

Browse files
committed
start adding definitions
Work is still in process
1 parent 00025bd commit 1d1f171

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

Lines changed: 12 additions & 12 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
1+
Term,Definition,Common Formats
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,"Coordinate-based (vector) data represented as lines or polylines","SHP, GEOJSON, KML/KMZ, GPKG"
6+
Mesh data,"Unstructured grid of vertices, edges, and faces, often with a temporal component","NetCDF, GRIB, XMDF, DAT, 3Di"
77
Multi-spectral data,OGM
8-
Oblique photographs,OGM
8+
Oblique photographs,"Photos taken from the air or other elevated point at an angle of around 45 degrees","JPG, TIFF"
99
Point cloud data,OGM
10-
Point data,OGM
11-
Polygon data,OGM
12-
Raster data,OGM
10+
Point data,"Coordinate-based (vector) data represented as points","SHP, GEOJSON, KML/KMZ, GPKG"
11+
Polygon data,"Coordinate-based (vector) data represented as polygons","SHP, GEOJSON, KML/KMZ, GPKG"
12+
Raster data,"Structured grid containing 1+ bands of decimal or integer data","TIFF, JPG"
1313
Satellite imagery,OGM
14-
Streetview photographs,OGM
15-
Table data,OGM
14+
Streetview photographs,"Photos taken at an angle parallel to the ground surface (i.e. most photos taken while standing on the ground)","JPG, TIFF"
15+
Table data,"Structured tabular data","DAT, CSV, TXT, XLS"

0 commit comments

Comments
 (0)