Added function that allows for Schmidt grid transformation - provided a stretch factor and target longitude and latitude.
Tile 6 (S pole) is shrunk by stretch_factor (all other tiles are stretched to compensate), and then tile 6 is shifted so it is centered on target longitude and latitude.
Checklist
Before submitting this PR, please make sure:
[x] You have followed the coding standards guidelines established at Code Review Checklist.
[x] Docstrings and type hints are added to new and updated routines, as appropriate
[x] All relevant documentation has been updated or added (e.g. README, CONTRIBUTING docs)
[x] For each public change and fix in pace-util, HISTORY has been updated
Purpose
Added function that allows for Schmidt grid transformation - provided a stretch factor and target longitude and latitude. Tile 6 (S pole) is shrunk by stretch_factor (all other tiles are stretched to compensate), and then tile 6 is shifted so it is centered on target longitude and latitude.
Checklist
Before submitting this PR, please make sure:
pace-util
, HISTORY has been updated