Geodatabase (Esri)

Last updated
Geodatabase
Filename extension
.gdb (file), .geodatabase (mobile)
Developed by Esri
Initial releaseDecember 1999;24 years ago (1999-12)
Latest release
11
2022
Type of formatdatabase
Container for spatial database including vector and raster data
Open format?no
Free format?no

A Geodatabase is a proprietary GIS file format developed in the late 1990s by Esri (a GIS software vendor) to represent, store, and organize spatial datasets within a geographic information system. [1] [2] A geodatabase is both a logical data model and the physical implementation of that logical model in several proprietary file formats released during the 2000s. [3] The geodatabase design is based on the spatial database model for storing spatial data in relational and object-relational databases. [4] Given the dominance of Esri in the GIS industry, the term "geodatabase" is used by some as a generic trademark for any spatial database, regardless of platform or design.

Contents

History

The origin of the geodatabase was in the mid-1990s during the emergence of the first spatial databases. One early approach to integrating relational databases and GIS was the use of server middleware, a third-party program that stores the spatial data in database tables in a custom format, and translates it dynamically into a logical model that can be understood by the client software. In 1996, Esri purchased an early middleware product called Spatial DataBase Engine and rebranded it ArcSDE. Initially, ArcSDE stored and delivered simple vector datasets that looked very similar to shapefiles, but the need for a more robust data model emerged as Esri's Shapefile format became a de facto standard for vector spatial data, even as its shortcomings limited its use in enterprise applications. At the same time, the Arc/INFO coverage format was becoming obsolete after 20 years, unable to handle growing expectations of GIS users. [5] Another motivating factor was that even though several relational database vendors were introducing their own spatial extensions (with the notable exception of Esri's preferred Microsoft SQL Server), their structures and interfaces varied and Esri wanted its users to see all spatial data in the same apparent structure regardless of how it was stored internally. [6] :240

At the end of 1999, Esri introduced the Geodatabase model as the native format used in its new ArcGIS software (branded Version 8.0 to maintain continuity with Arc/INFO). [7] Initially, it could be implemented as a multiuser geodatabase in ArcSDE on a server or the personal geodatabase locally. [8] :12 Support for topology rules, linear referencing, and survey data were added in 2003 (with ArcGIS 8.3). [9] [10] [11] Network data was added to the geodatabase in 2005 (ArcGIS 9.1), [12] and vector terrain ( TIN, LIDAR) in 2006 (ArcGIS 9.2). [13] Also at the 9.2 release, ArcSDE was subsumed into ArcGIS Server and the multiuser database format was rebranded the enterprise geodatabase.

Due to shortcomings in the personal geodatabase format (especially file size limitations in Microsoft Access), Esri developed a more robust custom file format, released in 2006 (ArcGIS 9.2) as the file geodatabase. [13] It also released a product called the workgroup geodatabase that included the free Microsoft SQL Server Express for smaller multi-user applications, which has since been discontinued. [14] Eventually, the middleware components for reading and writing the geodatabase spatial database structure were incorporated into ArcGIS desktop, eliminating the need for ArcSDE to be running on the server end. The most recent addition has been the mobile geodatabase format in 2020 (ArcGIS Pro 2.7), which uses SQLite as the backend to store the entire geodatabase as a single file. This replaces the personal geodatabase, which is no longer supported. [15]

Applications

Geodatabases, being a common format for GIS datasets, have applications anywhere GIS are widely employed. These applications are so basic often times researchers do not mention their use in studies. There are several fields where their use is extensively documented, including public health, crime analysis, and resource management.

Epidemiology

Since John Snow famously identified the source of a cholera outbreak, spatial data has been central to epidemiology and public health. [16] [17] In recent years, information that is relevant to public health has increased exponentially. [18] Leveraged correctly, this data can allow for a rapid response to emerging diseases. To accomplish this, geodatabases are employed extensively to organize data and allow for the identification of space-time patterns. [17] [18] Examples of the use of geodatabase to manage epidemiological data include linking environmental and health data to find patterns. [19] They were used extensively to organize data related to West Nile virus epidemics, and the COVID-19 pandemic. [20] [21] This use includes analyzing misinformation, and the infodemic, surrounding COVID-19. [22]

