Hi
when I tried to display grass vector directly on UNM maserver I found that OGR (gdal 1.3.1) don't see GRASS vector format. v.in.ogr and v.out.ogr works good, and gdal is compiled with grass suport. Gdalinfo see grass format.
ogrinfo -- formats returns:
Loaded OGR Format Drivers:
-> "ESRI Shapefile" (read/write)
-> "UK .NTF" (readonly)
-> "SDTS" (readonly)
-> "TIGER" (read/write)
-> "S57" (read/write)
-> "MapInfo File" (read/write)
-> "DGN" (read/write)
-> "VRT" (readonly)
-> "AVCBin" (readonly)
-> "REC" (readonly)
-> "Memory" (read/write)
-> "CSV" (read/write)
-> "GML" (read/write)
-> "ODBC" (read/write)
-> "PostgreSQL" (read/write)
regards
Jarek
Jarek Jasiewicz wrote:
ogrinfo -- formats returns:
Loaded OGR Format Drivers:
-> "ESRI Shapefile" (read/write)
-> "UK .NTF" (readonly)
<snip>
My is:
$ ogrinfo --formats
Supported Formats:
-> "GRASS" (readonly)
-> "ESRI Shapefile" (read/write)
<snip>
I can't know what is wrong with your setup, but my advices are:
1. Use GDAL 1.3.2 if you can.
2. Don't build GDAL with GRASS. Build GDAL, GRASS with GDAL and then
build the GDAL-GRASS plugin (get the newest version from GDAL site).
This will save you circular dependencies. This is the recommended way
(see GRASS WIKI).
If you still have problems let us know.
Maciek
Maciej Sieczka wrote:
Jarek Jasiewicz wrote:
> ogrinfo -- formats returns:
> Loaded OGR Format Drivers:
> -> "ESRI Shapefile" (read/write)
> -> "UK .NTF" (readonly)
<snip>My is:
$ ogrinfo --formats
Supported Formats:
-> "GRASS" (readonly)
-> "ESRI Shapefile" (read/write)<snip>
I can't know what is wrong with your setup, but my advices are:
1. Use GDAL 1.3.2 if you can.
2. Don't build GDAL with GRASS. Build GDAL, GRASS with GDAL and then
build the GDAL-GRASS plugin (get the newest version from GDAL site).
This will save you circular dependencies. This is the recommended way
(see GRASS WIKI).If you still have problems let us know.
After compiling and installing the GRASS plugin, make sure it ended up
in the right place:
$ ls /usr/lib/gdalplugins/
gdal_GRASS.so ogr_GRASS.so
Hamish
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Jarek.
1. please use gdal 1.3.2
2. we also have problems with this, and we tracked down to a mapscript
problem:
http://mapserver.gis.umn.edu/bugs/show_bug.cgi?id=1839
Is that your case? We're still very much interested in working on this
(we sponsored the development of ogr-grass), so please join forces with us.
All the best.
pc
Jarek Jasiewicz ha scritto:
Hi
when I tried to display grass vector directly on UNM maserver I found
that OGR (gdal 1.3.1) don't see GRASS vector format. v.in.ogr and
v.out.ogr works good, and gdal is compiled with grass suport. Gdalinfo
see grass format.
ogrinfo -- formats returns:
Loaded OGR Format Drivers:
-> "ESRI Shapefile" (read/write)
-> "UK .NTF" (readonly)
-> "SDTS" (readonly)
-> "TIGER" (read/write)
-> "S57" (read/write)
-> "MapInfo File" (read/write)
-> "DGN" (read/write)
-> "VRT" (readonly)
-> "AVCBin" (readonly)
-> "REC" (readonly)
-> "Memory" (read/write)
-> "CSV" (read/write)
-> "GML" (read/write)
-> "ODBC" (read/write)
-> "PostgreSQL" (read/write)
regards
Jarek
- --
Paolo Cavallini
email+jabber: cavallini@faunalia.it
www.faunalia.it
Piazza Garibaldi 5 - 56025 Pontedera (PI), Italy Tel: (+39)348-3801953
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFFKzIQ/NedwLUzIr4RAs+FAJ9Wor+qm7tW2cbga4vgFT9IlJQcqACghOoM
+tuIfW2/eKQXcXNH6V1AGmQ=
=58hX
-----END PGP SIGNATURE-----
Maciej Sieczka napisa³(a):
Jarek Jasiewicz wrote:
ogrinfo -- formats returns:
Loaded OGR Format Drivers:
-> "ESRI Shapefile" (read/write)
-> "UK .NTF" (readonly)
<snip>
My is:
$ ogrinfo --formats
Supported Formats:
-> "GRASS" (readonly)
-> "ESRI Shapefile" (read/write)<snip>
I can't know what is wrong with your setup, but my advices are:
1. Use GDAL 1.3.2 if you can.
2. Don't build GDAL with GRASS. Build GDAL, GRASS with GDAL and then
build the GDAL-GRASS plugin (get the newest version from GDAL site).
This will save you circular dependencies. This is the recommended way
(see GRASS WIKI).If you still have problems let us know.
Maciek
Really, grass 1.3.2 solve problem funny
shoudn't gdal 1.3.1 be depreciated???
Paolo Cavallini napisa³(a):
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1Hi Jarek.
1. please use gdal 1.3.2
2. we also have problems with this, and we tracked down to a mapscript
problem:
http://mapserver.gis.umn.edu/bugs/show_bug.cgi?id=1839
Is that your case? We're still very much interested in working on this
(we sponsored the development of ogr-grass), so please join forces with us.
All the best.
pcJarek Jasiewicz ha scritto:
Hi
when I tried to display grass vector directly on UNM maserver I found
that OGR (gdal 1.3.1) don't see GRASS vector format. v.in.ogr and
v.out.ogr works good, and gdal is compiled with grass suport. Gdalinfo
see grass format.
ogrinfo -- formats returns:
Loaded OGR Format Drivers:
-> "ESRI Shapefile" (read/write)
-> "UK .NTF" (readonly)
-> "SDTS" (readonly)
-> "TIGER" (read/write)
-> "S57" (read/write)
-> "MapInfo File" (read/write)
-> "DGN" (read/write)
-> "VRT" (readonly)
-> "AVCBin" (readonly)
-> "REC" (readonly)
-> "Memory" (read/write)
-> "CSV" (read/write)
-> "GML" (read/write)
-> "ODBC" (read/write)
-> "PostgreSQL" (read/write)
regards
Jarek
- --
Paolo Cavallini
email+jabber: cavallini@faunalia.it
www.faunalia.it
Piazza Garibaldi 5 - 56025 Pontedera (PI), Italy Tel: (+39)348-3801953
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.orgiD8DBQFFKzIQ/NedwLUzIr4RAs+FAJ9Wor+qm7tW2cbga4vgFT9IlJQcqACghOoM
+tuIfW2/eKQXcXNH6V1AGmQ=
=58hX
-----END PGP SIGNATURE-----_______________________________________________
grassuser mailing list
grassuser@grass.itc.it
http://grass.itc.it/mailman/listinfo/grassuser
No it was only problem with gdal, after installing 1.3.2 all works well
Regards
Karek