1
vote
0answers
85 views

How can I map data points to OpenStreetMap (OSM) line data?

my goal is to filter measuring points of vehicles by mapping them to streets. So I could filter out all the false data located in fields and rivers and so on. I imported my data into a PostGIS ...
2
votes
1answer
48 views

Is it possible to use a WHERE clause with Grass v.in.ogr for DGN sources?

I am trying to import a .DGN with Grass v.in.ogr in QGIS. I am able to import the DGN perfectly, but I would like to filter the elements using the WHERE option. From searching, reading and testing I ...
3
votes
1answer
93 views

How to filter layer of osm data?

I have a table osm_roads that has a column named geometry geometry geometry(LineString,900913). If I want to filter a city to draw districts, I cannot do it by geographic coordinates? What if in ...
1
vote
1answer
113 views

Is it possible to filter points that dont make sense compared to neighbour points?

I have a point shape (10.000 Points). Before interpolating theses points I need to filter them with a statistical background. Is there a tool or something I could use? Is it possible to select / ...
0
votes
0answers
29 views

QGis Smooth Raster DEM [duplicate]

Possible Duplicate: Raster generalization - buffers in rasters, expand pixels? I have a 1m LIDAR DEM which I'm manipulating in QGIS. I'd like to smooth the DEM, such as by having each ...
6
votes
1answer
326 views

PostGIS query vs QGIS filter

I have a PostGIS dataset with around 3 million shapes. I only need to view about 1,500 of these shapes at any given time, but the shapes I need to see depends on which feature is selected in a ...
3
votes
1answer
686 views

How to filter features in a layer?

I am trying to display certain features in a shapefile-based layer using QGIS. I have found the subset function in the properties panel, which does exactly what i want, but is too tedious given that I ...