Re: [GRASS-dev] G7 helptext: replace Fig. 1: GRASS GIS 7 location structure with new figure

2017-05-24 Thread Luca Delucchi
On 25 May 2017 at 07:15, Markus Neteler wrote: > Hi Vaclav, > Hi, > IMHO "Fig. 1: GRASS GIS 7 location structure" in > https://grass.osgeo.org/grass72/manuals/help_loc_struct.png > https://grass.osgeo.org/grass72/manuals/helptext.html > > (master: doc/help_loc_structure.odg) > > often confuses u

Re: [GRASS-dev] G7 helptext: replace Fig. 1: GRASS GIS 7 location structure with new figure

2017-05-24 Thread Martin Landa
Hi, 2017-05-25 7:15 GMT+02:00 Markus Neteler : > often confuses users while > https://grasswiki.osgeo.org/wiki/File:Grass_database.png > > is so much better! Could we exchange that somehow? +1 Ma -- Martin Landa http://geo.fsv.cvut.cz/gwiki/Landa http://gismentors.cz/mentors/landa _

Re: [GRASS-dev] Issue with db.execute: error altering a PostGIS table

2017-05-24 Thread Martin Landa
2017-05-25 8:26 GMT+02:00 Martin Landa : >> The situation is that user ${TARGETDB_USER_TEST_ADMIN} has the >> permission to see schema "test". This user is the only one who may > > you need to have at least select permission on schema where PostGIS > functions lives (usually it's public schema). a

Re: [GRASS-dev] Issue with db.execute: error altering a PostGIS table

2017-05-24 Thread Martin Landa
Hi, 2017-05-25 7:37 GMT+02:00 Markus Neteler : > The situation is that user ${TARGETDB_USER_TEST_ADMIN} has the > permission to see schema "test". This user is the only one who may you need to have at least select permission on schema where PostGIS functions lives (usually it's public schema).

[GRASS-dev] Issue with db.execute: error altering a PostGIS table

2017-05-24 Thread Markus Neteler
Hi, we have connected a mapset to PostGIS in G7.2 (Linux) and face the issue that db.execute struggles with an error while psql does not: The situation is that user ${TARGETDB_USER_TEST_ADMIN} has the permission to see schema "test". This user is the only one who may also generate and modify new

[GRASS-dev] G7 helptext: replace Fig. 1: GRASS GIS 7 location structure with new figure

2017-05-24 Thread Markus Neteler
Hi Vaclav, IMHO "Fig. 1: GRASS GIS 7 location structure" in https://grass.osgeo.org/grass72/manuals/help_loc_struct.png https://grass.osgeo.org/grass72/manuals/helptext.html (master: doc/help_loc_structure.odg) often confuses users while https://grasswiki.osgeo.org/wiki/File:Grass_database.png

Re: [GRASS-dev] Implement a REST API for GRASS

2017-05-24 Thread Maris Nartiss
2017-05-24 14:18 GMT+03:00 Pietro : > Dear devs, > > Any ideas that you want to share? > GRASS GIS code has never been developed with security in mind. I would not suggest to run it in a non-trustable environment. Māris. > Best regards > > Pietro ___ gr

Re: [GRASS-dev] Gaining write privileges to usr/local and subdirectories

2017-05-24 Thread Paul Schrum
user@osgeolive:~/ALL/SourceModules/cpp/grass7_trunk$ CFLAGS="-O2 -Wall" LDFLAGS="-s" ./configure --enable-largefile=yes --with-nls --with-cxx --with-readline --with-pthread --with-proj-share=/usr/local/share/proj/ --with-geos=/usr/local/bin/geos-config --with-wxwidgets --with-cairo --with-opengl-li

Re: [GRASS-dev] Gaining write privileges to usr/local and subdirectories

2017-05-24 Thread Anna Petrášová
On Wed, May 24, 2017 at 1:28 PM, Paul Schrum wrote: > Going by > https://grasswiki.osgeo.org/wiki/Compile_and_Install_Ubuntu#GRASS_GIS and > focusing on GRASS GIS 7 trunk: > > 1. Last week I did > > svn co https://svn.osgeo.org/grass/grass/trunk grass7_trunk > > On a directory under my ownership.

Re: [GRASS-dev] Gaining write privileges to usr/local and subdirectories

2017-05-24 Thread Paul Schrum
Going by https://grasswiki.osgeo.org/wiki/Compile_and_Install_Ubuntu#GRASS_GIS and focusing on GRASS GIS 7 trunk: 1. Last week I did svn co https://svn.osgeo.org/grass/grass/trunk grass7_trunk On a directory under my ownership. 2. Today in that same directory I ran svn up 3. I ran the large s

Re: [GRASS-dev] Implement a REST API for GRASS

2017-05-24 Thread Moritz Lennert
On 24/05/17 13:18, Pietro wrote: Dear devs, In the last days I've started thinking to a REST API for GRASS. I think would be nice to offer some of the GRASS functionalities through a web service. I would like to detailed the whole

Re: [GRASS-dev] [GRASS-user] v.to.db area calculations

2017-05-24 Thread Moritz Lennert
On 24/05/17 11:39, James Duffy wrote: Please find the polygon in the zip attached. [sent offlist] Ok, I can confirm that there is a problem with this particular polygon. I guess that it might an issue with the very small size of this polygon. When I import it in an EPSG 4326 location, I get

Re: [GRASS-dev] Managing the translations with Transifex

2017-05-24 Thread Luca Delucchi
On 23 May 2017 at 21:30, Markus Neteler wrote: > > ... checking again it doesn't look so bad. > > I have now > - renamed grass*_pt_br.po to grass*_pt_BR.po for transifex > compatibility (all G7 branches + trunk) > - updated grass-addons/tools/transifex_merge.sh to fix the headers of > newly arrive

Re: [GRASS-dev] Managing the translations with Transifex

2017-05-24 Thread Luca Delucchi
On 7 May 2017 at 19:14, Markus Neteler wrote: > Hi, > Hi, > AFAIK we are still not feeding back the .po files updates from > transifex into SVN. > While this could become a cronjob on grass.osgeo.org, there are still > some issues to be solved. > > I found that > grass-addons/tools/transifex_mer

[GRASS-dev] Implement a REST API for GRASS

2017-05-24 Thread Pietro
Dear devs, In the last days I've started thinking to a REST API for GRASS. I think would be nice to offer some of the GRASS functionalities through a web service. I would like to detailed the whole REST API using the YAML