Version History of Base Table Rows in Varmland Dataset Collection
The table in focus is a historical table sourced from the web site of Lantmäteriet (The National Land Survey), based in Sweden. This history table serves a crucial purpose as it holds the version history of its primary table rows. This allows for the tracking of changes in data over time, from the point when the row was first extracted from the data source to the date when a newer version was sourced. The most recent version of the row can be identified if the end date is null.
The rows in this table are uniquely identified by a combination of the start date and a specific row number. In addition to the base table, this history table has two extra columns that capture the start and end dates.
One of the unique aspects of this table is its geographical data, initially in the shapefile format. A shapefile is a popular format for storing the location and attribute information of geographical features which can be represented by points, lines, or polygons. However, in this dataset, the geographical information has been transformed from the shapefile format into a final geographical format.
This table can be instrumental in data analytics. For instance, it can be used to track geographical changes over time by comparing different versions of the same row, providing valuable insights into spatial trends. Additionally, the historical data can be used to forecast future trends or patterns using various predictive modeling techniques. The geographical information, on the other hand, can be used to map and visualize these changes and trends, providing an intuitive understanding of the data. Finally, the table can also support decision-making processes in urban planning, environmental conservation, and resource management by providing historical data and trends.
Field Descriptions
Name | Data type | Description |
---|---|---|
_start_date | date | Contains the date when the row was extracted from the data source. Together with '_row_number', this column uniquely identifies each row in this history table. |
_end_date | date | Holds 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 | Represents the number of the row in the raw data extracted from the source. It forms a unique identifier for each row in conjunction with '_start_date'. |
OBJECTID | long | A unique identifier for each object in the table. |
ID | string | An identifier for each entry in the table. |
CODE_12 | string | A code associated with the data entry. |
Area_Ha | double | Represents the area of the geographical feature, measured in hectares. |
Remark | string | A column for any additional observations or notes about the data entry. |
Shape_Leng | double | The length of the shape of the geographical feature. |
Shape_Area | double | The area of the shape of the geographical feature. |
geom_geojson | string | Contains the geometric data of the geographical feature in GeoJSON format. |
geom_geotext | string | Holds the geometric data of the geographical feature in a text format. |
geom_type | string | Specifies the type of geometric data (for example, point, line, or polygon). |
geom_centroid | string | Determines the geometric center (centroid) of the geographic feature. |
geom_center_x | double | Represents the x-coordinate of the center of the geographic feature. |
geom_center_y | double | Represents the y-coordinate of the center of the geographic feature. |
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 | abbafe0d-7fd0-4479-92e2-3082f0b08fba |
Package id | bdfc37ab-2d87-436a-ba7b-6312fe00922e |
Position | 1 |
Revision id | 0fbd84e4-d840-43d0-ba38-f85e37bafd36 |
State | active |
Table | varmland_zip__clc12_65d_no__history |