Hi all,
I am attempting to import netcdf files into GRASS. I’m using GRASS 6.2.2 on Ubuntu 8.04LTS.
I get a ‘Segmentation fault’ error.
gdalinfo --formats includes netcdf support; however running gdal_translate or gdalinfo on the netcdf file returns the same error.
Help?
Thanks,
vishal
Hi,
Did you try to import outside of Grass, using gdal_translate instead
of r.in.gdal
Daniel
On Thu, Aug 7, 2008 at 6:16 PM, Vishal Mehta <vishalm1975@gmail.com> wrote:
Hi all,
I am attempting to import netcdf files into GRASS. I'm using GRASS 6.2.2 on
Ubuntu 8.04LTS.
I get a 'Segmentation fault' error.
gdalinfo --formats includes netcdf support; however running gdal_translate
or gdalinfo on the netcdf file returns the same error.
Help?
Thanks,
vishal
_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user
Yes Daniel,
I tried gdal_translate and gdalinfo and both gave me the same result - ‘segmentation fault’.
-Vishal
On Thu, Aug 7, 2008 at 3:05 PM, Daniel Victoria <daniel.victoria@gmail.com > wrote:
Hi,
Did you try to import outside of Grass, using gdal_translate instead
of r.in.gdal
Daniel
On Thu, Aug 7, 2008 at 6:16 PM, Vishal Mehta <vishalm1975@gmail.com > wrote:
Hi all,
I am attempting to import netcdf files into GRASS. I’m using GRASS 6.2.2 on
Ubuntu 8.04LTS.
I get a ‘Segmentation fault’ error.
gdalinfo --formats includes netcdf support; however running gdal_translate
or gdalinfo on the netcdf file returns the same error.
Help?
Thanks,
vishal
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user
I found this bug report that probably explains it…but not sure what to do about it…
https://bugs.launchpad.net/ubuntu/+source/libgdal-grass/+bug/126916
-vishal
On Thu, Aug 7, 2008 at 3:16 PM, Vishal Mehta <vishalm1975@gmail.com > wrote:
Yes Daniel,
I tried gdal_translate and gdalinfo and both gave me the same result - ‘segmentation fault’.
-Vishal
On Thu, Aug 7, 2008 at 3:05 PM, Daniel Victoria <daniel.victoria@gmail.com > wrote:
Hi,
Did you try to import outside of Grass, using gdal_translate instead
of r.in.gdal
Daniel
On Thu, Aug 7, 2008 at 6:16 PM, Vishal Mehta <vishalm1975@gmail.com > wrote:
Hi all,
I am attempting to import netcdf files into GRASS. I’m using GRASS 6.2.2 on
Ubuntu 8.04LTS.
I get a ‘Segmentation fault’ error.
gdalinfo --formats includes netcdf support; however running gdal_translate
or gdalinfo on the netcdf file returns the same error.
Help?
Thanks,
vishal
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user
If it's mainly a build problem, try to use Frank's FWTools. Itś
already pre-build gdal binaries and I've used them before for NetCDF
stuff
http://fwtools.maptools.org/
On Thu, Aug 7, 2008 at 7:51 PM, Vishal Mehta <vishalm1975@gmail.com> wrote:
I found this bug report that probably explains it...but not sure what to do
about it..
https://bugs.launchpad.net/ubuntu/+source/libgdal-grass/+bug/126916
-vishal
I
On Thu, Aug 7, 2008 at 3:16 PM, Vishal Mehta <vishalm1975@gmail.com> wrote:
Yes Daniel,
I tried gdal_translate and gdalinfo and both gave me the same result -
'segmentation fault'.
-Vishal
On Thu, Aug 7, 2008 at 3:05 PM, Daniel Victoria
<daniel.victoria@gmail.com> wrote:
Hi,
Did you try to import outside of Grass, using gdal_translate instead
of r.in.gdal
Daniel
On Thu, Aug 7, 2008 at 6:16 PM, Vishal Mehta <vishalm1975@gmail.com>
wrote:
> Hi all,
>
> I am attempting to import netcdf files into GRASS. I'm using GRASS
> 6.2.2 on
> Ubuntu 8.04LTS.
>
> I get a 'Segmentation fault' error.
>
> gdalinfo --formats includes netcdf support; however running
> gdal_translate
> or gdalinfo on the netcdf file returns the same error.
>
> Help?
>
> Thanks,
> vishal
>
> _______________________________________________
> grass-user mailing list
> grass-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-user
>
>
Hamish
August 8, 2008, 4:54am
6
Vishal Mehta wrote:
I am attempting to import netcdf files into GRASS. I'm
using GRASS 6.2.2 on Ubuntu 8.04LTS.
I get a 'Segmentation fault' error.
gdalinfo --formats includes netcdf support; however running
gdal_translate or gdalinfo on the netcdf file returns the same error.
Help?
As it fails with GDAL tools probably you are more likely to get a better
answer if you ask on the GDAL mailing list.
* what version of GDAL?
* web link to the dataset?
* backtrace of the segfault?
http://grass.osgeo.org/wiki/GRASS_Debugging
Hamish