Geographical and Geometrical Attributes of Land Parcels in Västerbotten Region
Click here for a data sample
The table is a part of a larger dataset collection sourced from the 'Lantmäteriet' website in Sweden. It consists of several columns, each storing unique data. Special columns include one that contains the date when the data on the row was extracted from the data source and another one that contains the row number in the data extracted from the source on the extract date. The combination of these two columns uniquely identifies each row. The table also contains geographic information, which has been transformed from a simple, non-topological format for storing the geometric location and attribute information of geographic features, known as a shapefile. The geographic features in this dataset can be represented by points, lines, or polygons (areas). This table could be utilized in data analytics in a variety of ways, such as tracking changes over time due to the dated extraction information, analyzing geographic trends and patterns due to the comprehensive geographic information, and unique identification of each row allows for precise data manipulation and analysis.
Field Descriptions
Name |
Data type |
Description |
_extract_date | date | The date when the data on the row was extracted from the source. |
_row_number | long | The row number in the data extracted from the source on the extract date. It, combined with the '_extract_date', uniquely identifies each row. |
OBJECTID | long | A unique identifier for each object in the table. |
ID | string | An identifier for each row in the table. |
CODE_12 | string | A code associated with the data. |
Area_Ha | double | The area of the geographic object or feature in hectares. |
Remark | string | Additional notes or comments about the data in the row. |
Shape_Leng | double | The length of the shape or geographic object or feature. |
Shape_Area | double | The area of the shape or geographic object or feature. |
geom_geojson | string | The geometry of the feature in GeoJSON format. |
geom_geotext | string | The geometry of the feature represented as text. |
geom_type | string | The type of geometric shape or structure of the feature. |
geom_centroid | string | The centroid or geometric center of the feature. |
geom_center_x | double | The X coordinate of the geometric center of the feature. |
geom_center_y | double | The Y coordinate of the geometric center of the feature. |