Version History Record of Base Table Rows in a Swedish Dataset Collection
The table in focus is a history table, serving as a repository for the version history of base table rows. Specifically, it maintains unique records of each row version, identifiable through a distinct combination of start dates and row numbers. The table also provides a snapshot of when the row was first extracted and when a new version of the same row was extracted, through its start and end date columns respectively. A null value in the end date column signifies that the version of the row is the most recent.
The table is not just a historical record, but it also offers geographical information which has been converted from the shapefile format to a final geographic format. This means it can represent geographic features in the form of points, lines, or polygons (areas).
This table is sourced from the website of 'Lantmäteriet' (The Land Survey of Sweden), based in Sweden.
In terms of application, the data from this table can be leveraged in various ways in data analytics. For instance, the history of the row versions can be used to trace changes and trends over time, enabling predictive modeling. The geographic information can be utilized for geospatial analysis, providing insights into spatial patterns and relationships. Moreover, by combining the historical and geographical data, one can conduct a comprehensive spatio-temporal analysis.
Field Descriptions
Name | Data type | Description |
---|---|---|
_start_date | date | The date when the row was extracted from the data source. Together with the '_row_number', it uniquely identifies each row in this version history table. |
_end_date | date | The date when a new version of the row was extracted from the data source. If null, it means that the row is the most recent version. |
_row_number | long | The number of the row in the raw data extracted from the data source. Together with the '_start_date', it uniquely identifies each row in this version history table. |
OBJECTID | long | A unique identifier for each object in the table. |
ID | string | A unique identifier for each record in the data. |
CODE_12 | string | A code associated with the record. |
Area_Ha | double | The area of the record in hectares. |
Remark | string | Any additional remarks or notes related to the record. |
Shape_Leng | double | The length of the shape associated with the record. |
Shape_Area | double | The area of the shape associated with the record. |
geom_geojson | string | Geospatial data of the record in GeoJSON format. |
geom_geotext | string | Geospatial data of the record in plain text format. |
geom_type | string | The type of the geospatial data associated with the record. |
geom_centroid | string | The centroid of the geospatial data associated with the record. |
geom_center_x | double | The x-coordinate of the center of the geospatial data associated with the record. |
geom_center_y | double | The y-coordinate of the center of the geospatial data associated with the record. |
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 | 0658f5ae-3377-44bf-a8dc-6aeff1884429 |
Package id | 8e387fb0-68fc-4896-9114-220b7a625e8e |
Position | 21 |
Revision id | 8befe437-1a38-4b80-9ce9-dedca50675b1 |
State | active |
Table | vasterbotten_zip__clc12_71f_so__history |