Resources management

Geospatial data around resource management plays is extremely complex. Factors such as the forest, water, and mineral resources being managed are obvious; however, governance and socioeconomic factors also play a large role. [3] [23] It is common practice to employ geodatabases to manage these diverse datasets. [23] They have also been used in organized Early Detection Rapid Response (EDRR) efforts to treat invasive plant species to protect environmental resources. [24]

TIGER files

In 1995 The United States Census Bureau made the Topologically Integrated Geographic Encoding and Referencing, or TIGER, Mapping Service available to the public, facilitating desktop and Web GIS by hosting US boundary data. [25] This data availability, facilitated through the internet, silently revolutionized cartography by providing the world with authoritative boundary files, for free. Today, these files, which contain up-to-date boundaries for the United States states, counties, and more, are provided to the public in prepackaged geodatabases. [26]

Logical Model

To the user, a geodatabase looks like a collection of datasets, including some containing geographic data and some auxiliary elements that add functionality to the data. This user view is identical, regardless of how the geodatabase is stored (although enterprise geodatabases add some functions).

Datasets

Datasets contain geographic data. A geodatabase can contain spatially referenced data in vector or raster formats, or non-spatially referenced data in tabular format. [27] [28] Each dataset contains information about any number of individual items, but typically all of the items in a dataset are of the same theme (e.g., temperature measurements, roads in a city) and have the same set of properties.

Table
A traditional relational database table without any spatial information. Called a "business table" in early versions of ArcGIS. [8]
Feature class
A dataset based on the vector data model, storing a list of objects with a geometric shape in one column and a set of attributes in additional columns. While this may seem similar to earlier vector file formats such as the shapefile, several enhancements have been added. In addition to the basic points, lines, and polygons, the shape data types can also include annotation (text), dimensions (graphical depictions of distance), multipoints (many points in a single shape), multipatch three-dimensional objects. [29] :142 Each vertex in a line can be three-dimensional (x,y,z) and can also store a measurement value (e.g. a highway milepost value). Lastly, line segments can be curved as circular arcs or Bézier curves in addition to the traditional straight lines. [6] :244
Raster dataset
A raster grid use the same data model as most raster GIS and image files. [30] Geodatabase rasters using internal tiling and pyramid structures to improve drawing and analysis performance, especially for very large grids.

Auxiliary elements

A number of elements can be included that are generally dependent on one or more datasets, adding functionality such as quality control. Some of these are called controller datasets

Feature dataset
A collection of several feature classes within the geodatabase, roughly similar to a folder in a file system. All of the feature classes in a feature dataset share the same spatial reference system. [31] :54
Versioning
In an enterprise geodatabase on a database server (not a file geodatabase), a feature class or table can be versioned to facilitate multi-user editing. [14] As in other software version control systems, previous versions of the data are stored so that undesirable edits can be rolled back.
Attribute domain
A list of valid values for a quantitative or qualitative property (e.g. land use type codes). [32] :28 These facilitate data entry (the user can pick a value from a list rather than trying to remember the exact text) and quality control (reducing invalid values)
Subtype
Partitions a table or feature class into subcategories, with common attributes and other behaviors. [32] :32
Attribute index
Stored sorting order for one or more columns in a table or feature class, increasing search and processing performance. [32] :71
Relationship class
A configuration of a relationship between two tables or feature classes in the relational database sense, including specifying primary keys and foreign keys. This facilitates table joins and cross-table selections. [33]
Topology
A list of rules for valid topological relationships between features in one or more feature classes (e.g., "county polygons cannot overlap," "state polygons must align with county polygons"). [9] These can be used for checking data quality and correcting topological errors. [31] :55–56
Terrain dataset (formerly TIN dataset)
A triangulated irregular network constructed from feature classes containing three-dimensional points and lines. [34]
Network dataset, Utility network
Two different approaches to constructing a topologically-connected network from feature classes representing linear segments (and often point junctions). [29] :257 The network dataset has functionality designed primarily for transport network analysis (pedestrian, road, rail), while the utility network is designed for other infrastructure, such as water, sewer, power, and telecommunications networks.
Parcel fabric
An integrated dataset for storing cadastral surveying data, which describe real property parcels using distance-direction measurements (traditionally called COGO for coordinate geometry). Feature classes are used to store monument points, boundary lines, and parcel polygons with topological bindings between them. [35]
Linear referencing system (LRS)
An augmentation of a line feature class that enables attributes to referenced to points or segments within each line rather than attached to the line as a whole. [36] Examples include storing accident locations or real-time traffic counts along a road.
Mosaic dataset
A virtual composite raster grid composed of images that are stored as separate raster files. This is stored as a polygon feature class with a row for each image including image properties such as image filenames and georeferencing information, and the shape representing the desired display extent of the image, enabling seamless composition of overlapping images. [37]

