[GRASS-user] Unusual [Open|ESRI]FileGDB: how to import
Helmut Kudrnovsky
hellik at web.de
Mon Oct 30 12:48:46 PDT 2017
Rich Shepard wrote
> On Fri, 27 Oct 2017, Markus Metz wrote:
>
>> Instead of manually creating a proj.4 definition, you can use
>> v.in.ogr in=BullTrout_201201_v931.gdb location=bulltrout_location -i
>> to create a location from that gdb. If you don't use the -i flag, the
>> data
>> will also be imported into the new location.
>
>> With GRASS 7.3, v.in.ogr will report back if there are any problems with
>> the included SRS, or if no SRS is available for the selected layer.
>
> Markus,
>
> I'm importing all species into their own locations; will combine later.
> The above command worked (so far) with four species, but on one it threw a
> seqfault:
>
> GRASS 7.3.svn (Fish):~/data/grassdata > v.in.ogr
> in=~/data/species/fish/RedbandTrout_201201_v931.gdb/
> location=redband_trout_loc
> WARNING: Updating spatial reference with embedded proj4 definition
> WARNING: Datum
> <unknown>
> not recognised by GRASS and no parameters found
> Segmentation fault
>
> I tried to find the proj4 defintion but have no idea in which file it
> is
> found. I can provide the directory if desired; it's 18M so I could put it
> on
> Dropbox. Or, is there something I can do here to clear the blockage?
>
> Regards,
>
> Rich
>
> _______________________________________________
> grass-user mailing list
> grass-user at .osgeo
> https://lists.osgeo.org/mailman/listinfo/grass-user
the best thing to get any information about srs of your data is using
ogrinfo:
ogrinfo yourGISdata
compare then the ogrinfo output with the srs of your location
-----
best regards
Helmut
--
Sent from: http://osgeo-org.1560.x6.nabble.com/Grass-Users-f3884509.html
More information about the grass-user
mailing list