[GRASS-user] GeoPDF into GRASS?

Is there a way to bring a GeoPDF into GRASS?
many thanks,

--
Stephen Sefick
**************************************************
Auburn University
Biological Sciences
331 Funchess Hall
Auburn, Alabama
36849
**************************************************
sas0025@auburn.edu
http://www.auburn.edu/~sas0025
**************************************************

Let's not spend our time and resources thinking about things that are so little or so large that all they really do for us is puff us up and make us feel like gods. We are mammals, and have not exhausted the annoying little problems of being mammals.

                                 -K. Mullis

"A big computer, a complex algorithm and a long time does not equal science."

                               -Robert Gentleman

On Thu, May 3, 2012 at 1:11 AM, Stephen Sefick <sas0025@auburn.edu> wrote:

Is there a way to bring a GeoPDF into GRASS?
many thanks,

While I have no experience with that format, I see that GDAL
supports it:
http://www.gdal.org/frmt_pdf.html

So, r.in.gdal should do the job given a sufficiently new
GDAL installation on your computer.

Markus

Il 03/05/2012 10:37, Markus Neteler ha scritto:

While I have no experience with that format, I see that GDAL
supports it:
http://www.gdal.org/frmt_pdf.html

Stephen, it would be nice if you could provide us some sample files to
test if the driver works well.
Thanks.

--
Paolo Cavallini
See: http://www.faunalia.it/pc

On Thu, May 03, 2012 at 10:37:53AM +0200, we recorded a bogon-computron collision of the <neteler@osgeo.org> flavor, containing:

On Thu, May 3, 2012 at 1:11 AM, Stephen Sefick <sas0025@auburn.edu> wrote:
> Is there a way to bring a GeoPDF into GRASS?
> many thanks,

While I have no experience with that format, I see that GDAL
supports it:
http://www.gdal.org/frmt_pdf.html

So, r.in.gdal should do the job given a sufficiently new
GDAL installation on your computer.

Unfortunately, at the moment the GDAL support for GeoPDF treats them entirely
as rasters --- the PDF data is converted to an image with the poppler library
and georeferenced using the data in the GeoPDF. GDAL 2.0.0 and later support
rendering only part of the image (vector, base imagery, text) rather than
all at once, but even so vector data in the GeoPDF is rendered into images.

It would be lovely if GeoPDF vector data could be extracted into Grass vectors,
but that's not possible through gdal yet, as far as I can tell.

--
Tom Russo KM5VY SAR502 DM64ux http://www.swcp.com/~russo/
Tijeras, NM QRPL#1592 K2#398 SOC#236 http://kevan.org/brain.cgi?DDTNM
"And, isn't sanity really just a one-trick pony anyway? I mean all you get is
one trick, rational thinking, but when you're good and crazy, oooh, oooh,
oooh, the sky is the limit!" --- The Tick

On Fri, May 4, 2012 at 12:42 AM, Tom Russo <russo@bogodyn.org> wrote:
...

It would be lovely if GeoPDF vector data could be extracted into Grass vectors,
but that's not possible through gdal yet, as far as I can tell.

I searched a bit but did not find any related email. So:
This would be a wish for OGR (hence, GDAL mailing list or tracker) since
GRASS relies on this library.

Markus