Data Creation and Management in Geospatial Systems

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/495

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

496 Terms

1
New cards

What are the primary sources of geospatial data mentioned in the course overview?

Enterprise Geodatabases, Shared Folders, and Hosted Services.

2
New cards

What are some examples of Enterprise Geodatabases listed?

DOTB6GISDB01, DOTB6GISDBST01, GTI_PUB_UTM, RIL_LRS_PUB.

3
New cards

What types of data formats are discussed in the course?

Shapefile, Feature Class, Hosted Services, Raster.

4
New cards

What is the main focus of the course on Data Management?

How data management is applied to GIS and the creation of shared folder directories.

5
New cards

What are the key components of creating a Shared Folder Directory?

Creating a Shared Folder Directory, learning about Hierarchical Folder Structure, determining the difference between folders and files, discussing best practices, and how to share folders.

6
New cards

What best practices are emphasized for creating a File Geodatabase?

Understanding what File Geodatabases are, how to create them, and their organization and structure.

7
New cards

What is the significance of good data in relation to geospatial products?

Good data is essential for creating reliable and stable map products, similar to a strong foundation for a building.

8
New cards

How is information defined in the context of GIS?

Information is data that has been refined, structured, and converted into useful facts and figures that can be further analyzed into knowledge.

9
New cards

What characteristics are included in the definition of information?

Characteristics that describe or identify a feature name, type, unique identifier, and measurements in meaningful units.

10
New cards

What is the difference between data and information?

Data are raw, unorganized facts that lack meaning, while information is structured data that conveys logical meaning and can aid in decision-making.

11
New cards

How is data organized and stored?

Data are organized and stored in tables, Excel spreadsheets, database tables, and databases.

12
New cards

What does geospatial data refer to?

Data that describe features, objects, or events that can be physically located on earth and have some sort of spatial reference assigned to them.

13
New cards

What is the recommended setup for the course to facilitate learning?

Having at least two monitors—one for reading and one for doing exercises.

14
New cards

What is the instructor's approach to accommodating student needs?

The instructor encourages students to ask for help and to slow down if needed.

15
New cards

What is the relationship between the user, software, and data in GIS?

The user is the foreman, the software is like the workers, and both need to collaborate effectively to produce a desired product.

16
New cards

What does the term 'information' imply in terms of decision-making?

Information aids in decision-making by providing references and highlighting features or themes.

17
New cards

What is the importance of measurements in information?

Measurements in meaningful units such as length, area, and height provide context and understanding of the data.

18
New cards

What does the course emphasize about hands-on learning?

The course is entirely hands-on, requiring active participation and completion of exercises.

19
New cards

What is the challenge associated with data in GIS?

Data must be of high quality to ensure that the resulting map or product is reliable.

20
New cards

What is the role of the user in the context of data and information?

The user is responsible for managing and utilizing data effectively to create meaningful information.

21
New cards

What is the significance of a hierarchical folder structure in data management?

It helps organize data systematically, making it easier to access and manage.

22
New cards

What is the expected outcome of analyzing data?

Data needs to be analyzed and converted into information before it can be used for decision-making.

23
New cards

What are the data formats in which geospatial data is stored?

Vector, Raster, Surfaces, and Triangulated Irregular Networks (TIN).

24
New cards

What are the data types used to share geospatial data?

Shapefiles, Feature Classes, KML/KMZ, ArcGIS services.

25
New cards

Where can different geospatial data types be housed?

Geodatabases, Database, File Folders.

26
New cards

What is vector data in ArcGIS Pro?

A coordinate-based data model representing geographic features, consisting of geometry and attribute data.

27
New cards

What are the three geometries defined by vector data?

Point (single vertex), Line (sequence of interconnected vertices), Polygon (multiple interconnected vertices with the same start and end position).

28
New cards

What are the characteristics of vector data?

Easily created and edited, displays discrete real-world features, scalable, and used for Spatial Analysis.

29
New cards

What does raster data represent?

Continuous data from satellites, remote sensing devices, or scanned maps, representing real-world phenomena.

30
New cards

What are some examples of thematic raster data?

Soils, land surface, vegetation cover.

31
New cards

What is the structure of raster data?

Composed of cells organized into a matrix of rows and columns called a grid.

32
New cards

What are the primary uses of raster data?

Basemaps, surface or elevation maps, thematic maps, and 3D raster images.

33
New cards

What happens to raster images when zooming in and out?

They are not scalable; images pixilate when zooming in and become clearer when zooming out.

34
New cards

What is a cell in raster data?

The smallest unit of information in a raster dataset, also referred to as a pixel.

35
New cards

What types of values can raster cells represent?

Real number values (with decimals) and Integer number values (without decimals), which can be both positive and negative.

36
New cards

What does resolution refer to in raster data?

The size of the cells in a raster dataset and the ratio of screen pixels to image pixels.

37
New cards

How is spatial resolution determined?

By cell size, which affects the clarity of the image; smaller cells yield smoother images.

38
New cards

What are the four kinds of resolution in raster data?

