[GRASSLIST:6151] v.out.mif - export to MapInfo MIF?

I am considering using GRASS (Mac OS X 10.2.4) alongside MapInfo for Power Mac but I am not clear as to whether the GRASS export command for MapInfo MIF, v.out.mif, actually works in 5.0.0 or not.

It is mentioned in some, but not all, command listings and documentation and it is not included among the export formats for vector data in chapter 6 of Neteler and Mitasova's book. It is listed in the command summary in appendix A of this book but MIF does not appear in the supported vector data format listing in appendix B. (The latter appendix doesn't even list MapInfo MIF as a supported import format, despite the fact that importing such files - lines only? - is described in chapter 6.)

Can somebody clear up this confusion please? I would also be grateful for any information about limitations or problems when importing from or exporting to MIF.

Thanks in advance.

Roger Dickinson

I am unsure how to import DEM's into Grass.

I have been trying to use DEM's from Data Depot for US topomap areas. I am
trying to use r.in.gdal which (in man pages) says it can import USGS ascii
DEM's or SDTS format. When I try either of these it get an "Unrecognized
format" error. What the heck?

I know that I have somehow gotten a DEM into Grass in the past but don't
remember how.

Can anyone give me a clue?

thanks to whoever
John Doucette

John Doucette wrote:

I am unsure how to import DEM's into Grass.

It depends upon the format.

I have been trying to use DEM's from Data Depot for US topomap areas. I am
trying to use r.in.gdal which (in man pages) says it can import USGS ascii
DEM's or SDTS format. When I try either of these it get an "Unrecognized
format" error. What the heck?

I know that I have somehow gotten a DEM into Grass in the past but don't
remember how.

Can anyone give me a clue?

As well as the formats which GDAL supports, raw binary DEMs (e.g.
GTOPO30) can be imported with r.in.bin.

If you have no idea regarding the format, posting more details (e.g.
file names or the URL) might result in someone recognising it.

--
Glynn Clements <glynn.clements@virgin.net>

If you have no idea regarding the format, posting more details (e.g.
file names or the URL) might result in someone recognising it.

I am using the Big_Bald mountain dems for White Pine County, Nevada from
the following link.

http://data.geocomm.com/dem/demdownload.html

which is a part of www.geocomm.com

----- Original Message -----
From: "Glynn Clements" <glynn.clements@virgin.net>
To: "John Doucette" <doucettj@gbis.com>
Cc: <grasslist@baylor.edu>
Sent: Tuesday, April 29, 2003 2:55 PM
Subject: Re: [GRASSLIST:6152] DEM imports to Grass

John Doucette wrote:

> I am unsure how to import DEM's into Grass.

It depends upon the format.

> I have been trying to use DEM's from Data Depot for US topomap areas. I

am

> trying to use r.in.gdal which (in man pages) says it can import USGS

ascii

> DEM's or SDTS format. When I try either of these it get an "Unrecognized
> format" error. What the heck?
>
> I know that I have somehow gotten a DEM into Grass in the past but don't
> remember how.
>
> Can anyone give me a clue?

As well as the formats which GDAL supports, raw binary DEMs (e.g.
GTOPO30) can be imported with r.in.bin.

If you have no idea regarding the format, posting more details (e.g.
file names or the URL) might result in someone recognising it.

--
Glynn Clements <glynn.clements@virgin.net>

I have run gdalinfo for the dem I am trying to import. gdalinfo reports
that it is "unable to load PROJ.4 library (libproj.so), creation of
OGRCoordinate transformation failed."

I don't know where libproj.so is susposed to be or when it would have been
installed. After updating my search database (updatedb) I cannot find
libproj.so.

Anybody know anything about libproj.so and why gdal wants it?

Hopefully,
John Doucette

----- Original Message -----
From: "John Doucette" <doucettj@gbis.com>
To: "Glynn Clements" <glynn.clements@virgin.net>
Cc: <grasslist@baylor.edu>
Sent: Tuesday, April 29, 2003 11:03 PM
Subject: [GRASSLIST:6154] Re: DEM imports to Grass

> If you have no idea regarding the format, posting more details (e.g.
> file names or the URL) might result in someone recognising it.

I am using the Big_Bald mountain dems for White Pine County, Nevada from
the following link.

http://data.geocomm.com/dem/demdownload.html

which is a part of www.geocomm.com

----- Original Message -----
From: "Glynn Clements" <glynn.clements@virgin.net>
To: "John Doucette" <doucettj@gbis.com>
Cc: <grasslist@baylor.edu>
Sent: Tuesday, April 29, 2003 2:55 PM
Subject: Re: [GRASSLIST:6152] DEM imports to Grass

