Geographical Data Analysis with Detailed Attributes in Västernorrland
Click here for a data sample
The table in question forms part of a dataset collection sourced from the 'Lantmäteriet' website, located in Sweden. It contains a variety of data points, providing extensive insight into different geographic features. This is achieved through a sophisticated combination of unique identifiers, geographic data, and additional remarks. Each entry in the table has a specific extraction date and a unique row number, which together form a unique identifier for each data point. This ensures the traceability and integrity of the data, as each entry can be tracked back to its original extraction date. The geographic data in the table has been converted from the original shapefile format, a common format for storing geometric location and attribute information of geographic features. This provides detailed geographic information, such as the geographic location and feature type (which could be points, lines, or polygons). Additionally, the table contains other valuable information such as the area in hectares, specific remarks, and codes. As a whole, the table provides a comprehensive overview of geographic data. In the realm of data analytics, this table could serve multiple purposes. For instance, urban planners could use this data to examine the distribution and characteristics of geographic features in a given area. Similarly, environmental scientists could use the data to study changes in geographical features over time, using the extraction date and row number to track changes. Furthermore, the data could also be used by organizations to plan infrastructure projects, taking into consideration the geographical features of the area.
Field Descriptions
Name |
Data type |
Description |
_extract_date | date | This column records the date when the data on the row was extracted from the source. |
_row_number | long | This column records the number of the row in the data extracted from the source on a given extract date. |
OBJECTID | long | This column contains the object identifiers. |
ID | string | This column contains the identifiers for different entries in the table. |
CODE_12 | string | This column contains the code_12 values which could be unique identifiers or classification codes. |
Area_Ha | double | This column records the area measurement of objects in hectares. |
Remark | string | This column includes any additional comments or notes regarding the data entry. |
Shape_Leng | double | This column contains the length of the geometrical shape representing the object. |
Shape_Area | double | This column contains the area of the geometrical shape representing the object. |
geom_geojson | string | This column holds the geometric representation of the object in GeoJSON format. |
geom_geotext | string | This column holds a textual representation of the object's geometry. |
geom_type | string | This column records the geometric type of the object. |
geom_centroid | string | This column contains the centroid of the geometric object. |
geom_center_x | double | This column represents the X coordinate of the center of the geometric object. |
geom_center_y | double | This column represents the Y coordinate of the center of the geometric object. |