Historical Version Overview of Geographical Features and Attributes
The table under discussion is a historical record that forms part of a larger dataset collection. It is a special type of table known as a history table that holds the version history of its base table rows. This means it tracks changes over time, recording when each row was added and when it was subsequently updated. This is achieved through the inclusion of two additional columns compared to its base table, which record the start and end dates of each row's existence in the data source. The unique identification of each row in this version history table is achieved through a combination of the start date and the row number. If the end date of a row is null, this indicates that it is the current version of the row.
The data in this table is rich, including geographical information transformed from the shapefile format. Shapefile is a common format for storing the geometric location and attribute information of geographic features, which can be points, lines, or polygons (areas).
This table was sourced from the website of 'Lantmäteriet' (The Land Survey) in Sweden.
The data in this table can be utilized in numerous ways in data analytics. For example, it can be used to perform a temporal analysis of the geographic features, understanding how they have evolved over time. This could be invaluable in environmental studies or urban planning. Additionally, the unique identification of each row allows for detailed tracking and analysis of specific features, which could be used in a wide range of applications from resource management to transportation planning.
Field Descriptions
Name | Data type | Description |
---|---|---|
_start_date | date | This column contains the date when the row was extracted from the data source, helping to identify the version of the data entry. |
_end_date | date | This column holds the date when a new version of the row was extracted from the data source. If the value is null, it indicates that the row is the most recent version. |
_row_number | long | This column contains the number of the row in the raw data extracted from the data source. In combination with '_start_date', it uniquely identifies each row in this version history table. |
OBJECTID | long | This column contains a unique identifier for each object in the table. |
ID | string | This column holds another unique identifier for each data entry. |
CODE_12 | string | This column includes specific codes related to the entries. |
Area_Ha | double | This column contains the area of the object in hectares. |
Remark | string | This column holds any additional comments or remarks about the row entry. |
Shape_Leng | double | This column records the length of the object's shape. |
Shape_Area | double | This column lists the area of the object's shape. |
geom_geojson | string | This column includes the geometric data of the object in GeoJSON format. |
geom_geotext | string | This column contains the geometric data of the object in a text format. |
geom_type | string | This column defines the type of geometric shape of the object. |
geom_centroid | string | This column holds the centroid (geometric center) of the object's shape. |
geom_center_x | double | This column records the X-coordinate of the object's center. |
geom_center_y | double | This column contains the Y-coordinate of the object's center. |
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 | ea828697-5b95-46ab-b935-2808109fad37 |
Package id | 473516b3-5443-48c1-8759-23e1cc49011c |
Position | 3 |
Revision id | bfb0abde-4837-47c4-85fa-d274120a0cf9 |
State | active |
Table | vastmanland_zip__clc12_65f_nv__history |