raster-foundry / raster-foundry-python-client

A Python client for Raster Foundry.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Raw Export Query Parameter Support

notthatbreezy opened this issue · comments

The export endpoint used for bounding boxes to get PNG and GeoTiffs only supports requesting color corrected files. However, the endpoint supports passing in a boolean query parameter (colorCorrect) to request non-color corrected tiffs.

This task is to add that support to the geotiff export