JuliaAPlavin / SkyImages.jl

MIT License
3 stars 0 forks source link

Use the correct spherical datum for GeoMakie plots #1

Open asinghvi17 opened 3 months ago

asinghvi17 commented 3 months ago

GeoMakie assumes an elliptical Earth according to the WGS84 datum. I think you can assign flattening to 0 or something in the proj string to make the datum spherical, but would have to check.

This issue is mainly so I don't forget!

asinghvi17 commented 3 months ago

+proj=moll +ellps=sphere ought to do it.