Geospatial Data Analysis Results for Vastmanland Region
Click here for a data sample
This table is a structured collection of related data that is part of a dataset. The data in this table originates from Lantmäteriet, a website based in Sweden. It features a combination of general and geographic information, with the geographic data being transformed from its original shapefile format. Shapefiles are commonly used to store the geometric location and attribute information of geographic features, which can be represented by points, lines, or polygons. Two of the columns in this table act as unique identifiers for each row; one indicates the date the data was extracted, and the other specifies the row number in the data extracted on that date. The data in this table can prove valuable in various data analytics scenarios. For instance, the geographic data can be used in spatial analysis to identify patterns and trends in geographic distribution. Similarly, the extraction dates can help to track changes in the data over time, providing meaningful insights in time-series analysis. The unique identifiers can also facilitate data management tasks such as data cleansing and deduplication.
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 identifier for each object in the table. |
ID | string | This column contains the identification number for each record in the table. |
CODE_12 | string | This column contains the 12-digit code that is associated with each record in the table. |
Area_Ha | double | This column contains the area in hectares for each record. |
Remark | string | This column contains any additional comments or remarks regarding the record. |
Shape_Leng | double | This column contains the length of the shape for each record. |
Shape_Area | double | This column contains the area of the shape for each record. |
geom_geojson | string | This column contains the geographical representation of each record in GeoJSON format. |
geom_geotext | string | This column contains the geographical representation of each record in text format. |
geom_type | string | This column contains the type of the geographical representation for each record. |
geom_centroid | string | This column contains the centroid of the geographical representation for each record. |
geom_center_x | double | This column contains the x-coordinate of the center of the geographical representation for each record. |
geom_center_y | double | This column contains the y-coordinate of the center of the geographical representation for each record. |