Version History of Base Table Rows in Jamtland Dataset Collection
The table under discussion is part of a dataset collection and serves as a history table. This table keeps a record of the version history of its base table rows. The table is distinguished by two additional columns that track the start and end dates of each row's extraction from the data source. If an end date is null, it indicates that the row is the most recent version.
The table is sourced from the 'Lantmäteriet' (Land Survey) website in Sweden. Unique identification of each row in this version history table is achieved through a combination of the start date and the row number.
Interestingly, the geographic information in this dataset is derived from a shapefile format, which is a non-topological format utilized for storing the geometric location and attribute information of geographic features. Geographic features can be represented by points, lines, or polygons (areas).
This table can be a rich source for data analytics. For instance, it could be used to track changes in geographic feature data over time, thereby providing insights into spatial trends. The version history could also aid in debugging and error detection by providing a history of changes. Additionally, the geographic information could be utilized to perform spatial analysis or generate visualizations of geographic features.
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 combination with '_row_number' that uniquely identifies 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 means that the row is the most recent version. |
_row_number | long | This column contains the number of the row as it appears in the raw data extracted from the data source. It is part of a combination with '_start_date' that uniquely identifies each row in this version history table. |
OBJECTID | long | This column contains the unique identifier for each object in the table. |
ID | string | This column contains an additional unique identifier for each row in the table. |
CODE_12 | string | This column contains specific codes associated with the data in each row. |
Area_Ha | double | This column represents the area in hectares for the data each row represents. |
Remark | string | This column contains any additional comments or remarks about the data in each row. |
Shape_Leng | double | This column contains the length of the shape associated with the data in each row. |
Shape_Area | double | This column contains the area of the shape associated with the data in each row. |
geom_geojson | string | This column contains the geographical features of the data in each row in GeoJSON format. |
geom_geotext | string | This column contains the geographical features of the data in each row in geotext format. |
geom_type | string | This column specifies the type of geometry associated with the data in each row. |
geom_centroid | string | This column contains the centroid of the geometry associated with the data in each row. |
geom_center_x | double | This column contains the X coordinate of the center point of the geometry associated with the data in each row. |
geom_center_y | double | This column contains the Y coordinate of the center point of the geometry associated with the data in each row. |
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 | a8fb2fbd-3fa0-42dd-8730-dd833581558b |
Package id | eeda00c0-27ef-4aa9-827c-5a277b27bc79 |
Position | 5 |
Revision id | 1109deed-7639-4cc2-96bc-571a00d9492b |
State | active |
Table | jamtland_zip__clc12_68f_nv__history |