Radiometric resolution (ability to distinguish differences in spectrum), Spatial resolution (smallest object resolvable), and others not specified in the notes.

39
New cards

What is the impact of smaller raster cell size on processing time?

Smaller cell sizes take longer to process in GIS software.

40
New cards

What does radiometric resolution describe?

The ability of a sensor to distinguish slight differences in the spectrum between adjacent points.

41
New cards

What does spatial resolution determine?

The level of detail represented by an image and the dimension of the area on the ground represented by a single cell.

42
New cards

What does spectral resolution describe in remote sensing?

It describes the ability of a sensor to distinguish between wavelength intervals in the electromagnetic spectrum.

43
New cards

How does higher spectral resolution affect wavelength range?

The higher the spectral resolution, the narrower the wavelength range for a particular band.

44
New cards

What does temporal resolution refer to in geospatial imaging?

It refers to the frequency at which the image was captured over the same place on the earth's surface.

45
New cards

What is a Triangle Irregular Network (TIN)?

A TIN is used to represent height values and surface morphology by triangulating interconnected sets of vertices (vector-based XYZ points) to form a network of interconnected triangles.

46
New cards

What are the advantages of using a Triangle Irregular Network (TIN)?

TINs create more accurate surfaces by capturing accurate linear features through interconnected non-overlapping triangles.

47
New cards

In what units is TIN measured?

TIN is measured in English and metric units, not decimal degrees.

48
New cards

What are the common formats for raster data storage?

Common raster formats include Img, jpeg2, GIF, and LAS.

49
New cards

What are the key vector formats mentioned in the notes?

Key vector formats include Shapefile, Feature Class in a Personal, File, Enterprise Geodatabase, and KML.

50
New cards

What is a shapefile in geospatial data storage?

A shapefile is a simple and portable format for geospatial data storage, consisting of multiple files including a database file (DBF), shape index file (SHX), and shapefile (SHP).

<p>A shapefile is a simple and portable format for geospatial data storage, consisting of multiple files including a database file (DBF), shape index file (SHX), and shapefile (SHP).</p>
51
New cards

What does the database file (DBF) in a shapefile contain?

The DBF houses the information and data for the shapefile.

52
New cards

What is the purpose of the shape index file (SHX) in a shapefile?

The SHX contains the column headers and indexes used to organize the data in the database file (DBF) for fast retrieval.

53
New cards

What does the shapefile (SHP) contain?

The SHP contains the feature's geometry and some of the data.

<p>The SHP contains the feature's geometry and some of the data.</p>
54
New cards

What is the advantage of using shapefiles?

Shapefiles are easy to create, portable, and can be used by various GIS software.

55
New cards

What are some disadvantages of shapefiles?

Disadvantages include inability to store complex geographical information, character limits, lack of versioning, and a maximum size of 2GB.

56
New cards

What is a Feature Class in geospatial data storage?

A Feature Class is a collection of homogenous geographic feature data that share the same geometry type and attribute fields, residing in a Geodatabase.

57
New cards

What types of geometric shapes can a Feature Class contain?

A Feature Class can contain Point, Line, and Polygon shapes.

58
New cards

What is the purpose of annotation in a Feature Class?

Annotation is saved map text or strings of text associated with a point, polyline, or point feature.

59
New cards

What does the M value represent in a Feature Class?

The M value represents linear measurements to interpolate distances along linear features and is used in linear referencing.

60
New cards

What is dynamic segmentation in geospatial data?

Dynamic segmentation is the process of geolocating an event along a measurement system using the M value.

61
New cards

What is the significance of the multiple patch feature in a Feature Class?

A multiple patch feature represents a 3D geometry such as a building front or tree.

62
New cards

Can a Feature Class contain multiple parts of a polygon?

Yes, a Feature Class can contain both single and multiple parts of a polygon or polyline.

63
New cards

What is the role of X, Y, Z coordinates in a Feature Class?

X, Y, Z coordinates define the geometric shape of the feature in three-dimensional space.

64
New cards

What is the relationship between Feature Classes and feature datasets?

Feature Classes can be organized into groups called feature datasets.

65
New cards

What is a geodatabase?

A geodatabase is a collection of spatial and non-spatial data held in a common folder on a disk or database management system.

66
New cards

How does a geodatabase maintain data?

It maintains data through a series of interrelated tables that contain the information and geometries, using a unique identification (primary key) to interlink the data.

67
New cards

What types of data can a geodatabase house?

A geodatabase can house vector, raster, tabular data, and TIN networks.

68
New cards

What are the three types of geodatabases?

1. Personal Geodatabase (PGDB or MDB) 2. File Geodatabase (FGDB) 3. Enterprise Geodatabase (SDE or EGDB)

69
New cards

What is a Personal Geodatabase?

The simplest geodatabase type, based on a Microsoft Access database that can store up to 2GB of both spatial and non-spatial data.

70
New cards

What features can a Personal Geodatabase include?

