GISRSStudy » GIS » Geodatabase

Geodatabase in ArcGIS

In this Tutorial Learn, How to create Geodatabase in ArcGIS.

What is Geodatabase?

A Geodatabase is a database designed to store, query, and manipulate geographic information and spatial data.

ArcGIS Geodatabase is a collection of geographic datasets of various types, such as IBM Db2, Microsoft SQL Server, Oracle, PostgreSQL, or SAP HANA.

Create a new File Geodatabase

In the Catalog window expand your folder (ex.- ArcGIS_Tutorial), Right click > New, select File Geodatabase

geodatabase arcgis

Create Feature Dataset within File Geodatabase

A Feature Dataset is a collection of related feature classes that share a common Coordinate system.

Feature datasets are used to spatially integrate related feature classes. Their primary purpose is to organize related feature classes into a common dataset for better management purposes. Here are the steps to create a feature dataset:

1. Right-click already create File Geodatabase (.gdb), now select Feature Dataset.

feature dataset geodatabase arcgis

2. Write Name (sikkim_project) and click the Next button. Click Add Coordinate System Tool > Import option and select your rectified map.

import spatial reference

3. Click Next button all are Default option is OK just Skip it and Click Finish button to close the wizard.

Create Feature Classes within Feature Dataset

A Feature Class is a collection of geographic features that share the same geometry type (such as point. line, or polygon). And the same attribute fields for a common area.

Select the Map Feature dataset (sikkim_project), click the right button of the mouse > New > Feature Class.

feature class
feature class type

Type Name and Alias, select feature Type. The database storage configuration wizard, do not make any changes, just click the Next button. In the fields creation wizard, add new Field and select type in the field blank row. You can also import data to click the Import button. Click the Finish button.

feature class add field and data

Create Table in File Geodatabase

The attributes and properties of Geographic objects are stored and managed in Tables. Tabular information is the basis of geographic features, allowing you to visualize, query, and analyze your data. You create here one such type of Table for storing both spatial and attribute information.

1. In the Catalog window, select the Geodatabase(.gdb), Right click > New > Table

table

2. Write Name and Alias (sikkimNationalpark) on the table. Click the Next button. In the database storage configuration wizard, do not make any changes, just click the Next button.

In the fields creation wizard, click the blank row in the Field Name, write a name, and then select the data type. Finally, click the Finish button.

ArcGIS Table in File Geodatabase

3. Click the Editor Button present on the Editor Toolbar and select Start Editing. Select the table(sikkimNationalpark) from TOC (Table Of Contents) Window. Right-click and choose Open, Add the records within this table.

Save edits and Stop editing session.

open table
Adding ‘X’ and ‘Y’ coordinate data as a layer to the map

4. Select Table(SikkimNationalpark) from the TOC window, Right-click, and choose Display XY Data. 

display x and y data in arcgis

5. In Display, ‘XY’ Data window, X and Y field automatically default selected, ‘X‘ field is Longitude, and ‘Y‘ field is Latitude. The coordinates system is automatically selected. Finally, click the OK button to close the Add XY Data window.

Now Display your Data in the Map Frame.

add events geodatabase arcgis

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top