Re:Re:Re: [gdal-dev] how to test the creation and deletion capability of ogr?

2009-10-16 Thread atubar
Thanks for your guide, and I will read all api doc more carefully. And I wonder that is there a list of metadata domain now konwn such as subdataset ? ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Fastest vector format for combining shapefiles

2009-10-16 Thread pcreso
I guess another possibility would be to approach contacts in the OGC, whose business is essentially all about open standards in the wider GIS arena. Members of OGC who have links to FOSS/OSGEO that I'm aware of include Autodesk, Lisasoft & TOPP, & some national bodies such as LINZ. Brent Wood

[gdal-dev] Parallel Processing

2009-10-16 Thread Sean Hills
Hello list, I am trying to find information about using fwtools (specifically the gdal_retile tool) in a cluster computing environment running beowulf or condor or, utilizing GPU processing with the CUDA programming tools for the Tesla or other stream processing video card. If you are aware of any

Re: [gdal-dev] Fastest vector format for combining shapefiles

2009-10-16 Thread Matt Wilkie
Before ever I would advise anything I would want to see the open source GIS community clearly define that it is that it wants in a new physical file format. In my experience the open source community rarely, if ever, defines a thing before creating it. What usually happens is that somebody (whe

Re:Re: [gdal-dev] how to test the creation and deletion capability of ogr?

2009-10-16 Thread Even Rouault
Selon atubar : > Thanks for your help, I modify those params and get right return values now. > > As I want to write a function, which can automatically return a rusult, that > whether the input raster file has a set of subdataset. > I use a metadata item of "subdataset", and this value is known f

Re:Re: [gdal-dev] how to test the creation and deletion capability of ogr?

2009-10-16 Thread atubar
Thanks for your help, I modify those params and get right return values now. As I want to write a function, which can automatically return a rusult, that whether the input raster file has a set of subdataset. I use a metadata item of "subdataset", and this value is known from another program bu