Implementations

Since its first introduction in 1999, the geodatabase has been available on a number of platforms to meet various project needs.

Enterprise Geodatabase (formerly Multiuser Geodatabase)
The data is stored in a third-party relational database management system on a server. This allows for the implementation of the geodatabase within various distributed GIS architectures, including Internet and Web GIS through the use of ArcIMS (Arc Internet Mapping Service). [38] Originally, only commercial RDBMS software was supported: Microsoft SQL Server, Oracle, Informix, or IBM Db2. Eventually, support for PostgreSQL and SAP HANA were added and Informix was discontinued. The spatial data in a feature class can either be stored using the geometry datatype provided by the RDBMS native spatial extension (Oracle Spatial, PostGIS, etc.) or Esri's proprietary ST_GEOMETRY format, all of which are based on the Open Geospatial Consortium Simple Features specification, but with different encoding structures. [11] :13 Currently, an ArcGIS Enterprise (formerly ArcGIS Server) license must be purchased to create an enterprise geodatabase, even if no server software is installed. Each dataset (feature class, table, raster, auxilliary element) is stored as a normal table, but the geodatabase adds several system tables to provide overall organization (in ArcGIS 8-9, there were many more system tables, which were streamlined in ArcGIS 10): [39]
Personal Geodatabase
One of the original options, storing data in a single Microsoft Access file (.mdb), intended for local storage for a single user without needing a server. [8] :12 Although the format was relatively straightforward, using the same table structure as the multiuser geodatabase, there were severe limitations, including a 2Gb file size limit and the lack of 64-bit Access libraries. [6] :240 This was gradually phased out in favor of the file and mobile geodatabases, and it is no longer supported in ArcGIS Pro. [15]
File Geodatabase
Introduced in 2006 to replace the personal geodatabase. This is a proprietary format owned by Esri, although other software developers have reverse-engineered it [40] and Esri provides a read/write library for use in other software. It is not a single file, but a collection of files (roughly one for each data or system table in the relational database geodatabase) collected in a folder with a .gdb extension. The following file types are included: [40]
Mobile Geodatabase
The newest option, structured the same as the enterprise geodatabase but stored as a single file in the SQLite format, a de facto standard for sharing and storing data on mobile devices. [41] Initially released with limited functionality, it now supports all of the geodatabase elements. Despite the common database, this is very different from a Geopackage model.

Application support

The ability to read and write geodatabase format is not limited to Esri products; other software are also able to read & write this format, including:

See also

Related Research Articles

<span class="mw-page-title-main">Geographic information system</span> System to capture, manage and present geographic data

A geographic information system (GIS) consists of integrated computer hardware and software that store, manage, analyze, edit, output, and visualize geographic data. Much of this often happens within a spatial database, however, this is not essential to meet the definition of a GIS. In a broader sense, one may consider such a system also to include human users and support staff, procedures and workflows, the body of knowledge of relevant concepts and methods, and institutional organizations.

<span class="mw-page-title-main">Esri</span> Geospatial software & SaaS company

Environmental Systems Research Institute, Inc., doing business as Esri, is an American multinational geographic information system (GIS) software company headquartered in Redlands, California. It is best known for its ArcGIS products. With a 40% market share, Esri is the world's leading supplier of GIS software, web GIS and geodatabase management applications.

