We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When plotting geotiff and mitiff images from the same satellite, different products, I see the geo location differs.
mitiff with the current correction geotiff
Looking in the code I see I add the size of a pixel to the lower left corner of the proj4 string fort DIANA to plot the data correctly.
For some reasons I don't understand now, this apparently is not correct any more.
I want to add a config option to turn off this correction.
I don't think there are any other users of this writer, but to be sure I want to keep the current correction the default.
The text was updated successfully, but these errors were encountered:
Since this effects a single writer I would suggest this be done as a keyword argument. I assume by "config option" you meant satpy.config.
satpy.config
Sorry, something went wrong.
TAlonglong
Successfully merging a pull request may close this issue.
Feature Request
When plotting geotiff and mitiff images from the same satellite, different products, I see the geo location differs.
mitiff with the current correction
geotiff
Looking in the code I see I add the size of a pixel to the lower left corner of the proj4 string fort DIANA to plot the data correctly.
For some reasons I don't understand now, this apparently is not correct any more.
I want to add a config option to turn off this correction.
I don't think there are any other users of this writer, but to be sure I want to keep the current correction the default.
The text was updated successfully, but these errors were encountered: