- Android botany climate change Data handling Data sources decision support tool forest GIS GIS software GRASS GIS history LibreOffice / OpenOffice Mobile tools Modelling online mapping Open access Operating system QGIS R computing environment research tools Software release Spatialite SQLite statistics tools Ubuntu Uncategorized vegetation
Meta
Tag Archives: vector layer
Point coordinates to polygon – part II
In my previous article, I showed how you can convert point coordinates into a polygon vector layer in QGIS. So how about GRASS GIS? Like in my previous post, let’s assume you have a text file with two columns with … Continue reading
Posted in GIS, GRASS GIS, tools
Tagged GRASS GIS, kml, object type, point coordinates, point vector, polygon vector, vector layer
2 Comments
Reprojecting your layer in Spatialite
I have a vector layer ‘nursery data’ in a Spatialite database. The coordinate reference system of the layer is WGS84 geodetic (EPSG 4326). What if I need to reproject the layer in WGS84/UTM37N (EPSG 32637)?
Posted in GIS, QGIS, Spatialite, SQLite
Tagged epsg, geodetic, projection, reprojection, Spatialite, utm, vector layer
1 Comment
From attribute table to QGIS style file – step 2
This post is a follow up on an earlier post where I described how to use a column with RGB values in an (attribute) table to create mapping symbols for QGIS. The next step is to create the qml legend … Continue reading
Posted in GIS, QGIS, R computing environment
Tagged GIS, map legend, qml, style, vector layer
Leave a comment
From attribute table to QGIS style file – step 1
I have a large number of GRASS vector layers with in the attribute table a RGB column defining the colours of the corresponding mapping units. Unfortunately, unlike GRASS, QGIS does not offer the option to to set colours from an … Continue reading
Posted in Data handling, GIS, GRASS GIS, QGIS
Tagged GRASS GIS, QGIS, qml, style, vector layer, xml
5 Comments
Find and select duplicate values in your vector attribute table
Suppose you have a vector layer in your GRASS GIS database and you want to find all duplicate values in one of the columns of the attribute table of that layer? If you are using SQLite or PostgreSQL as the … Continue reading
Posted in Data handling, GRASS GIS, SQLite
Tagged GRASS GIS, select, SQL, SQLite, vector layer
Leave a comment
Extract X and Y coordinates from a spatial table in Spatialite
A quick note on adding two columns with X and Y values in a vector layer in spatialite. Spatialite stores the information about the geometry in binary format in the ‘Geometry’ field. You can use the Spatialite function AsText() to … Continue reading
Posted in Data handling, Spatialite, SQLite
Tagged coordinates, geometry, Spatialite, sql statement, vector layer, wkt
1 Comment
