Historical Versions of Base Table Rows in Jamtland Dataset
The table in question is a historical record of data sourced from the website of 'Lantmäteriet' (The Land Survey) in Sweden. As a history table, it holds the version history of its base table rows, allowing users to trace the changes over time. This feature is particularly useful in tracking the evolution of the data, identifying patterns, and predicting future trends. It has two additional columns compared to its base table to accommodate this, one indicating when the row was extracted from the data source and another marking when a new version of the same row was extracted. If the latter is null, it signifies that the row is the most recent version.
The table also has a unique identifier for each row, formed by a combination of the row's extraction date and its number in the raw data from the source. In addition to these structural features, the table contains geographic information transformed from the shapefile format, a simple format for storing the geometric location and attribute information of geographic features. This geographic information could be points, lines, or polygons (areas).
This table could be utilized in various ways in data analytics. For instance, the version history could be used to analyze trends over time, such as changes in land use or geographic features. The geographic information could also be used in spatial analysis, where the location, shape, and relationship between geographic features are studied. Furthermore, the unique identifier for each row could be employed in data cleaning and preprocessing, making the analytics process more efficient and reliable.
Field Descriptions
Name | Data type | Description |
---|---|---|
_start_date | date | The date when the row was extracted from the data source. Together with '_row_number', it uniquely identifies each row in this version history table. |
_end_date | date | The date when a new version of the row was extracted from the data source. If the value is null, it signifies that the row is the most recent version. |
_row_number | long | The number of the row in the raw data extracted from the data source. It forms a unique identification of each row in combination with '_start_date'. |
OBJECTID | long | A unique identifier for each object in this dataset. |
ID | string | An identification code for each row in the table. |
CODE_12 | string | A code related to the data in the row, specifics may depend on the data source. |
Area_Ha | double | The area of the geographical object, measured in hectares. |
Remark | string | A column for any additional notes or comments related to the row. |
Shape_Leng | double | The length of the shape of the geographical object. |
Shape_Area | double | The area of the shape of the geographical object. |
geom_geojson | string | The geometry of the geographical object in GeoJSON format. |
geom_geotext | string | The geometry of the geographical object in a textual format. |
geom_type | string | The type of the geometry of the geographical object, for example 'Point', 'Polygon' etc. |
geom_centroid | string | The centroid of the geometry of the geographical object. |
geom_center_x | double | The x coordinate of the center point of the geometry of the geographical object. |
geom_center_y | double | The y coordinate of the center point of the geometry of the geographical object. |
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 | 98b4ece1-90b3-4c24-83d3-d0db924e5a83 |
Package id | eeda00c0-27ef-4aa9-827c-5a277b27bc79 |
Position | 24 |
Revision id | 4a2ba352-a399-49ec-8aab-4768971ba9dc |
State | active |
Table | jamtland_zip__clc12_71e_nv__history |