Re: [GRASS-dev] Introduction for GSoC 2017

2017-08-06 Thread Yann Chemin
thanks for the constant feed back Zofie, was not possible to make it work without you guys testing it. yann On Aug 6, 2017 12:40 PM, "Stefan Blumentrath" wrote: > Hi again, > > > > Zofie tested the orthorectification suite in GRASS 7 and just confirmed > that it

[GRASS-dev] [SoC] GSoC 2017 Weekly Report 10 - SOS tools in GRASS GIS

2017-08-06 Thread Ondřej Pešek
Hi everyone! Here is the tenth report of my GSoC project - SOS tools in GRASS GIS. You can see my project at wiki at [1] What did you get done this week? r.in.sos * flag for deleting vector maps created as intermediates main commits: [2] * importing vectors and values in one step

Re: [GRASS-dev] New attempt to update GRASS for Mac

2017-08-06 Thread Michael Barton
Fixed the nviz/3D issue by resetting GRASS_PYTHON to /Applications/anaconda/bin/pythonw Michael C. Michael Barton Director, Center for Social Dynamics & Complexity Professor of Anthropology, School of Human Evolution & Social Change Head, Graduate Faculty in Complex Adaptive

Re: [GRASS-dev] New attempt to update GRASS for Mac

2017-08-06 Thread Michael Barton
I have built both GRASS 7.3 and 7.2svn without errors using Anaconda dependencies if I configure --without-cairo and --without-freetype. When I install GRASS and launch it, first it hangs and time outs at Rebuilding Addon HTML manual pages index... Rebuilding Addon menu... Then the GUI crashes

Re: [GRASS-dev] Introduction for GSoC 2017

2017-08-06 Thread Stefan Blumentrath
Hi again, Zofie tested the orthorectification suite in GRASS 7 and just confirmed that it works as expected! Thanks so much, Yann! For me this was the last missing feature for completely moving to GRASS 7! Cheers Stefan From: grass-dev [mailto:grass-dev-boun...@lists.osgeo.org] On Behalf Of

Re: [GRASS-dev] Extract vector features from external PostGIS layer without building topology

2017-08-06 Thread nik
À Dimanche 6 août 2017, Martin Landa a écrit : > Hi, > > 2017-08-06 8:38 GMT+02:00 Nikos Alexandris : > > I am looking for a confirmation that the following is _not_ possible: > > > > v.external -b input="PG:host=somehost user=someuser dbname=somepgdb" > >

Re: [GRASS-dev] Extract vector features from external PostGIS layer without building topology

2017-08-06 Thread Martin Landa
Hi, 2017-08-06 8:38 GMT+02:00 Nikos Alexandris : > I am looking for a confirmation that the following is _not_ possible: > > v.external -b input="PG:host=somehost user=someuser dbname=somepgdb" > layer=somemaplayer > > then > v.extract input=somemaplayer

Re: [GRASS-dev] New attempt to update GRASS for Mac

2017-08-06 Thread Helmut Kudrnovsky
>checking for cairo.h... yes >Package cairo was not found in the pkg-config search path. >Perhaps you should add the directory containing `cairo.pc' >to the PKG_CONFIG_PATH environment variable >No package 'cairo' found >checking for location of cairo library.. Does the suggestion? - best

[GRASS-dev] Extract vector features from external PostGIS layer without building topology

2017-08-06 Thread Nikos Alexandris
Dear devs, I am looking for a confirmation that the following is _not_ possible: v.external -b input="PG:host=somehost user=someuser dbname=somepgdb" layer=somemaplayer then v.extract input=somemaplayer output=somemaplayer_extract where="some sql query" ? Building topology is required,