>
> John Doucette wrote:
>
> > I am unsure how to import DEM's into Grass.
>
> It depends upon the format.
>
> > I have been trying to use DEM's from Data Depot for US topomap areas.

I

am
> > trying to use r.in.gdal which (in man pages) says it can import USGS
ascii
> > DEM's or SDTS format. When I try either of these it get an

"Unrecognized

> > format" error. What the heck?
> >
> > I know that I have somehow gotten a DEM into Grass in the past but

don't

> > remember how.
> >
> > Can anyone give me a clue?
>
> As well as the formats which GDAL supports, raw binary DEMs (e.g.
> GTOPO30) can be imported with r.in.bin.
>
> If you have no idea regarding the format, posting more details (e.g.
> file names or the URL) might result in someone recognising it.
>
> --
> Glynn Clements <glynn.clements@virgin.net>
>

libproj.so comes from Proj.4, a free geographic reprojection library. You can
obtain it from http://www.remotesensing.org/proj/ .
Why GDAL needs it just to give you info on your datafile I don't know. I would
think GDAL just and only loads this lib when reprojection is needed. It is
not directly linked to it. So you will not have to recompile GDAL after
installing Proj. Just running ldconfig should do.
However, if you can compile the install of proj is easy, and it will probably
solve the error...

Regards,
Vincent Schut.

On Thursday 01 May 2003 06:40, John Doucette wrote:

I have run gdalinfo for the dem I am trying to import. gdalinfo reports
that it is "unable to load PROJ.4 library (libproj.so), creation of
OGRCoordinate transformation failed."

I don't know where libproj.so is susposed to be or when it would have been
installed. After updating my search database (updatedb) I cannot find
libproj.so.

Anybody know anything about libproj.so and why gdal wants it?

Hopefully,
John Doucette

----- Original Message -----
From: "John Doucette" <doucettj@gbis.com>
To: "Glynn Clements" <glynn.clements@virgin.net>
Cc: <grasslist@baylor.edu>
Sent: Tuesday, April 29, 2003 11:03 PM
Subject: [GRASSLIST:6154] Re: DEM imports to Grass

> > If you have no idea regarding the format, posting more details (e.g.
> > file names or the URL) might result in someone recognising it.
>
> I am using the Big_Bald mountain dems for White Pine County, Nevada from
> the following link.
>
>
> http://data.geocomm.com/dem/demdownload.html
>
> which is a part of www.geocomm.com
>
> ----- Original Message -----
> From: "Glynn Clements" <glynn.clements@virgin.net>
> To: "John Doucette" <doucettj@gbis.com>
> Cc: <grasslist@baylor.edu>
> Sent: Tuesday, April 29, 2003 2:55 PM
> Subject: Re: [GRASSLIST:6152] DEM imports to Grass
>
> > John Doucette wrote:
> > > I am unsure how to import DEM's into Grass.
> >
> > It depends upon the format.
> >
> > > I have been trying to use DEM's from Data Depot for US topomap areas.

I

> am
>
> > > trying to use r.in.gdal which (in man pages) says it can import USGS
>
> ascii
>
> > > DEM's or SDTS format. When I try either of these it get an

"Unrecognized

> > > format" error. What the heck?
> > >
> > > I know that I have somehow gotten a DEM into Grass in the past but

don't

> > > remember how.
> > >
> > > Can anyone give me a clue?
> >
> > As well as the formats which GDAL supports, raw binary DEMs (e.g.
> > GTOPO30) can be imported with r.in.bin.
> >
> > If you have no idea regarding the format, posting more details (e.g.
> > file names or the URL) might result in someone recognising it.
> >
> > --
> > Glynn Clements <glynn.clements@virgin.net>

--
______________________________________
Vincent Schut (schut@sarvision.com)
Sarvision B.V.
Wageningen, The Netherlands
www.sarvision.com

John Doucette wrote:

I have run gdalinfo for the dem I am trying to import. gdalinfo reports
that it is "unable to load PROJ.4 library (libproj.so), creation of
OGRCoordinate transformation failed."

I don't know where libproj.so is susposed to be or when it would have been
installed. After updating my search database (updatedb) I cannot find
libproj.so.

Anybody know anything about libproj.so and why gdal wants it?

John,

The gdalinfo program requires PROJ.4 in order to reproject file corner
coordinates and report them in lat/long. I need to fix gdalinfo so it
doesn't report this noisily, since things work fine without the extra
lat/long corner coordinates if PROJ.4 isn't found.

Best regards,

--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up | Frank Warmerdam, warmerdam@pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush | Geospatial Programmer for Rent