Changes between Version 1 and Version 2 of rfc58_removing_dataset_nodata_value


Ignore:
Timestamp:
May 12, 2015, 9:24:40 AM (9 years ago)
Author:
sgillies
Comment:

Improve summary

Legend:

Unmodified
Added
Removed
Modified
  • rfc58_removing_dataset_nodata_value

    v1 v2  
    99== Summary ==
    1010
    11 This RFC adds a GDALDeleteNoDataValue() function to the GDAL C API. This function removes a dataset's nodata value. When it succeeds, the dataset will have no nodata value. When it fails, the nodata value will be unchanged.
     11This RFC concerns addition of a {{{GDALDeleteNoDataValue()}}} function to the GDAL C API. This function removes a dataset's nodata value. When it succeeds, the dataset will have no nodata value. When it fails, the nodata value will be unchanged.
    1212
    1313== Rationale ==