Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
Update rasterio docs links (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinner committed Jun 17, 2018
1 parent 4fed769 commit ed8a130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/settings.rst
Expand Up @@ -36,7 +36,7 @@ GeoTiff Creation Options
:Type: JSON
:Notes:
A valid JSON string that contains ``rasterio``
`creation options <https://mapbox.github.io/rasterio/topics/image_options.html#creation-options>`_.
`creation options <https://rasterio.readthedocs.io/en/latest/topics/image_options.html?highlight=options#creation-options>`_.
:Default:
``{"driver": "GTiff", "interleave": "band", "tiled": true, "blockxsize": 256, "blockysize": 256, "compress": "lzw", "predictor": 1, "tfw": false, "jpeg_quality": 75, "profile": "GDALGeoTIFF", "bigtiff": "IF_NEEDED", "geotiff_keys_flavor": "STANDARD", "photometric": "RGBA"}``

Expand All @@ -45,6 +45,6 @@ GeoTiff Overview Options
:Type: JSON
:Notes:
A valid JSON string to configure ``rasterio``
`overviews <https://mapbox.github.io/rasterio/topics/overviews.html>`_.
`overviews <https://rasterio.readthedocs.io/en/latest/topics/overviews.html>`_.
:Default:
``{"resampling": "average", "factors": [2, 4, 8, 16, 32], "internal_storage": true}``

0 comments on commit ed8a130

Please sign in to comment.