Geospatial Features and Attributes Dataset for Ostergotland Region
Click here for a data sample
The table in question is a significant component of a larger dataset collection, sourced from the Swedish website, Lantmäteriet. This particular table is designed to organize data in a structured manner, consisting of rows and columns. Each row represents a unique record, while the columns contain specific attributes pertaining to those records. Uniquely, two of the columns provide a combination of extraction date and row number, offering a method to uniquely identify each entry. The table also contains geographical data, originally in shapefile format, which has since been transformed into its final format. This geographical information can represent geographic features as points, lines, or polygons. Given the nature of the data, potential applications in data analytics could include spatial analysis, trend detection over time based on the extraction date, and perhaps even the study of geographical feature changes. With the unique identification system, tracking and comparing specific data entries across time also becomes feasible.
Field Descriptions
Name |
Data type |
Description |
_extract_date | date | This column shows the date when the data on the 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 extract date specified by the column '_extract_date'. |
OBJECTID | long | Unique identifier for each object in the table. |
ID | string | Unique identifier for each row in the table. |
CODE_12 | string | Code number associated with the data. |
Area_Ha | double | The area of the object/feature represented in the row, measured in hectares. |
Remark | string | Notes or comments associated with the data in the row. |
Shape_Leng | double | The length of the shape or object represented in the row. |
Shape_Area | double | The area of the shape or object represented in the row. |
geom_geojson | string | Geospatial data of the object in GeoJSON format. |
geom_geotext | string | Geospatial data of the object in plain text. |
geom_type | string | The type of the geometrical figure representing the object. |
geom_centroid | string | The centroid of the geometrical figure representing the object. |
geom_center_x | double | The x-coordinate of the center of the geometrical figure representing the object. |
geom_center_y | double | The y-coordinate of the center of the geometrical figure representing the object. |