Geospatial and Demographic Features in Vasterbotten Region Dataset Table
Click here for a data sample
The table belongs to a dataset collection, which is sourced from the website of Lantmäteriet (The Land Survey) in Sweden. It contains a variety of data columns that provide extensive information about each entry. Two special columns contain the extraction date and the row number from the original data source, which together create a unique identifier for each row. The table also contains geographic information, originally in the shapefile format, which provides the geometric location and attribute information of geographic features. These features can be represented by points, lines, or polygons (areas). This data could prove invaluable for a range of data analytics applications. For example, it could be used to analyze geographic patterns and trends over time, given the unique combination of temporal and spatial data. Alternatively, the data could be used in environmental analytics to study the impact of various factors on specific geographic features.
Field Descriptions
Name |
Data type |
Description |
_extract_date | date | This column records the date when the data on the respective row was extracted from the data source. |
_row_number | long | This column contains the row number in the data extracted from the source on the date specified by the '_extract_date' column. Together with '_extract_date', it uniquely identifies each row. |
OBJECTID | long | This column represents a unique identifier for each object in the table. |
ID | string | This column is an additional identifier for each row of data. |
CODE_12 | string | This column signifies a unique code associated with the data in each row. |
Area_Ha | double | This column denotes the area related to the data in each row, measured in hectares. |
Remark | string | This column contains any additional comments or remarks pertaining to the data in each row. |
Shape_Leng | double | This column indicates the length of the shape related to the data in the row. |
Shape_Area | double | This column indicates the area of the shape related to the data in the row. |
geom_geojson | string | This column contains the geometric data corresponding to each row in GeoJSON format. |
geom_geotext | string | This column contains the geometric data corresponding to each row in a text format. |
geom_type | string | This column indicates the type of the geometric data for each row. |
geom_centroid | string | This column contains the centroid of the geometric data for each row. |
geom_center_x | double | This column represents the x-coordinate of the center of the geometric data for each row. |
geom_center_y | double | This column represents the y-coordinate of the center of the geometric data for each row. |