icesat2py / icepyx

Python tools for obtaining and working with ICESat-2 data
https://icepyx.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
203 stars 101 forks source link

add some projection handling and checks #440

Open JessicaS11 opened 11 months ago

JessicaS11 commented 11 months ago

With the introduction of QUEST and pending merging of Argo access (#427), tracking and handling projections (and ultimately datums) will become important for integrating multiple datasets. The logical place to add this is to the GenQuery super class, with handling/checks in the Spatial Class (used directly by GenQuery).