benyamindsmith / starBliss

Create beautiful, print quality maps of the night sky in R
43 stars 2 forks source link

can't plot Riyadh with coordinates #9

Closed jic007 closed 1 year ago

jic007 commented 1 year ago

library(starBliss) plot_starmap( "Riyadh, Saudi Arabia", line1_text = "first line", line2_text =" second")

doesn't display cooridnates and doubt the chart is for the location

could you please help

benyamindsmith commented 1 year ago

@jic007 thank you for using the package and finding this issue

This is what I got from running your code.

image

From MapsForMoments, the map generated is:

image

I believe the issue is with the rotation by the longitude parameter in the CRS.

I'll look into the problem. Let me know if you find anything as well!

jic007 commented 1 year ago

@jic007 thank you for using the package and finding this issue

This is what I got from running your code.

image

From MapsForMoments, the map generated is:

image

I believe the issue is with the rotation by the longitude parameter in the CRS.

I'll look into the problem. Let me know if you find anything as well!

Hey Benyamin, thank you for the feedback. got a solution? could you please share the code u used for MapsForMoments?

benyamindsmith commented 1 year ago

@jic007 I just looked at the MapsForMoments site (which starBliss is based on) here: https://mapsformoments.co.uk/9-star-map?step=design and saw that the the starmap is different

benyamindsmith commented 1 year ago

Just asked the question here: https://gis.stackexchange.com/questions/452565/how-to-calculate-the-crs-for-the-celestial-sphere Hopefully it will be clarified so that I can sort out the issue.