Geospatial Information and Characteristics of Land Parcels
Click here for a data sample
The table is a component of a dataset collection that originates from the 'Lantmäteriet' website, which is located in Sweden. It contains various types of information, including data pertaining to specific objects, identifiers, codes, remarks, and area measurements in hectares. Geographic details about these objects are also stored in this table. The geographic information was initially in the shapefile format, a common geographic data format, but has been converted to a final geographic format for this table. This table also includes two unique columns that contain information about the date on which data was extracted and the row number of the extracted data, ensuring that each row can be distinctly identified. In terms of data analytics, this table could be used in various ways. For instance, it could be used to track changes in geographic features over time by comparing the extract dates, or to analyze patterns in the data based on the area measurements. Furthermore, the unique identifiers and codes could be used to categorize and group the data for more detailed analysis.
Field Descriptions
Name |
Data type |
Description |
_extract_date | date | The date when the data on the row of the table was extracted from the source. |
_row_number | long | The row number in the data extracted from the source on the extract date. This, combined with the '_extract_date', uniquely identifies each row. |
OBJECTID | long | An identifier for the object. |
ID | string | The ID of the object. |
CODE_12 | string | A code associated with the object. |
Area_Ha | double | The area of the object in hectares. |
Remark | string | Any additional remarks or comments regarding the object. |
Shape_Leng | double | The length of the shape of the object. |
Shape_Area | double | The area of the shape of the object. |
geom_geojson | string | The geometric representation of the object in GeoJSON format. |
geom_geotext | string | The geometric representation of the object in text format. |
geom_type | string | The type of the geometric representation of the object. |
geom_centroid | string | The centroid of the geometric representation of the object. |
geom_center_x | double | The x-coordinate of the center of the geometric representation of the object. |
geom_center_y | double | The y-coordinate of the center of the geometric representation of the object. |