Re: [GRASS-user] digitize adjacent polygons

2015-03-10 Thread Moritz Lennert

On 10/03/15 16:35, Margherita Di Leo wrote:

Hi,

is there a way to digitize polygons with the new vector digitizer tool,
using existing borders? I mean, if I have to digitize two adjacent
polygons, how can I start one exactly where the other finishes, using
the line shared by the two, without having to digitize it twice?


AFAIK, you have to break the existing border at the points where the new 
border will finishes. Then use the new area tool and just digitize 
starting from one of these points and arriving at the other.


Moritz
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] digitize adjacent polygons

2015-03-10 Thread Markus Neteler
On Mar 10, 2015 6:02 PM, Moritz Lennert mlenn...@club.worldonline.be
wrote:

 On 10/03/15 16:35, Margherita Di Leo wrote:

 Hi,

 is there a way to digitize polygons with the new vector digitizer tool,
 using existing borders? I mean, if I have to digitize two adjacent
 polygons, how can I start one exactly where the other finishes, using
 the line shared by the two, without having to digitize it twice?


 AFAIK, you have to break the existing border at the points where the new
border will finishes. Then use the new area tool and just digitize
starting from one of these points and arriving at the other.

... If lacking, please add this to the manual.

Thanks
Markus (traveling)
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] Hi!

2015-03-10 Thread Vaclav Petras
On Fri, Mar 6, 2015 at 2:44 PM, Blumentrath, Stefan 
stefan.blumentr...@nina.no wrote:

 would have to install GRASS 7.1.


Alternatively, since t.rast.what is a Python script (not compiled C
program), you can for now just download it and use it as if it would be
script you wrote.

Best,
Vaclav

https://trac.osgeo.org/grass/browser/grass/trunk/temporal/t.rast.what/t.rast.what.py
https://trac.osgeo.org/grass/export/64832/grass/trunk/temporal/t.rast.what/t.rast.what.py
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

[GRASS-user] can't compile gdal-grass plugin against grass7

2015-03-10 Thread Donovan Cameron

Afternoon everyone,

I'm having some problems getting the gdal-grass 1.11.2 plugin to compile 
with grass 7.0.0 installed on Arch Linux 64bit.


I've compiled GDAL 1.11.2 --without-grass, then compiled grass 7.0.0 
from the tar archive.


Next tried to compile gdal-grass plugin but it complains:
configure: error: --with-grass=/opt/grass requested, but libraries not 
found!  Perhaps you need to set LD_LIBRARY_PATH to include /opt/grass/lib?


GRASS installed a grass.conf into /etc/ld.so.conf.d/ with the contents 
/opt/grass/lib and then I ran sudo ldconfig but still get same error.


The config.log for gdal-grass has a part in it that says:
/usr/bin/ld: cannot find -lgrass_gis.7.0.svn
/usr/bin/ld: cannot find -lgrass_raster.7.0.svn
/usr/bin/ld: cannot find -lgrass_gmath.7.0.svn
/usr/bin/ld: cannot find -lgrass_gis.7.0.svn
/usr/bin/ld: cannot find -lgrass_datetime.7.0.svn
/usr/bin/ld: cannot find -lgrass_gproj.7.0.svn
/usr/bin/ld: cannot find -lgrass_vector.7.0.svn
/usr/bin/ld: cannot find -lgrass_dbmibase.7.0.svn
/usr/bin/ld: cannot find -lgrass_dbmiclient.7.0.svn
/usr/bin/ld: cannot find -lgrass_dgl.7.0.svn
/usr/bin/ld: cannot find -lgrass_dig2.7.0.svn
/usr/bin/ld: cannot find -lgrass_rtree.7.0.svn
/usr/bin/ld: cannot find -lgrass_linkm.7.0.svn
/usr/bin/ld: cannot find -lgrass_btree2.7.0.svn
/usr/bin/ld: cannot find -lgrass_ccmath.7.0.svn

But /opt/grass/lib has files with a full version number like 
libgrass_gis.7.0.0.so instead of libgrass_gis.7.0.svn.so

And those are symlinks like libgrass_gis.7.0.0.so - libgrass_gis.so


Any help would be greatly appreciated or if anyone needs more info, feel 
free to ask.






Donovan
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] can't compile gdal-grass plugin against grass7

2015-03-10 Thread Donovan Cameron
Looks like gdal-grass is a GDAL product so I'll forward this issue to 
the GDAL mailing lists.


Sorry for the noise =)




Donovan



On 10/03/15 03:06 PM, Donovan Cameron wrote:

Afternoon everyone,

I'm having some problems getting the gdal-grass 1.11.2 plugin to 
compile with grass 7.0.0 installed on Arch Linux 64bit.


I've compiled GDAL 1.11.2 --without-grass, then compiled grass 7.0.0 
from the tar archive.


Next tried to compile gdal-grass plugin but it complains:
configure: error: --with-grass=/opt/grass requested, but libraries not 
found!  Perhaps you need to set LD_LIBRARY_PATH to include 
/opt/grass/lib?


GRASS installed a grass.conf into /etc/ld.so.conf.d/ with the contents 
/opt/grass/lib and then I ran sudo ldconfig but still get same error.


The config.log for gdal-grass has a part in it that says:
/usr/bin/ld: cannot find -lgrass_gis.7.0.svn
/usr/bin/ld: cannot find -lgrass_raster.7.0.svn
/usr/bin/ld: cannot find -lgrass_gmath.7.0.svn
/usr/bin/ld: cannot find -lgrass_gis.7.0.svn
/usr/bin/ld: cannot find -lgrass_datetime.7.0.svn
/usr/bin/ld: cannot find -lgrass_gproj.7.0.svn
/usr/bin/ld: cannot find -lgrass_vector.7.0.svn
/usr/bin/ld: cannot find -lgrass_dbmibase.7.0.svn
/usr/bin/ld: cannot find -lgrass_dbmiclient.7.0.svn
/usr/bin/ld: cannot find -lgrass_dgl.7.0.svn
/usr/bin/ld: cannot find -lgrass_dig2.7.0.svn
/usr/bin/ld: cannot find -lgrass_rtree.7.0.svn
/usr/bin/ld: cannot find -lgrass_linkm.7.0.svn
/usr/bin/ld: cannot find -lgrass_btree2.7.0.svn
/usr/bin/ld: cannot find -lgrass_ccmath.7.0.svn

But /opt/grass/lib has files with a full version number like 
libgrass_gis.7.0.0.so instead of libgrass_gis.7.0.svn.so

And those are symlinks like libgrass_gis.7.0.0.so - libgrass_gis.so


Any help would be greatly appreciated or if anyone needs more info, 
feel free to ask.






Donovan


___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] can't compile gdal-grass plugin against grass7

2015-03-10 Thread Martin Landa
2015-03-11 0:26 GMT+01:00 Donovan Cameron sault@gmail.com:
 Looks like gdal-grass is a GDAL product so I'll forward this issue to the
 GDAL mailing lists.

I have recently fixed this issue for upcoming 1.11.3 [1]. I can send
you updated tarball if needed. Martin

[1] http://trac.osgeo.org/gdal/ticket/5852#comment:17

-- 
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user