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

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

You can reach the person managing the list at
        grass-windows-ow...@lists.osgeo.org

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


Today's Topics:

   1. GDAL/OGR with GRASS vector support (Brian Sanjeewa Rupasinghe)
   2. Re: GDAL/OGR with GRASS vector support (Markus Neteler)
   3. Re: GDAL/OGR with GRASS vector support (Brian Sanjeewa Rupasinghe)
   4. Re: GDAL/OGR with GRASS vector support (Brian Sanjeewa Rupasinghe)


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

Message: 1
Date: Sun, 23 Dec 2012 10:50:36 +0000
From: Brian Sanjeewa Rupasinghe <jink...@gmail.com>
To: grass-windows@lists.osgeo.org
Subject: [GRASS-windows] GDAL/OGR with GRASS vector support
Message-ID:
        <caema-4go8a1ygo+g7q_ypfxlxrbe1j3qwshywwxbpjybdfc...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hi all,

I have in my machine GRASS 6.4.3svn for Windows 7. However, it does not
have GDAL/OGR support. Is there any Windows library available to add
that support to existing GRASS installation or any other alternative?

Cheers, Brian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.osgeo.org/pipermail/grass-windows/attachments/20121223/fcaa9743/attachment-0001.html>

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

Message: 2
Date: Sun, 23 Dec 2012 18:26:36 +0100
From: Markus Neteler <nete...@osgeo.org>
To: Brian Sanjeewa Rupasinghe <jink...@gmail.com>
Cc: grass-windows@lists.osgeo.org
Subject: Re: [GRASS-windows] GDAL/OGR with GRASS vector support
Message-ID:
        <calfmhht_uxbd++_3_6hcpkmrvr330pyhtbu0pxjbfewwa2+...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

On Sun, Dec 23, 2012 at 11:50 AM, Brian Sanjeewa Rupasinghe
<jink...@gmail.com> wrote:
> Hi all,
>
> I have in my machine GRASS 6.4.3svn for Windows 7. However, it does not have
> GDAL/OGR support. Is there any Windows library available to add
> that support to existing GRASS installation or any other alternative?

To better help you, please tell us where you got the package from
(URL).

Markus


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

Message: 3
Date: Sun, 23 Dec 2012 17:57:32 +0000
From: Brian Sanjeewa Rupasinghe <jink...@gmail.com>
To: Markus Neteler <nete...@osgeo.org>, grass-windows@lists.osgeo.org
Subject: Re: [GRASS-windows] GDAL/OGR with GRASS vector support
Message-ID:
        <caema-4idchf2+lxnz19v_gyzsstxaflkpl7+0d7yuxftpqu...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Many thanks. I downloaded it from SVN nightly WinGRASS 6 builds
(WinGRASS-6.4.3svn-r54263-437.setup.exe) from
http://grass.osgeo.org/download/software/ms-windows/ site.

On Sun, Dec 23, 2012 at 5:26 PM, Markus Neteler <nete...@osgeo.org> wrote:

> On Sun, Dec 23, 2012 at 11:50 AM, Brian Sanjeewa Rupasinghe
> <jink...@gmail.com> wrote:
> > Hi all,
> >
> > I have in my machine GRASS 6.4.3svn for Windows 7. However, it does not
> have
> > GDAL/OGR support. Is there any Windows library available to add
> > that support to existing GRASS installation or any other alternative?
>
> To better help you, please tell us where you got the package from
> (URL).
>
> Markus
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.osgeo.org/pipermail/grass-windows/attachments/20121223/f186a1e5/attachment-0001.html>

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

Message: 4
Date: Sun, 23 Dec 2012 18:23:23 +0000
From: Brian Sanjeewa Rupasinghe <jink...@gmail.com>
To: Markus Neteler <nete...@osgeo.org>, grass-windows@lists.osgeo.org
Subject: Re: [GRASS-windows] GDAL/OGR with GRASS vector support
Message-ID:
        <caema-4ganwrnxseazvo_olgr-vrxmnzpczpzt1jkjjgmcj6...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Actually i wanted to read GRASS vector Geometry with Python OGR bindings.
When i open the Vector file with ogr, it does not exist and Python
interpreter gave the error shown below (see Python code as well). Then in
GRASS GUI at command line i typed ogrinfo --formats to see if OGR vector
formats; GRASS available, but it is not found.

from osgeo import ogr
ds = ogr.Open('D:/UEL/GrassGISDB/SLD99/LBS/vector/CluterCleaned/head')
layer = ds.GetLayer(0)

Traceback (most recent call last):
  File "<pyshell#2>", line 1, in <module>
    layer = ds.GetLayer(0)
AttributeError: 'NoneType' object has no attribute 'GetLayer'


On Sun, Dec 23, 2012 at 5:57 PM, Brian Sanjeewa Rupasinghe <
jink...@gmail.com> wrote:

> Many thanks. I downloaded it from SVN nightly WinGRASS 6 builds
> (WinGRASS-6.4.3svn-r54263-437.setup.exe) from
> http://grass.osgeo.org/download/software/ms-windows/ site.
>
>
> On Sun, Dec 23, 2012 at 5:26 PM, Markus Neteler <nete...@osgeo.org> wrote:
>
>> On Sun, Dec 23, 2012 at 11:50 AM, Brian Sanjeewa Rupasinghe
>> <jink...@gmail.com> wrote:
>> > Hi all,
>> >
>> > I have in my machine GRASS 6.4.3svn for Windows 7. However, it does not
>> have
>> > GDAL/OGR support. Is there any Windows library available to add
>> > that support to existing GRASS installation or any other alternative?
>>
>> To better help you, please tell us where you got the package from
>> (URL).
>>
>> Markus
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.osgeo.org/pipermail/grass-windows/attachments/20121223/dc74598a/attachment-0001.html>

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

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


End of grass-windows Digest, Vol 68, Issue 4
********************************************

Reply via email to