A GIS file format is a standard for encoding geographical information into a computer file, as a specialized type of file format for use in geographic information systems (GIS) and other geospatial applications. Since the 1970s, dozens of formats have been created based on various data models for various purposes. They have been created by government mapping agencies, GIS software vendors, standards bodies such as the Open Geospatial Consortium, informal user communities, and even individual developers.

<span class="mw-page-title-main">TerraLib</span> Geographic information system software library

TerraLib is an open-source geographic information system (GIS) software library. It extends object-relational database management systems (DBMS) to handle spatiotemporal data types.

A GIS software program is a computer program to support the use of a geographic information system, providing the ability to create, store, manage, query, analyze, and visualize geographic data, that is, data representing phenomena for which location is important. The GIS software industry encompasses a broad range of commercial and open-source products that provide some or all of these capabilities within various information technology architectures.

ArcSDE is a server-software sub-system that aims to enable the usage of Relational Database Management Systems for spatial data. The spatial data may then be used as part of a geodatabase.

<span class="mw-page-title-main">Shapefile</span> Geospatial vector data format

The shapefile format is a geospatial vector data format for geographic information system (GIS) software. It is developed and regulated by Esri as a mostly open specification for data interoperability among Esri and other GIS software products. The shapefile format can spatially describe vector features: points, lines, and polygons, representing, for example, water wells, rivers, and lakes. Each item usually has attributes that describe it, such as name or temperature.

<span class="mw-page-title-main">ArcGIS</span> Geographic information system maintained by Esri

ArcGIS is a family of client, server and online geographic information system (GIS) software developed and maintained by Esri.

gvSIG Desktop application for working with geographic data

gvSIG, geographic information system (GIS), is a desktop application designed for capturing, storing, handling, analyzing and deploying any kind of referenced geographic information in order to solve complex management and planning problems. gvSIG is known for having a user-friendly interface, being able to access the most common formats, both vector and raster ones. It features a wide range of tools for working with geographic-like information.

ArcInfo is a full-featured geographic information system produced by Esri, and is the highest level of licensing in the ArcGIS Desktop product line. It was originally a command-line based system. The command-line processing abilities are now available through the GUI of the ArcGIS Desktop product.

A spatial database is a general-purpose database that has been enhanced to include spatial data that represents objects defined in a geometric space, along with tools for querying and analyzing such data.

<span class="mw-page-title-main">GDAL</span> Translator library for raster and vector geospatial data formats

The Geospatial Data Abstraction Library (GDAL) is a computer software library for reading and writing raster and vector geospatial data formats, and is released under the permissive X/MIT style free software license by the Open Source Geospatial Foundation. As a library, it presents a single abstract data model to the calling application for all supported formats. It may also be built with a variety of useful command line interface utilities for data translation and processing. Projections and transformations are supported by the PROJ library.

ArcGIS Server is the core server geographic information system (GIS) software made by Esri. ArcGIS Server is used for creating and managing GIS Web services, applications, and data. ArcGIS Server is typically deployed on-premises within the organization’s service-oriented architecture (SOA) or off-premises in a cloud computing environment.

ArcMap is the former main component of Esri's ArcGIS suite of geospatial processing programs. Used primarily to view, edit, create, and analyze geospatial data. ArcMap allows the user to explore data within a data set, symbolize features accordingly, and create maps. This is done through two distinct sections of the program, the table of contents and the data frame. In October 2020, it was announced that there are no plans to release 10.9 in 2021, and that ArcMap would no longer be supported after March 1, 2026. Esri is encouraging their users to transition to ArcGIS Pro.

A georelational data model is a geographic data model that represents geographic features as an interrelated set of spatial and attribute data. The georelational model was the dominant form of vector file format during the 1980s and 1990s, including the Esri coverage and Shapefile.