Attachments, Annotation, Feature Classes and Datasets, Geometric Networks, Mosaics, Network Datasets, Parcel Fabric, Relationship Classes, Raster Catalog and Datasets, Schematic, Table (nonspatial), Terrain, Toolboxes, and Topology.

71
New cards

What are the limitations of a Personal Geodatabase?

Only one user can use it at a time, and it is not supported in ArcGIS Pro.

72
New cards

What is a File Geodatabase?

A middle-range geodatabase type that is the native version in ArcGIS, accessible only from ArcGIS software.

73
New cards

What is the storage capacity of a File Geodatabase?

It can store up to 1 TB but can be upgraded to 256 TB of both spatial and non-spatial data.

74
New cards

What features can a File Geodatabase include?

Similar to Personal Geodatabase: Annotation, Attachments, Feature Classes and Datasets, Geometric Networks, Mosaics, Network Datasets, Parcel Fabrics, Raster Catalog and Datasets, Relationship Classes, Schematic Datasets, Table, Terrains, Toolboxes.

75
New cards

What are the advantages of a File Geodatabase?

It does not need to be stored on a database server, can be accessed simultaneously, and supports subtypes and domains.

76
New cards

What is an Enterprise Geodatabase?

The most complex type of geodatabase, housed on a Relational Database Management System (RDBMS) and designed for medium to large scale use.

77
New cards

What are some examples of RDBMS that can house an Enterprise Geodatabase?

SQL Server, PostgreSQL, Oracle, DB2, SAP.

78
New cards

What are the advantages of using an Enterprise Geodatabase?

Better data security, backup and recovery capabilities, multiuser/multi-editor environment, and archiving capabilities.

79
New cards

Who are the different user roles in an Enterprise Geodatabase?

1. Geodatabase Administrator 2. Data Creator 3. Publisher 4. Editors 5. Analysts 6. Viewer.

80
New cards

What is the role of a Geodatabase Administrator?

The individual who creates and owns all the database objects and maintains the enterprise geodatabase.

81
New cards

What does the term 'versioning' refer to in an Enterprise Geodatabase?

The use of multiple individual snapshots of a database at a given point in time to allow editing.

82
New cards

What is the maximum data size limit for an Enterprise Geodatabase?

There is no limit in data size.

83
New cards

What types of replication can a Personal Geodatabase participate in?

Check-in and checkout replication, and one-way replications.

84
New cards

What is a key feature of the File Geodatabase regarding user access?

It allows simultaneous access, but if being edited, each user must work on different datasets.

85
New cards

What is the primary key's role in a geodatabase?

It serves as a unique identification to interlink the data across interrelated tables.

86
New cards

What types of datasets can be included in a File Geodatabase?

Feature Classes, Datasets, Geometric Networks, Mosaics, Network Datasets, and more.

87
New cards

What is the purpose of the two SQL servers implemented by WVDOT?

To house both enterprise geospatial and non-geospatial data.

88
New cards

What are the names of the two SQL servers used by WVDOT?

DOTB6GISDB01 (Production Enterprise Geodatabase) and DOTB6GISDBST01 (Staging Enterprise Geodatabase).

89
New cards

What type of data does the Production Enterprise Geodatabase (DOTB6GISDB01) house?

All data currently used in mapping projects and applications, geospatial data products shared with the public, and the most current data updated semiannually.

90
New cards

How many enterprise geodatabases are housed in the Production Enterprise Geodatabase?

82 enterprise geodatabases, with 64 operational (online).

91
New cards

What are the two most commonly used enterprise geodatabases by WVDOT?

GTI_PUB_UTM and RIL_LRS_PUB.

92
New cards

What is the purpose of the Staging Enterprise Geodatabase (DOTB6GISDBST01)?

To house data used for developing new applications, web maps, new datasets, and testing applications.

93
New cards

How many enterprise geodatabases are in the Staging Enterprise Geodatabase?

59 enterprise geodatabases.

94
New cards

What is the main purpose of the GTI_PUB_UTM geodatabase?

To house all feature datasets and feature classes related to creating maps and mapping products in West Virginia.

95
New cards

What types of datasets are contained within the GTI_PUB_UTM geodatabase?

Statewide transportation and route data features, statewide boundaries, cultural, economic, environmental, and hydrological datasets.

96
New cards

What is the relationship between GTI_PUB_UTM and GTI_PUB_WM?

GTI_PUB_WM is a mirror of GTI_PUB_UTM, used for web mapping and application creation.

97
New cards

What is the main purpose of the RIL_LRS_PUB geodatabase?

To house all feature classes and corresponding attribute tables related to the WVDOT roadway network.

98
New cards

What key datasets are included in the GTI_PUB_UTM geodatabase for boundaries?

Counties, Incorporated_Places_20XX, and WVDOH_Districts.

99
New cards

What economic datasets are included in the GTI_PUB_UTM geodatabase?

Parcels_20XX and WVDOT_Parcels.

100
New cards

What hydrology datasets are included in the GTI_PUB_UTM geodatabase?

Major_Rivers_Other_NHD, Rivers_Streams_NHD, and Lakes_Other_Waterbodies_NHD.