| I'm working with .png files that have associated .pgw world image files and want to upload them to geoserver using the importer's REST API. As part of the upload process I'd like to set up some transformations to the file. However, it seems this is not possible. I've been following the documentation and examples provided at [1]. The generated import session executes OK and does not show me any error or otherwise strange output. However, the resulting uploaded file does not have the specified transforms applied to it. The uploaded file is very much usable and works though, it just does not have my transforms applied to it. I am attaching some sample data to this issue report that can be used to investigate the issue. I am also providing a bash script with some commands that I'm using to quickly reproduce the issue. If you'd like to use the script, please edit it, replacing the variables defined in the beginning with some meaningful values (it expects a linux environment and counts on cURL and jq to be installed). In the provided script I am trying to setup some transforms to convert the png file to a geotiff by using the GdalTranslateTransform transform. I have tried to use other transforms on the same data and also got similar results. [1] - http://docs.geoserver.org/latest/en/user/extensions/importer/index.html |