A geographic data model, geospatial data model, or simply data model in the context of geographic information systems, is a mathematical and digital structure for representing phenomena over the Earth. Generally, such data models represent various aspects of these phenomena by means of geographic data, including spatial locations, attributes, change over time, and identity. For example, the vector data model represents geography as collections of points, lines, and polygons, and the raster data model represent geography as cell matrices that store numeric values. Data models are implemented throughout the GIS ecosystem, including the software tools for data management and spatial analysis, data stored in a variety of GIS file formats, specifications and standards, and specific designs for GIS installations.

The following tables compare general and technical information for a number of GIS vector file format. Please see the individual products' articles for further information. Unless otherwise specified in footnotes, comparisons are based on the stable versions without any add-ons, extensions or external programs.

Geographic information systems (GIS) play a constantly evolving role in geospatial intelligence (GEOINT) and United States national security. These technologies allow a user to efficiently manage, analyze, and produce geospatial data, to combine GEOINT with other forms of intelligence collection, and to perform highly developed analysis and visual production of geospatial data. Therefore, GIS produces up-to-date and more reliable GEOINT to reduce uncertainty for a decisionmaker. Since GIS programs are Web-enabled, a user can constantly work with a decision maker to solve their GEOINT and national security related problems from anywhere in the world. There are many types of GIS software used in GEOINT and national security, such as Google Earth, ERDAS IMAGINE, GeoNetwork opensource, and Esri ArcGIS.

<span class="mw-page-title-main">Geospatial topology</span> Type of spatial relationship

Geospatial topology is the study and application of qualitative spatial relationships between geographic features, or between representations of such features in geographic information, such as in geographic information systems (GIS). For example, the fact that two regions overlap or that one contains the other are examples of topological relationships. It is thus the application of the mathematics of topology to GIS, and is distinct from, but complementary to the many aspects of geographic information that are based on quantitative spatial measurements through coordinate geometry. Topology appears in many aspects of geographic information science and GIS practice, including the discovery of inherent relationships through spatial query, vector overlay and map algebra; the enforcement of expected relationships as validation rules stored in geospatial data; and the use of stored topological relationships in applications such as network analysis. Spatial topology is the generalization of geospatial topology for non-geographic domains, e.g., CAD software.

<span class="mw-page-title-main">Web GIS</span> Technologies employing the World Wide Web to manage spatial data

Web GIS, or Web Geographic Information Systems, are GIS that employ the World Wide Web to facilitate the storage, visualization, analysis, and distribution of spatial information over the Internet. The World Wide Web, or the Web, is an information system that uses the internet to host, share, and distribute documents, images, and other data. Web GIS involves using the World Wide Web to facilitate GIS tasks traditionally done on a desktop computer, as well as enabling the sharing of maps and spatial data. While Web GIS and Internet GIS are sometimes used interchangeably, they are different concepts. Web GIS is a subset of Internet GIS, which is itself a subset of distributed GIS, which itself is a subset of broader Geographic information system. The most common application of Web GIS is Web mapping, so much so that the two terms are often used interchangeably in much the same way as Digital mapping and GIS. However, Web GIS and web mapping are distinct concepts, with web mapping not necessarily requiring a Web GIS.

