Geospatial Data and Properties of Land Cover in Norrbotten
Click here for a data sample
The table is a part of a dataset collection from Lantmäteriet (The Land Survey) in Sweden. It consists of several columns, each representing different types of data related to geographical features. Two special columns contain the date of data extraction and the unique row number, respectively. Together, these columns provide a unique identifier for each row in the table. The geographic information, originally in shapefile format, has been transformed into a final format suitable for this dataset. The table includes detailed information about the area in hectares, the geometry of the location, and certain identification codes. Furthermore, it contains data about the geometric center of the geographical feature, both in terms of coordinates and as a text description. The data in this table can be used for various analytical purposes. For instance, it could be used to analyze land use patterns over time, given the date of data extraction. The data could also be utilized in environmental studies to understand the distribution of different geographical features, or in urban planning to map out the expansion of urban areas.
Field Descriptions
Name |
Data type |
Description |
_extract_date | date | This column holds the date when the data for each row was extracted from the source. This is used to track when the data was last updated. |
_row_number | long | This column contains the row number for the data extracted from the source on a specific date. It is used in conjunction with the '_extract_date' column to uniquely identify each row. |
OBJECTID | long | This column contains unique identifiers for each object in the dataset. |
ID | string | This column holds an additional set of identifiers, likely related to a specific coding or classification system. |
CODE_12 | string | This column contains codes that may correspond to specific categories or classifications within the dataset. |
Area_Ha | double | This column represents the area of each object, measured in hectares. |
Remark | string | This column is intended for any additional comments or notes about the data in each row. |
Shape_Leng | double | This column likely contains the length of the geometric shape representing each object, possibly in a specific unit of measurement. |
Shape_Area | double | This column likely contains the area of the geometric shape representing each object, possibly in a specific unit of measurement. |
geom_geojson | string | This column contains geometric data for each object in GeoJSON format, a popular format for encoding a variety of geographic data structures. |
geom_geotext | string | This column contains geometric data in a text-based format, likely representing each object's geographic coordinates. |
geom_type | string | This column specifies the type of geometric shape that represents each object. |
geom_centroid | string | This column contains the geographic coordinates for the centroid, or geometric center, of each object. |
geom_center_x | double | This column holds the x-coordinate of the center of each object's geometric shape. |
geom_center_y | double | This column holds the y-coordinate of the center of each object's geometric shape. |