History of Versioned Data in Vasternorrland Collection
The table in question is a historical dataset, belonging to a larger collection sourced from the Swedish website, Lantmäteriet. This historical table captures the evolution of its base table over time, by keeping track of each row's version history. It achieves this by uniquely identifying each row using a combination of the extraction date and the row number. Furthermore, whenever a new version of a row is extracted, the table records the date of this event. If a row is the most recent version, its end date will be left blank.
In addition to the basic information from its base table, this history table includes geographical data, transformed from a shapefile format. A shapefile stores geographical features in a simple, non-topological format, which can represent these features as points, lines, or polygons.
This table, with its historical and geographical data, can serve a variety of analytical purposes. For example, it could be used to track changes in land usage over time, by comparing the areas represented in different versions of each row. Alternatively, it could be used to examine the relationship between different geographical features and the changes that occur over time. Lastly, the table could be used in predictive analytics, using the historical data to forecast future trends.
Field Descriptions
Name | Data type | Description |
---|---|---|
_start_date | date | This column contains the date when the row was extracted from the data source. Together with the '_row_number' column, it helps in uniquely identifying each row in this version history table. |
_end_date | date | This column contains 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. It is used in combination with the '_start_date' column to uniquely identify each row in this version history table. |
OBJECTID | long | This column contains the object identifier. |
ID | string | This column contains the unique identification number. |
CODE_12 | string | This column contains the 12-digit code. |
Area_Ha | double | This column contains the area in hectares. |
Remark | string | This column contains any remarks or comments. |
Shape_Leng | double | This column contains the length of the shape. |
Shape_Area | double | This column contains the area of the shape. |
geom_geojson | string | This column contains the geometry of the feature in GeoJSON format. |
geom_geotext | string | This column contains the geometry of the feature in a textual format. |
geom_type | string | This column contains the type of the geometry. |
geom_centroid | string | This column contains the centroid of the geometry. |
geom_center_x | double | This column contains the x-coordinate of the geometry's center. |
geom_center_y | double | This column contains the y-coordinate of the geometry'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 | 6d2af6ad-3ca5-4952-8bad-b390a3601405 |
Package id | 363c72ba-f2e9-4503-ae45-694b4a3163d3 |
Position | 1 |
Revision id | 2cc4ebd8-2e83-460a-b495-6774a1f41cf7 |
State | active |
Table | vasternorrland_zip__clc12_68f_no__history |