Updated GDAL (markdown)

ThomasG77 2011-12-09 15:47:55 -08:00
parent 8167bbc60f
commit 6e323bf708

14
GDAL.md

@ -25,13 +25,13 @@ To check if the gdal plugin built and was installed correctly you can do:
# Parameters # Parameters
|| *parameter* || *value* || *description* || *default* || | *parameter* | *value* | *description* | *default* |
|| file || string || file of the raster to be read || || |:------------|----------|---------------|----------:|
|| base || string || base path where to search for file parameter || || | file | string | file of the raster to be read | |
|| shared || boolean || wheter to open the dataset in shared mode (allowing save of resources when using multiple access to the same files) or not || false || | base | string | base path where to search for file parameter | |
|| band || integer || request for a specific raster band index, -1 means all bands || -1 || | shared | boolean | wheter to open the dataset in shared mode (allowing save of resources when using multiple access to the same files) or not | false |
|| filter_factor || double || filter to use when querying for raster data || 0.0 || | band | integer | request for a specific raster band index, -1 means all bands | -1 |
| filter_factor | double | filter to use when querying for raster data | 0.0 |
# Styling # Styling