-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Thoughts on adding CryoSat support #43
Comments
Python reader: https://github.com/tsutterley/read-cryosat-2 |
It would be a bit odd, as CryoSat-2 isn't LiDAR, but radar? And thus also raster instead of vector (points)? I'd say it's a separate package. |
CryoSat and other Radar altimeters provide point based measurements like a laser altimeter but they are indeed not laser altimeters ... a more appropriately named package for both sensor types would be SpaceAltimetry |
Would there be much overlap in implementing other altimeters? As in same search, granules of HDF5 files that give a spatial table with points? If so, I would be open to PRs that add it, otherwise a separate package makes more sense. |
Closing this for now as it would be a big lift and probably belongs in it's own package |
I'd like to include CryoSat data in my workflow.. what are your thought on adding CryoSat support in SpaceLiDAR?
The text was updated successfully, but these errors were encountered: