[GRASS-dev] Vlib: how to delete an object from a GRASS vector map

2008-08-21 Thread Benjamin Ducke
Dear all, I am struggling to understand how to delete an object, including its attached attributes, from a GRASS vector map. I open the map with: Vect_open_update ( &Map, MAPS[i].tempname, mapset ); Then I find the category IDs of the objects I want to delete and then I do: Vect_delete_line (

[GRASS-dev] Re: [GRASS GIS] #73: r.out.gdal tiff output does not work

2008-08-21 Thread GRASS GIS
#73: r.out.gdal tiff output does not work --+- Reporter: helena | Owner: grass-dev@lists.osgeo.org Type: defect | Status: new Priority: critical | Milestone: 6.

Re: r.external - was: Re: [GRASS-dev] some questions about future development

2008-08-21 Thread Glynn Clements
Markus Neteler wrote: > >> >> Null support is missing (r.external records any null value reported by > >> >> GDAL, but G_get_raster_row() etc ignore it; I suspect that it will > >> >> treat zero as null due to the absence of a null file). > >> > > >> > Null support has been added. > >> > >> I hav

Re: r.external - was: Re: [GRASS-dev] some questions about future development

2008-08-21 Thread Markus Neteler
On Thu, Aug 21, 2008 at 11:00 AM, Glynn Clements <[EMAIL PROTECTED]> wrote: > Markus Neteler wrote: > >> >> Null support is missing (r.external records any null value reported by >> >> GDAL, but G_get_raster_row() etc ignore it; I suspect that it will >> >> treat zero as null due to the absence of

Re: r.external - was: Re: [GRASS-dev] some questions about future development

2008-08-21 Thread Paul Kelly
On Thu, 21 Aug 2008, Glynn Clements wrote: Paul Kelly wrote: AFAICT, the only "core" GDAL dependencies are the OSR stuff in lib/proj and g.proj, and the vector library's support for v.external. In which case, it really ought to be possible to get a usable version of GRASS with no GDAL depende

Re: r.external - was: Re: [GRASS-dev] some questions about future development

2008-08-21 Thread Glynn Clements
Paul Kelly wrote: > > AFAICT, the only "core" GDAL dependencies are the OSR stuff in > > lib/proj and g.proj, and the vector library's support for v.external. > > In which case, it really ought to be possible to get a usable version > > of GRASS with no GDAL dependency in any of the libraries or

Re: r.external - was: Re: [GRASS-dev] some questions about future development

2008-08-21 Thread Glynn Clements
Markus Neteler wrote: > >> Null support is missing (r.external records any null value reported by > >> GDAL, but G_get_raster_row() etc ignore it; I suspect that it will > >> treat zero as null due to the absence of a null file). > > > > Null support has been added. > > I have now tested (in my