Version History of Base Table Rows in a Dataset Collection
The table under discussion is a history table, which encapsulates the version history of its base table rows. This aspect makes it unique as it contains two additional columns that record the start and end date of each row. This feature allows for tracking the evolution of data over time as each row represents a unique version of the data extracted from the source. The start date signifies when the row was extracted from the data source while the end date indicates when a new version of the row was pulled. If the end date is null, it indicates that the version of the row is the most recent.
The table also includes geospatial data, which was initially in the shapefile format. Shapefile is a standard format for storing geographical features and attributes. The geospatial information in this table has been transformed from the shapefile format to a final geographic format. This transformation makes the data more accessible and usable for various geospatial analyses.
The data for this table is sourced from the Swedish website 'Lantmäteriet' (The Land Survey). The table serves as a valuable resource for data analytics in various ways. For instance, the version history can help analysts understand trends and changes over time in the data set. The geospatial data, on the other hand, can be used to conduct geographic analyses to understand spatial patterns and relationships. Furthermore, the unique identifier for each row in the version history table can assist in maintaining data integrity, making this table a reliable source for historical and geographical analysis.
Field Descriptions
Name | Data type | Description |
---|---|---|
_start_date | date | The date when the row was extracted from the data source. Together with '_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 the value of this column is null, it indicates 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. It forms a unique identifier for each row in conjunction with '_start_date'. |
OBJECTID | long | A unique identifier for the object. |
ID | string | An identifier for the data entry. |
CODE_12 | string | A coded reference pertaining to the data entry. |
Area_Ha | double | The area of the object, measured in hectares. |
Remark | string | Any additional comments or observations regarding the data entry. |
Shape_Leng | double | The length of the object's shape. |
Shape_Area | double | The area of the object's shape. |
geom_geojson | string | The geometric representation of the object in GeoJSON format. |
geom_geotext | string | The geometric representation of the object in geotext format. |
geom_type | string | The type of geometric representation used for the object. |
geom_centroid | string | The geometric center or centroid of the object. |
geom_center_x | double | The x-coordinate of the object's geometric center. |
geom_center_y | double | The y-coordinate of the object's geometric center. |
No sample for this dataset
Additional Information
Last updated | August 26, 2024 |
---|---|
Created | August 26, 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 | e95e9c68-e4b7-46bd-b907-887c96895351 |
Package id | 79417cf1-463f-47d0-a7ee-b3e1ee603243 |
Position | 9 |
Revision id | 0c9c6a97-4340-4935-ba4e-62716ca847ef |
State | active |
Table | gavleborg_zip__clc12_67f_nv__history |