Skip to content

Commit 24710b3

Browse files
committed
finish adding definitions
1 parent 1d1f171 commit 24710b3

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,Definition,Common Formats
1+
Term,Definition
22
Annotations,"Text or graphics that label information about features"
33
Basemaps,"Background map that provides geographical context for other data layers"
44
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"
7-
Multi-spectral data,OGM
8-
Oblique photographs,"Photos taken from the air or other elevated point at an angle of around 45 degrees","JPG, TIFF"
9-
Point cloud 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"
13-
Satellite imagery,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"
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)