Re: [Qgis-user] line in dem from max to min

2015-07-07 Thread Micha Silver
v.botz wrote > Hi, > > i have some geometrys (multipolygon) and a dem (digital elevation model) > -> I need a line from the max value to the lowest value of the dem, for > every multipolygon > > is qgis a tool i could use - or do i need PostGIS ? > > how could i realize this problem ?? > > any

Re: [Qgis-user] R algortihms do not work in Geoprocessing

2015-07-07 Thread Lene Fischer
Hi Luis, You can only use ASCII characters a-z A-Z 0-9. If you have a folder with other characters (as in your name) or space, the program get an error. Regards Lene Fischer Associate Professor Department of Geosciences and Natural Resource Management University of Copenhagen MOB +45 40115084

Re: [Qgis-user] Google Satellite and Measure line tool wrong results

2015-07-07 Thread Marco
Hi. Tnx to Nicolas for the input concerning how to work-around the problem with the Google images. And I will try to use Landsat images first, some years ago I did, now it I have just to remember how it works :-) Have a nice day Marco Il 07. 07. 15 09:14, Andreas Neumann ha scritto: > Hi M

Re: [Qgis-user] Supervised and Unsupervised classification

2015-07-07 Thread Paolo Cavallini
Il 07/07/2015 19:49, Mariana Buzzi ha scritto: > Hello People. > I am writing to tell you that want to perform supervised and > unsupervised classification of images SPOT 5. The aim is to to see the > different land uses having the study area. How I can make these > classifications with QGIS? > Onc

[Qgis-user] Supervised and Unsupervised classification

2015-07-07 Thread Mariana Buzzi
Hello People. I am writing to tell you that want to perform supervised and unsupervised classification of images SPOT 5. The aim is to to see the different land uses having the study area. How I can make these classifications with QGIS? Once you make the classification (with QGIS), I want to apply

Re: [Qgis-user] Export .shp file to .osm file format

2015-07-07 Thread Clifford Snow
The ogr2osm python script works great for converting shapefiles to .osm files. I use the one found at https://github.com/pnorman/ogr2osm. ogr2osm allows you to create a translation script to convert shapefile features to osm tags. The github repository includes examples of the translation tables.

Re: [Qgis-user] Export .shp file to .osm file format

2015-07-07 Thread Andre Joost
Am 07.07.2015 um 16:03 schrieb Jorge Guevara: Hello, I'm new in QGIS and need to convert .shp files to .osm files. I read the user guide without succeed. Can you help me? No, it is not possible, because the OSM driver is read-only. See my answer here: http://gis.stackexchange.com/questions

Re: [Qgis-user] aggregate map of maximum value

2015-07-07 Thread Nicolas Cadieux
Hi, I am not sure you can use max value in QGIS raster calculator. (Please correct me if I am wrong). I think you can do it with gdal calc.py. and most likely in Grass or Saga using the processing plugin. http://gis.stackexchange.com/questions/107257/combine-overlapping-rasters-in-gdal-calc-p

Re: [Qgis-user] line in dem from max to min

2015-07-07 Thread Nicolas Cadieux
Hi, I would have a column ID each polygon or multipolygone with a unique name. I would then densify  the geometry to create new vertex along the line then extract these vertex to a point layer. I would then use the point value plugin to extract the value of the DEM for each point and then use

[Qgis-user] Export .shp file to .osm file format

2015-07-07 Thread Jorge Guevara
Hello, I'm new in QGIS and need to convert .shp files to .osm files. I read the user guide without succeed. Can you help me? Regards Jorge Guevara ___ Qgis-user mailing list Qgis-user@lists.osgeo.org http://lists.os

Re: [Qgis-user] aggregate map of maximum value

2015-07-07 Thread Olav Peeters
Hi, I would use the Raster calculator (Processing > GDAL/OGR) for this. This uses gdal_calc.py. Google for more info about usage. The maximum of two layer would be done like this: maximum(A,B) this should also work for multi-bands but I have never tried this.. Compared rasters need to have the s

Re: [Qgis-user] qgis atlas : problem with scale bar

2015-07-07 Thread Nyall Dawson
On 7 Jul 2015 9:00 pm, "image93" wrote: > > Hello, > > Someone has any ideas? > > It seems that the bug has been already notified : hub.qgis.org/issues/8995 > > The ticket seems to be closed 2 months ago. But, on my side (qgis 2.8.1), > the bug is not fixed... That change won't be backported to 2

[Qgis-user] aggregate map of maximum value

2015-07-07 Thread Giacomo Fontanelli
dear community I have a stack (bsq) of 5 images. I would like to make an aggregate map of the maximum of each pixel of the bands. I Googled and I found contrasting opinions on how to do it. Can you help me? Thank you ___ Qgis-user mailing list Qgis-u

Re: [Qgis-user] qgis atlas : problem with scale bar

2015-07-07 Thread image93
Hello, Someone has any ideas? It seems that the bug has been already notified : hub.qgis.org/issues/8995 The ticket seems to be closed 2 months ago. But, on my side (qgis 2.8.1), the bug is not fixed... -- View this message in context: http://osgeo-org.1560.x6.nabble.com/qgis-atlas-problem-

Re: [Qgis-user] R algortihms do not work in Geoprocessing

2015-07-07 Thread Bernd Vogelgesang
Hi, Best bet is, that you have some special characters in your path or file name, which are not strictly ascii. So nothing with R itself. But to be honest, I never got R running successfuly on my machine as well for other reasons ;) Bernd Am 07.07.2015, 11:36 Uhr, schrieb Luís Miguel Royo

[Qgis-user] R algortihms do not work in Geoprocessing

2015-07-07 Thread Luís Miguel Royo Pérez
Hello everyone, I have problems to work with the R algortihms in QGIS. I'm using Windows 8.1, Rx64 3.2.1 and QGIS 2.10.0. I have set the path correctly in R options in the providers window, but when I try to run any R algorithm this is what I get. 'ascii' codec can't encode character u'\xed'

Re: [Qgis-user] Google Satellite and Measure line tool wrong results

2015-07-07 Thread Andreas Neumann
Hi Marco, On 06.07.2015 20:19, Marco wrote: Hello. Yes tnx. I don't have any problem with shp files and the measuring tool, only with the Google layers. I will have to load the sat images from another source that is a good idea. It is legally questionable if you are allowed to use Goo