[Gdal-dev] "gdalinfo --formats" output

Frank Warmerdam warmerdam at pobox.com
Wed Jul 26 11:10:46 EDT 2006


Mateusz Loskot wrote:
> Daniele Romagnoli wrote:
>> Hi list,
>>  
>> when using the command "gdalinfo --formats"
>> it returns a sequence of supported formats, as well as the specific
>> driver capabilities which are symbolized by some initials: (ro), (rw)
>> and (rw+).
>>
>> I think that (ro) means readonly while (rw) means read-write capabilities
>>  
>> If I'm right, what is the difference between (rw) and (rw+)?
>>  
>> The difference is related to Create and CreateCopy methods?
> 
> Yes, that's the difference.
> ro - read-only dataset support
> rw - create support (Create)
> rw+ - create copy support (CreateCopy)

Daniele / Mateusz,

A slight variation on this.

ro is read-only
rw is read or write (ie. supports CreateCopy)
rw+ is read, write and update (ie. supports Create)

Best regards,
-- 
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | President OSGF, http://osgeo.org




More information about the Gdal-dev mailing list