GIS File Types Flashcards
What are the Components of a Polygon?
-Centroid, area, perimeter
-The centroid does not have to be inside the polygon (think of a multipart feature)
What are the Shapefile’s Necessary Files?
-.shp: feature geometry
-.dbf: attributes
-.shx: spatial index
What are the CAD Formats?
AutoCAD: DXF, DWG
Microstation: DGN
What is Geography Markup Language (GML)?
Designed to encode unique geographic features
What are some Raster Files Types?
.tiff, .jpg, .bmp, .sid
What is a Triangulated Irregular Network (TIN)?
-Vector based
-Represent surface shapes
-Used for very detailed modeling of small areas
What do ASCII Files (.csv, .txt) need?
-Need to have column headers in the first row
-Need to have either: Coordinates, Addresses, An attribute to join to a GIS dataset
What is the XLS(X) format?
-Spreadsheet, not a database
-First row determines data types
-No spaces or special characters allowed in the column names
What is the DBF format?
-dBase format, used by shapefiles, standard exchange format
-Limited to 10 characters in the column name
-No spaces or special characters in the column names
-DBF to Arc keeps the field types
What are Digital Elevation Models (DEMs)?
Represent bare earth elevations. 3D Elevation Project (3DEP) made LiDAR data the standard for new elevation data.
What are the advantages of web services?
-Fast, direct access to GIS data (no download, unzip)
-Supported by many mapping applications
What is SOAP/REST?
-Simple Object Access Protocol (SOAP): Older technology, XML only, more security options, highly extensible
-REpresentational State Transfer (REST): Supports XML and JSON, Simpler structure
What are the Data Exchange Methods?
-File-based data exchange between users: Export to exchange format or compress a gdb (zip or tar file), put on FTP site, SFTP, Web Portal, or Disk for sharing
-Data exchange between software: Softwares exchange data as needed
-Web service data exchange: A web service is shared by one user and consumed by others through a web server. No data is downloaded
What is the generic term for a geodatabase?
Object oriented relational database
What is the generic term for shapefile?
Vector relational database