Version History of Base Table Rows for Norrbotten Dataset Collection
The table is part of a dataset collection from Lantmäteriet (The Land Survey of Sweden) and it contains the version history of its base table rows. It is a historical table that stores data extracted from a geographic dataset in a shapefile format, a format used for storing the geometric location and attribute information of geographic features. The table captures unique identifiers for each row, dates when data was extracted, and geographic information.
The table includes columns that capture the start and end date for when a row was extracted from the data source. These dates, in combination with a unique row number, enable the tracking of changes in the data over time. If the end date for a row is null, it denotes that the version of the row is the most recent.
Additionally, the table stores geographic information transformed from the shapefile format. This includes information about the object's ID, its coded classification, area in hectares, and geographic features represented by points, lines, or polygons. It also includes the geometric centroid and the coordinates for the center of these geographic shapes.
The data in this table could be used in various data analytics applications. For example, it could be used in environmental studies to track land use changes over time, by comparing the geographic features' attributes at different dates. Similarly, urban planners could utilize the data to study urban growth or decline in specific areas based on changes in the classification codes. It could also be used in machine learning models to forecast land use changes, by training the model on the historical data captured in the table.
Field Descriptions
Name | Data type | Description |
---|---|---|
_start_date | date | This column records the date when the row data was extracted from the data source. It is part of a unique identifier for each row in the version history table when combined with the '_row_number' column. |
_end_date | date | This column indicates the date when a new version of the row data was extracted from the data source. If this column has a null value, it signifies that the row is the most recent version. |
_row_number | long | This column contains the count of the row in the raw data extracted from the data source. It is used in conjunction with the '_start_date' column to uniquely identify each row in the version history table. |
OBJECTID | long | This column contains unique identifiers for each object in the table. |
ID | string | This column holds unique identifiers that follow a specific naming convention, starting with 'SE_' followed by a number. |
CODE_12 | string | This column contains specific numeric codes associated with the data objects. |
Area_Ha | double | This column denotes the area of the geographical feature represented in the row, measured in hectares. |
Remark | string | This column is reserved for any additional comments or observations about the data in the row. |
Shape_Leng | double | This column is intended for storing the length of the geometric shape associated with the data object. However, it seems to have null values. |
Shape_Area | double | This column records the calculated area of the geometric shape associated with the data object. |
geom_geojson | string | This column contains the geometric shape of the data object expressed in GeoJSON format, a popular open standard format designed for representing simple geographical features. |
geom_geotext | string | This column holds the geometric shape of the data object expressed in Well-known text (WKT) format, a text markup language for representing vector geometry objects. |
geom_type | string | This column indicates the type of the geometric shape associated with the data object. All the shapes in this table are polygons, indicated by the value 'ST_POLYGON'. |
geom_centroid | string | This column contains the coordinates of the centroid of the geometric shape associated with the data object. The centroid is the geometric center of a plane figure or shape. |
geom_center_x | double | This column holds the x-coordinate of the geometric center of the shape associated with the data object. |
geom_center_y | double | This column contains the y-coordinate of the geometric center of the shape associated with the data object. |
No sample for this dataset
Additional Information
Last updated | August 27, 2024 |
---|---|
Created | August 27, 2024 |
License | No License Provided |
Geographic coverage | |
Geographic granularity | |
Temporal coverage from | |
Temporal coverage to | |
Temporal coverage to | |
Adapter | shapefile |
Country | se |
Database | se_lantmateriet |
Extract date | 2024-08-26 |
Id | 41a8b31f-72a9-4949-992f-f6042ce0dabf |
Package id | aec689b3-8d6e-4322-88cd-6b96004c9ec7 |
Position | 9 |
Revision id | ab5b8108-ff17-4ed5-817b-e55f3932358c |
State | active |
Table | norrbotten_zip__clc12_72g_so__history |