Hello,
Thanks for enriching the HEALPix for Geo-Science ecosystem.
I am author of a library with similar intent. Meaning simple plotting using the standard Matplotlib-Cartopy stack.
See https://gitlab.eumetsat.int/eumetlab/climate/geo-ring/projhealpix
While reading your code, I looked for differences and similarities.
First I got scared by the Mollweide module, which looked a lot like the pre-designed plots common to the asto-libraries I have seen so far. Then I saw the actual plotting module. There, I noticed that you are not utilizing the HEALPix implementation within the Proj library: https://proj.org/en/stable/operations/projections/healpix.html
In my library, I have also added a projection for the HEALPix plane for creating plots for my presentation slides.
I could imagine that this would be interesting for you.
Happy to exchange ideas.
Best Regards,
Carlos
Hello,
Thanks for enriching the HEALPix for Geo-Science ecosystem.
I am author of a library with similar intent. Meaning simple plotting using the standard Matplotlib-Cartopy stack.
See https://gitlab.eumetsat.int/eumetlab/climate/geo-ring/projhealpix
While reading your code, I looked for differences and similarities.
First I got scared by the Mollweide module, which looked a lot like the pre-designed plots common to the asto-libraries I have seen so far. Then I saw the actual plotting module. There, I noticed that you are not utilizing the HEALPix implementation within the Proj library: https://proj.org/en/stable/operations/projections/healpix.html
In my library, I have also added a projection for the HEALPix plane for creating plots for my presentation slides.
I could imagine that this would be interesting for you.
Happy to exchange ideas.
Best Regards,
Carlos