Geospatial and Temporal Data of Land Areas in Jamtland Dataset Collection
Click here for a data sample
The table is a comprehensive collection of data, which is part of a larger dataset. It contains a variety of columns, each representing different types of information. Notably, there are two special columns in the table: one indicating the date when the data on the row was extracted from the source, and the other containing the row number from the data extracted on the specified date. These two columns together uniquely identify each row in the table. The table also contains geographical information that has been transformed from the shapefile format, a simple format for storing geographical features, into its final form. The data in this table is sourced from the 'Lantmäteriet' website in Sweden. This table could be used in data analytics in a number of ways. For example, it could be used to track changes over time by comparing the extracted data from different dates. Additionally, the geographical information could be used to conduct spatial analysis or to create visual representations of the data.
Field Descriptions
Name |
Data type |
Description |
_extract_date | date | This column contains the date when the data on the row of the table was extracted from the data source. |
_row_number | long | This column contains the row number in the data extracted from the source on the extract date specified by the '_extract_date' column. The combination of '_extract_date' and '_row_number' uniquely identifies each row. |
OBJECTID | long | This column contains the unique object identifiers. |
ID | string | This column contains the unique identifiers for the dataset. |
CODE_12 | string | This column contains the 12-digit codes associated with the data. |
Area_Ha | double | This column represents the area measurements in hectares. |
Remark | string | This column contains any additional comments or remarks related to the data. |
Shape_Leng | double | This column represents the length of the shape. |
Shape_Area | double | This column represents the area of the shape. |
geom_geojson | string | This column contains the geometric data in GeoJSON format. |
geom_geotext | string | This column contains the geometric data in text format. |
geom_type | string | This column represents the type of the geometric data. |
geom_centroid | string | This column contains the centroid of the geometric data. |
geom_center_x | double | This column represents the X coordinate of the geometric center. |
geom_center_y | double | This column represents the Y coordinate of the geometric center. |