Updated GDAL (markdown)
parent
43fc8ebb06
commit
7e5707bceb
1 changed files with 1 additions and 0 deletions
1
GDAL.md
1
GDAL.md
|
@ -33,6 +33,7 @@ To check if the gdal plugin built and was installed correctly you can do:
|
||||||
| 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 |
|
| 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 |
|
||||||
| band | integer | request for a specific raster band index, -1 means all bands | -1 |
|
| 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 |
|
| filter_factor | double | filter to use when querying for raster data | 0.0 |
|
||||||
|
| nodata | double | allow setting nodata value on the fly (will override value if nodata is set in data) | |
|
||||||
|
|
||||||
# Styling
|
# Styling
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue