Version History Table of Geographic and Geometric Data in Skane Dataset Collection
The table in question is a historical record, tracing the evolution of each row in its base table. It essentially serves as a version history log, tracking changes at the row level. Unique identifiers for each row are formed by the combination of the date of extraction and the raw row number from the data source. The table also records the date a new version of a row was extracted. If a row is the most recent version, this will be indicated by a null value in the 'end date' column.
This table is particularly rich in geographic data, which has been transformed from the shapefile format. This format, commonly used for storing the geometric location and attribute information of geographic features, can represent features as points, lines, or polygons.
The data for this table is sourced from the website of 'Lantmäteriet' (The Land Survey) in Sweden. This information can provide valuable insights into land use patterns, property boundaries, and geographical features.
From a data analytics perspective, this table could be utilized in several ways. For instance, it could be used to analyze changes in land use over time, which could inform urban planning or conservation efforts. Additionally, the geographical data could be used to visualize the spread of specific features or properties across a geographic area. The versioning data could also allow for the analysis of trends in data extraction, which could potentially highlight patterns of interest.
Field Descriptions
Name | Data type | Description |
---|---|---|
_start_date | date | This column delivers the date when the row was extracted from the database. It's part of the unique identifier for each row in this version history table, along with the '_row_number'. |
_end_date | date | This column provides the date when a new version of the row was extracted from the database. If the value is null, it signifies that the row is the most recent version. |
_row_number | long | This column contains the number of the row as it was in the raw data extracted from the data source. It's used in combination with '_start_date' to uniquely identify each row in this version history table. |
OBJECTID | long | This column contains the unique object identifier. |
ID | string | This column contains the unique ID. |
CODE_12 | string | This column contains the unique 12-digit code. |
Area_Ha | double | This column contains the area in hectares. |
Remark | string | This column contains any additional remarks. |
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 GeoJSON representation of the geometry. |
geom_geotext | string | This column contains textual description of the geometry. |
geom_type | string | This column specifies 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 center. |
geom_center_y | double | This column contains the y-coordinate of the geometry 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 | 5a4e847a-2eba-40a4-931f-29354a6d68d6 |
Package id | f15536ea-160d-4aa7-9b89-e00e713992e9 |
Position | 3 |
Revision id | 416f0fd1-eebc-47f8-a245-097b9a4c9dc8 |
State | active |
Table | skane_zip__clc12_62d_so__history |