Version History Records of Base Table Rows in the Halland Dataset Collection
The table under discussion is a history table, storing the version history of its base table rows. It is part of a dataset collection from Lantmäteriet (The Land Survey of Sweden), which is a significant source of geographic data in Sweden. This table is unique as it contains two additional columns for tracking the version history of its base table rows. These columns record the dates when a row was extracted from the data source and when a new version of the same row was extracted. If the latter date is null, it signifies that the row is the most current version.
The table contains a mix of data types including geographical data. The geographical data, originally in shapefile format, was transformed into a final geographic format for easier use. The shapefile format is a popular geospatial vector data format for geographic information system software, capable of storing points, lines, and polygons.
Data from this table can be leveraged in various ways. For instance, by using the version history, one could track changes in geospatial data over time, providing a temporal dimension to the analysis. This could be useful for environmental studies, urban planning, or even socio-economic research. Furthermore, the unique combination of the start date and row number can be used to conduct a detailed audit of data changes, which can be critical for data governance and data quality management.
Finally, the geographic data can be used for geospatial analytics, allowing for a visual representation of data points on maps. This can be particularly helpful in fields like logistics, disaster management, and real estate where geographic location and attributes are of prime importance.
Field Descriptions
Name | Data type | Description |
---|---|---|
_start_date | date | This column contains the date when the row 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 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 as it appeared in the raw data extracted from the data source. It forms part of a unique identifier for each row in the version history table, when combined with the '_start_date' column. |
OBJECTID | long | This is a unique identifier for each object in the table. |
ID | string | This column contains the ID of the object. |
CODE_12 | string | This column contains a specific code related to the object. |
Area_Ha | double | This column represents the area of the object in hectares. |
Remark | string | This column contains any remarks or additional information about the object. |
Shape_Leng | double | This column contains the length of the object's shape. |
Shape_Area | double | This column contains the area of the object's shape. |
geom_geojson | string | This column contains the geometric representation of the object in GeoJSON format. |
geom_geotext | string | This column contains textual geometric information about the object. |
geom_type | string | This column indicates the type of geometric shape of the object. |
geom_centroid | string | This column contains the centroid of the object's geometric shape. |
geom_center_x | double | This column contains the x-coordinate of the center of the object's geometric shape. |
geom_center_y | double | This column contains the y-coordinate of the center of the object's geometric shape. |
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 | 303653fd-e045-4cc7-9d8d-e3114e69e0e0 |
Package id | bbf0f771-09e4-48c5-ad18-8e4657b466e0 |
Position | 1 |
Revision id | 18818e19-eb21-401a-886e-06ccc7d17535 |
State | active |
Table | halland_zip__clc12_62d_no__history |