[GRASS-user] grass 7 and KML vectors -- v.out.kml in GRASS7

On 2016-07-01 at 15:41, Markus Neteler <neteler@osgeo.org> wrote:

On Fri, Jul 1, 2016 at 5:09 PM, Ken Mankoff <mankoff@gmail.com> wrote:
The script is here:
https://grass.osgeo.org/grass64/manuals/addons/v.out.kml.html

but it was not yet (volunteers wanted) ported to GRASS GIS 7.

It appears to "just work" for me in 7.0.3.

-k.

Hi all,
the current version of v.out.kml is a humble shell script based on GRASS modules. It should continue to work for GRASS 7.x on L!nux platforms but most likely not on Windows systems. I will _try_ to put work in a API-based Python-upgrade ASAP (aka: late '16/ early '17) unless someone (volunteers wanted) is willing to tackle this earlier.

Best,
Peter

<peter.loewe@gmx.de>

Gesendet: Samstag, 02. Juli 2016 um 21:00 Uhr
Von: grass-user-request@lists.osgeo.org
An: grass-user@lists.osgeo.org
Betreff: grass-user Digest, Vol 123, Issue 2

Send grass-user mailing list submissions to
  grass-user@lists.osgeo.org

To subscribe or unsubscribe via the World Wide Web, visit
  http://lists.osgeo.org/mailman/listinfo/grass-user
or, via email, send a message with subject or body 'help' to
  grass-user-request@lists.osgeo.org

You can reach the person managing the list at
  grass-user-owner@lists.osgeo.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of grass-user digest..."

Today's Topics:

   1. Re: grass 7 and KML vectors (Ken Mankoff)
   2. Re: python grass script error (Vinay Elothunkal)
   3. Re: python grass script error (Markus Neteler)
   4. Re: python grass script error (Massimiliano Cannata)

----------------------------------------------------------------------

Message: 1
Date: Fri, 01 Jul 2016 15:47:07 -0400
From: Ken Mankoff <mankoff@gmail.com>
To: Markus Neteler <neteler@osgeo.org>
Cc: grass-user <grass-user@lists.osgeo.org>
Subject: Re: [GRASS-user] grass 7 and KML vectors
Message-ID: <m2inwpgmys.fsf@gmail.com>
Content-Type: text/plain

On 2016-07-01 at 15:41, Markus Neteler <neteler@osgeo.org> wrote:
> On Fri, Jul 1, 2016 at 5:09 PM, Ken Mankoff <mankoff@gmail.com> wrote:
> The script is here:
> https://grass.osgeo.org/grass64/manuals/addons/v.out.kml.html
>
> but it was not yet (volunteers wanted) ported to GRASS GIS 7.

It appears to "just work" for me in 7.0.3.

  -k.

------------------------------

Message: 2
Date: Sat, 2 Jul 2016 12:54:35 +0900
From: Vinay Elothunkal <vinay223333@gmail.com>
To: Paulo van Breugel <p.vanbreugel@gmail.com>
Cc: Massimiliano Cannata <massimiliano.cannata@supsi.ch>, GRASS user
  list <grass-user@lists.osgeo.org>
Subject: Re: [GRASS-user] python grass script error
Message-ID:
  <CAEke+YFyk9nQCkwJzZQ=1ww09_nPZHDAKdhzvpVOdmOJ+tWiHw@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi Paulo,

Thanks for your reply, I guess I didnt explain the question properly ,
Inherently the problem is residing in @ mark as it shown in below
example...

GRASS 7.0.4 (Peureto_rico):~/Home_copy/ > r.mapcalc
Enter expressions, "end" when done.
mapcalc> test10=Senti_AOI1_NIR_10m@Sentinel2+Senti_AOI1_SWIR_20m@Sentinel2
mapcalc>
100%
GRASS 7.0.4 (Peureto_rico):~/Home_copy/ > r.mapcalc
Enter expressions, "end" when done.
mapcalc> test10@Sentinel2=Senti_AOI1_NIR_10m@Sentinel2
+Senti_AOI1_SWIR_20m@Sentinel2
syntax error, unexpected '@', expecting '('
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-user/attachments/20160702/c13c36f9/attachment-0001.html&gt;

------------------------------

Message: 3
Date: Sat, 2 Jul 2016 08:46:40 +0200
From: Markus Neteler <neteler@osgeo.org>
To: Vinay Elothunkal <vinay223333@gmail.com>
Cc: GRASS user list <grass-user@lists.osgeo.org>, Paulo van Breugel
  <p.vanbreugel@gmail.com>
Subject: Re: [GRASS-user] python grass script error
Message-ID:
  <CALFmHhu=L7BTYeOUoCKPjfGpr4Jp1OogK4UwZj9-gzMB9VzyuA@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

On Jul 2, 2016 5:55 AM, "Vinay Elothunkal" <vinay223333@gmail.com> wrote:
...
> test10@Sentinel2=Senti_AOI1_NIR_10m...

AFAIK there cannot be a @ sign on the left hand side of the r.mapcalc
equation.

Markus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-user/attachments/20160702/cf457ba1/attachment-0001.html&gt;

------------------------------

Message: 4
Date: Sat, 2 Jul 2016 08:47:16 +0200
From: Massimiliano Cannata <massimiliano.cannata@supsi.ch>
To: Vinay Elothunkal <vinay223333@gmail.com>
Cc: Paulo van Breugel <p.vanbreugel@gmail.com>, grassuser
  <grass-user@lists.osgeo.org>
Subject: Re: [GRASS-user] python grass script error
Message-ID:
  <CAMKYQEs7TQAKvsR+U+D7q+PTV8Or_O9V1H+VzXfEq5PrQNm0fQ@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

I assume it is not acceptable that you create a map in a different mapset
from your. Maybe you could change the mapset, mapcalc and switch again back.

Maxi
Il 02/Lug/2016 05:54, "Vinay Elothunkal" <vinay223333@gmail.com> ha scritto:

> Hi Paulo,
>
> Thanks for your reply, I guess I didnt explain the question properly ,
> Inherently the problem is residing in @ mark as it shown in below
> example...
>
> GRASS 7.0.4 (Peureto_rico):~/Home_copy/ > r.mapcalc
> Enter expressions, "end" when done.
> mapcalc> test10=Senti_AOI1_NIR_10m@Sentinel2+Senti_AOI1_SWIR_20m@Sentinel2
> mapcalc>
> 100%
> GRASS 7.0.4 (Peureto_rico):~/Home_copy/ > r.mapcalc
> Enter expressions, "end" when done.
> mapcalc> test10@Sentinel2=Senti_AOI1_NIR_10m@Sentinel2
> +Senti_AOI1_SWIR_20m@Sentinel2
> syntax error, unexpected '@', expecting '('
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-user/attachments/20160702/7113211e/attachment-0001.html&gt;

------------------------------

Subject: Digest Footer

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

------------------------------

End of grass-user Digest, Vol 123, Issue 2
******************************************