Re: [GRASS-user] grass prompt when changing locations

2012-03-16 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 15/03/12 16:47, Tyler Smith wrote: On Thu, Mar 15, 2012 at 11:27 AM, Rich Shepard rshep...@appl-ecosys.com wrote: On Thu, 15 Mar 2012, Tyler Smith wrote: I'm running Grass from Emacs, and have written the rough framework of a dedicated

Re: [GRASS-user] i.vi.mpi grass7

2012-03-16 Thread Markus Neteler
On Fri, Mar 16, 2012 at 9:59 AM, Ripsime Khachatryan kul...@mail.ru wrote: ... mpirun -np 3 /home/soft/grass7/grass-7.0.svn/bin/i.vi.mpi viname=ndvi red=outsevanozero.3 nir=outsevanozero.4 vi=ndvi1-new-3 tmp=1 /home/soft/grass7/grass-7.0.svn/bin/i.vi.mpi: error while loading shared libraries:

[GRASS-user] adding new feature with v.edit requires GRASS ASCII format ?

2012-03-16 Thread Moritz Lennert
Hello, Do I understand correctly that v.edit can only add features given in the GRASS ASCII format ? What would it take for it to just take a series of coordinates via the coords parameter plus optionally category values via catadd= ? Moritz ___

Re: [GRASS-user] adding new feature with v.edit requires GRASS ASCII format ?

2012-03-16 Thread Martin Landa
Hi, 2012/3/16 Moritz Lennert mlenn...@club.worldonline.be: Do I understand correctly that v.edit can only add features given in the GRASS ASCII format ? What would it take for it to just take a series of yes, GRASS ASCII format is expected by v.edit. coordinates via the coords parameter plus

[GRASS-user] Can GRASS Import an ESRI .mpk File?

2012-03-16 Thread Rich Shepard
I was sent a large (21M) ArcGIS file in ESRI's proprietary .mpk format. Will any of the tools available within GRASS import this file? Thanks, Rich ___ grass-user mailing list grass-user@lists.osgeo.org

Re: [GRASS-user] Can GRASS Import an ESRI .mpk File?

2012-03-16 Thread Stuart Edwards
doesn't look good - see: http://www.geomapp.net/docs/ContentPackaging_v1.0_final_20111202.pdf On Mar 16, 2012, at 12:05 PM, Rich Shepard wrote: I was sent a large (21M) ArcGIS file in ESRI's proprietary .mpk format. Will any of the tools available within GRASS import this file? Thanks,

Re: [GRASS-user] Can GRASS Import an ESRI .mpk File?

2012-03-16 Thread Rich Shepard
On Fri, 16 Mar 2012, Stuart Edwards wrote: doesn't look good - see: http://www.geomapp.net/docs/ContentPackaging_v1.0_final_20111202.pdf Stuart, Looks like ESRI is also running scared of the F/OSS world. They seem to define 'sharing' to mean only within their own software. Since ESRI

[GRASS-user] Create Vector Map from Data in Postgres Table

2012-03-16 Thread Rich Shepard
About a year ago I used v.in.ascii to create a point map and save the attribute data in a postgres table. Now I already have those data in a table and want to create a points map using the geographic coordinates (x=col 2, y=col 3), but associating the holeid and other attributes with each

[GRASS-user] Where is non-dbf Information Kept?

2012-03-16 Thread Rich Shepard
I mis-configured the location of a postgres database. 'db.connect -p' tells me it's in $GISDATABASE/$LOCATION/$MAPSET/ and it's not; it's in the postgres data directory in /usr/local/pgsql/data/. Where in each location or mapset directory is this information kept? I want to modify the

Re: [GRASS-user] Where is non-dbf Information Kept?

2012-03-16 Thread Micha Silver
On 03/16/2012 08:49 PM, Rich Shepard wrote:   I mis-configured the location of a postgres database. 'db.connect -p' tells me it's in $GISDATABASE/$LOCATION/$MAPSET/ and it's not; it's in the postgres data directory in /usr/local/pgsql/data/.

Re: [GRASS-user] Where is non-dbf Information Kept?

2012-03-16 Thread Rich Shepard
On Fri, 16 Mar 2012, Micha Silver wrote: Should be just db.connect driver=pg database=dbname=... Micha, I did re-run db.connect and that fixed the database location error. Is this information stored in a file we can access? Toda, Rich ___

Re: [GRASS-user] Create Vector Map from Data in Postgres Table

2012-03-16 Thread Rich Shepard
On Fri, 16 Mar 2012, Rich Shepard wrote: About a year ago I used v.in.ascii to create a point map and save the attribute data in a postgres table. Now I already have those data in a table and want to create a points map using the geographic coordinates (x=col 2, y=col 3), but associating the

[GRASS-user] Emacs grass-mode.el

2012-03-16 Thread Tyler Smith
Hi, I have posted Version 0.001 of my Emacs grass-mode.el on Bitbucket. A few caveats are in order: - I have limited grass experience; I don't yet really know what kind of use-cases make the most sense. - I have used ESS a lot. grass-mode is quite anemic in comparison. If you're expecting ESS,

Re: [GRASS-user] Where is non-dbf Information Kept?

2012-03-16 Thread Martin Landa
2012/3/16 Rich Shepard rshep...@appl-ecosys.com:  I did re-run db.connect and that fixed the database location error. Is this information stored in a file we can access? $GISBASE/$LOCATION_NAME/$MAPSET/VAR Martin -- Martin Landa landa.martin gmail.com * http://geo.fsv.cvut.cz/~landa

Re: [GRASS-user] Where is non-dbf Information Kept?

2012-03-16 Thread Rich Shepard
On Fri, 16 Mar 2012, Martin Landa wrote: $GISBASE/$LOCATION_NAME/$MAPSET/VAR Martin, Thanks! Rich ___ grass-user mailing list grass-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-user

[GRASS-user] Joining Two Adjacent Raster DEMs

2012-03-16 Thread Rich Shepard
Two source DEMs each cover half the project analytical area. I want to join the two into a single raster DEM. Tried using 'r.mapcalc dem_proj = dem2 + dem3' but that did not produce anything visible. From reading mapcalc.pdf and mapcalc-algebra.pdf I know the module is designed for combining

Re: [GRASS-user] Joining Two Adjacent Raster DEMs [SOLVED]

2012-03-16 Thread Rich Shepard
On Fri, 16 Mar 2012, Rich Shepard wrote: Please pass me a pointer to the appropriate module to use for this operation. Duh! r.patch does the job. Rich ___ grass-user mailing list grass-user@lists.osgeo.org

[GRASS-user] error message from GRASS 7 on mac os

2012-03-16 Thread Raphael.Viscarra-Rossel
Hi, sorry for the omission of a descriptive subject line in my previous message. I have recently upgraded to GRASS 7 (from 6.4) in my mac running snow leopard 10.6.8. All frameworks updated. The software starts fine...and so far appears to work OK but for some error messages in the terminal