Geographical and Geometrical Data Collection for Land Survey Analysis
Click here for a data sample
The table in question is a geographically rich dataset that originates from 'Lantmäteriet' (The Land Survey) in Sweden. It contains a variety of columns that store data extracted from a data source, each identified uniquely by a combination of extraction date and row number. The geographic information it holds, initially in shapefile format, has been transformed into a final geographic format, allowing it to represent geographic features as points, lines, or polygons (areas). This dataset offers a plethora of possibilities for data analytics. For instance, you could use the geographic data to analyze spatial patterns, trends, or anomalies over time, or make use of the extraction date and row number to track changes in the dataset or identify discrepancies. The table's detailed geographic data could also be utilized to visualize and explore the geographic distribution of features or phenomena that the dataset represents.
Field Descriptions
Name |
Data type |
Description |
_extract_date | date | This column contains 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 '_extract_date' column. The combination of '_extract_date' and '_row_number' uniquely identifies each row. |
OBJECTID | long | This column stores the unique identifier of the object. |
ID | string | This column represents the ID of the data entry. |
CODE_12 | string | This column contains a 12-digit code associated with the data entry. |
Area_Ha | double | This column represents the area of the data entry in hectares. |
Remark | string | This column can contain any additional comments or remarks about the data entry. |
Shape_Leng | double | This column provides a measure of the length of the shape associated with the data entry. |
Shape_Area | double | This column provides a measure of the area of the shape associated with the data entry. |
geom_geojson | string | This column contains the geometry of the data entry in GeoJSON format. |
geom_geotext | string | This column contains the geometry of the data entry in a textual format. |
geom_type | string | This column contains the type of the geometry associated with the data entry. |
geom_centroid | string | This column contains the centroid of the geometry associated with the data entry. |
geom_center_x | double | This column contains the X-coordinate of the center of the geometry associated with the data entry. |
geom_center_y | double | This column contains the Y-coordinate of the center of the geometry associated with the data entry. |