References

  1. "What is a geodatabase?". ArcGIS Pro Documentation. Esri. Retrieved 8 January 2023.
  2. Nasser, Hussein (June 2014). Learning ArcGIS Geodatabases. PACKT. ISBN   978-1-78398-864-8.
  3. 1 2 Chesnaux, Romain; Lambert, Mélanie; Walter, Julien; Fillastre, Ugo; Hay, Murray; Rouleau, Alain; Daigneault, Réal; Moisan, Annie; Germaneau, Denis (November 2011). "Building a geodatabase for mapping hydrogeological features and 3D modeling of groundwater systems: Application to the Saguenay–Lac-St.-Jean region, Canada". Computers & Geosciences. 37 (11): 1870–1882. Bibcode:2011CG.....37.1870C. doi:10.1016/j.cageo.2011.04.013 . Retrieved 31 January 2023.
  4. Arctur, David; Michael, Zeiler (2004). Designing Geodatabases: Case Studies in GIS Data Modeling (1 ed.). Redlands, CA: ESRI Press. ISBN   1-58948-021-X.
  5. "The Integration of ArcInfo and ArcSDE: A True Enterprise GIS Solution". ArcNews. 1 (Winter). 2000.
  6. 1 2 3 Kennedy, Michael D. (2013). Introducing Geographic Information Systems with ArcGIS : A Workbook Approach to Learning GIS. Wiley. ISBN   9781118159804.
  7. "Object-Oriented Data Model: An Introduction". ArcNews. 1 (Summer). 1999.
  8. 1 2 3 Zeiler, M. (1999). Modeling Our World: The ESRI Guide to Geodatabase Design. Redlands, CA: ESRI Press.
  9. 1 2 "ArcGIS 8.3 Brings Topology to the Geodatabase". ArcNews Online (Summer 2002). 2002. Retrieved 24 January 2023.
  10. "Survey Analyst: A Dream Coming True". ArcNews Online (Spring 2003). 2003. Retrieved 24 January 2023.
  11. 1 2 "Understanding ArcSDE" (PDF). Esri Technical Library. Esri. pp. 24–25. Retrieved 9 January 2023.
  12. "ArcGIS 9.1 Network Analyst Is Here". ArcNews Online (Spring 2005). 2005. Retrieved 24 January 2023.
  13. 1 2 "Highlights of What's to Come in ArcGIS 9.2—Esri's Next Enhanced Release". ArcNews Online (Spring 2006). 2006. Retrieved 24 January 2023.
  14. 1 2 "The Geodatabase: Modeling and Managing Spatial Data". ArcNews Online (Winter 2008/2009). 2008. Retrieved 24 January 2023.
  15. 1 2 Evans, Elaine. "It's Not Personal, It's Mobile: A brief history of the geodatabase and why personal geodatabases are not in ArcGIS Pro". ArcGIS Blog. Esri. Retrieved 9 January 2023.
  16. Snow, John (1855). On the Mode of Communication of Cholera (2nd ed.). London: John Churchill.
  17. 1 2 Cromley, Ellen K.; McLafferty, Sara L. (2002). GIS and Public Health (1 ed.). New York, New York: The Guilford Press. ISBN   1-57230-707-2.
  18. 1 2 Openshaw, Stan (1994). "5". In Fotheringham, Stewart; Rogerson, Peter (eds.). Spatial Analysis and GIS: Two exploratory space-time-attribute pattern analyzers relevant to GIS (1 ed.). Basingstoke, Great Britain: Taylor & Francis. pp. 83–104. ISBN   0-7484-0103-2.
  19. Zhan, F. Benjamin; Brender, Jean D.; Han, Yaowen; Suarez, Lucina; Langlois, Peter H. (12 September 2006). "GIS-EpiLink: A Spatial Search Tool for Linking Environmental and Health Data". Journal of Medical Systems. 30 (5): 405–412. doi:10.1007/s10916-006-9027-y. PMID   17069004. S2CID   15818674.
  20. Lian, Min; Warner, Ronald D; Alexander, James L; Dixon, Kenneth R (21 September 2007). "Using geographic information systems and spatial and space-time scan statistics for a population-based risk analysis of the 2002 equine West Nile epidemic in six contiguous regions of Texas". International Journal of Health Geographics. 6: 42. doi: 10.1186/1476-072X-6-42 . ISSN   1476-072X. PMC   2098755 . PMID   17888159.
  21. Afagbedzi, Seth Kwaku; Owusu, Alex Barimah; Kissiedu, Isaac Newton; Amoako-Coleman, Mary; Bandoh, Delia Akosua; Noora, Charles Lwanga; Aikins, Ben Emunah; Hinneh, Richmond Takyi; Calys-Tagoe, Benedict; Keziah Laurencia Malm, Keziah Laurencia; Kenu, Ernest (September 19, 2021). "Design and deployment of relational geodatabase on mobile GIS platform for real-time COVID-19 contact tracing in Ghana". Ghana Journal of Geography. 13 (1): 126–146. doi:10.4314/gjg.v13i1.7. ISSN   2821-8892. S2CID   236392409 . Retrieved 30 May 2023.
  22. Forati, Amir Masoud; Ghose, Rina (August 2021). "Geospatial analysis of misinformation in COVID-19 related tweets". Applied Geography. 133. Bibcode:2021AppGe.13302473F. doi:10.1016/j.apgeog.2021.102473. PMC   8176902 . PMID   34103772.
  23. 1 2 Plassin, Sophie; Koch, Jennifer; Paladino, Stephanie; Friedman, Jack R.; Spencer, Kyndra; Vaché, Kellie B. (6 March 2020). "A socio-environmental geodatabase for integrative research in the transboundary Rio Grande/Río Bravo basin". Scientific Data. 7 (1): 80. Bibcode:2020NatSD...7...80P. doi:10.1038/s41597-020-0410-1. PMC   7060182 . PMID   32144267.
  24. Adams, Aaron (2021). "Treating Invasive Tamarisk as an Intern at San Andres National Wildlife Refuge" (PDF). The Geographical Bulletin. 62 (2): 101–103. Retrieved 11 July 2023.
  25. Fu, Pinde; Sun, Jiulin (2011). Web GIS: Principles and Applications . Redlands, Calif.: ESRI Press. ISBN   978-1-58948-245-6. OCLC   587219650.
  26. "TIGER/Line Geodatabases". United States Census Bureau. January 26, 2023. Retrieved 31 May 2023.
  27. DeMers, Michael (2009). Fundamentals of Geographic Information Systems (4 ed.). John Wiley and Sons Inc. ISBN   978-0-470-12906-7.
  28. Dempsey, Caitlin (October 11, 2022). "Types of GIS Data Explored: Vector and Raster". GIS Lounge. Retrieved 22 January 2023.
  29. 1 2 Shellito, Bradley A. (2015). Discovering GIS and ArcGIS. W.H. Freeman. ISBN   978-1-4641-4520-9.
  30. DeMers, Michael (2002). GIS Modeling in Raster (1 ed.). John Wiley and Sons Inc. ISBN   0-471-31965-1.
  31. 1 2 Chang, Kang-tsung (2014). Introduction to Geographic Information Systems (7th ed.). McGraw-Hill. ISBN   978-0-07-352290-6.
  32. 1 2 3 Hussein, Nasser (2014). Learning ArcGIS Geodatabases. Birmingham/Mumbai: Packt. ISBN   978-1-78398-864-8.
  33. "Relationship class properties". ArcGIS Pro Documentation. Esri. Retrieved 9 January 2023.
  34. "What is a terrain dataset?". ArcGIS Pro Documentation. Esri. Retrieved 9 January 2023.
  35. "Parcels in the parcel fabric". ArcGIS Pro Documentation. Esri. Retrieved 24 January 2023.
  36. "Introduction to linear referencing". ArcGIS Pro Documentation. Esri. Retrieved 24 January 2023.
  37. "Mosaic layer". ArcGIS Pro Documentation. Esri. Retrieved 9 January 2023.
  38. Mathiyalagan, V.; Grunwald, S.; Reddy, K.R.; Bloom, S.A. (April 2005). "A WebGIS and geodatabase for Florida's wetlands". Computers and Electronics in Agriculture. 47 (1): 69–75. Bibcode:2005CEAgr..47...69M. doi:10.1016/j.compag.2004.08.003 . Retrieved 31 January 2023.
  39. "The architecture of a geodatabase". ArcGIS Pro Documentation. Esri. Retrieved 9 January 2023.
  40. 1 2 Rouault, Even. "FGDB Spec". Github. Retrieved 9 January 2023.
  41. Rees, Donald. "Look at Mobile Geodatabases go!". ArcGIS Blog. Esri. Retrieved 9 January 2023.
  42. Visual Information Solutions. Using ENVI and Geographic Information Systems (GIS): Whitepaper (PDF). Visual Information Solutions. Retrieved 1 June 2023.
  43. "How to open Geodatabase data in ERDAS IMAGINE". Hexagon. 23 September 2021. Retrieved 1 June 2023.
  44. UCLA Geospatial (1 October 2015). "WORKING WITH FILE GEODATABASES (.GDB) USING QGIS AND GDAL". UCLA Geospatial. Retrieved 1 June 2023.