Version History of Base Table Rows in Norrbotten Dataset Collection
The table in question is a history table, which forms part of a dataset collection. It contains the version history of its base table rows, making it unique in its ability to track changes over time. The table is made up of several columns, which include specific dates to indicate when a row was extracted from the data source and when a new version of that same row was extracted. This allows for precise tracking of changes in data over time. In cases where the end date is null, it signifies that the row is the most recent version.
Unique identification of each row is achieved through a combination of the date of extraction and the row number. This history table contains two additional columns compared to its base table to accommodate for the start and end dates.
This table also contains geographic information, which was originally in shapefile format - a simple format for storing the location and attribute information of geographic features. This geographic information has since been transformed into the final geographic format from the original shapefile format.
The data for this table is sourced from the website of Lantmäteriet (The Land Survey) in Sweden.
The data in this table can be used in a variety of ways in data analytics. For instance, changes in geographic features over time could be tracked and analyzed, which would be valuable in environmental studies or urban planning. Similarly, the historical data can be used to identify trends, anticipate future changes and inform strategic decisions. Moreover, the geographic data can be used in geographic information system (GIS) applications for spatial analysis and visualization.
Field Descriptions
Name | Data type | Description |
---|---|---|
_start_date | date | This column contains the date when the row was extracted from the source data. Together with '_row_number', it forms a combination 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 source data. 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 in the raw data extracted from the source. It is used in combination with '_start_date' to uniquely identify each row in this version history table. |
OBJECTID | long | This column contains the unique identification number for each object in the table. |
ID | string | This column represents the identifier of the row in the base table. |
CODE_12 | string | This column contains the 12-digit code associated with each row. |
Area_Ha | double | This column represents the area of the geographical entity, measured in hectares. |
Remark | string | This column includes any additional comments or notes related to the row. |
Shape_Leng | double | This column represents the length of the geographical shape associated with the row. |
Shape_Area | double | This column represents the area of the geographical shape associated with the row. |
geom_geojson | string | This column contains the geographical data of the shape in GeoJSON format. |
geom_geotext | string | This column contains the geographical data of the shape in text format. |
geom_type | string | This column specifies the type of the geometric entity represented in the row. |
geom_centroid | string | This column contains the central point of the geographical shape. |
geom_center_x | double | This column contains the x-coordinate of the center of the geographical shape. |
geom_center_y | double | This column contains the y-coordinate of the center of the geographical shape. |
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 | 027601ca-a7d2-4a92-b69c-da7d28bf32af |
Package id | aec689b3-8d6e-4322-88cd-6b96004c9ec7 |
Position | 39 |
Revision id | 2bba791e-9bab-43a8-ba0a-510ee6958c90 |
State | active |
Table | norrbotten_zip__clc12_74i_so__history |