-
Notifications
You must be signed in to change notification settings - Fork 2
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
Potential inconsistencies in results #5
Comments
@laresbernardo Just applied a fix to deal with longitude argument and it looks better: plot_starmap(location="Caracas, Capital District,Venezuela",
date="1992-02-29",
line1_text="Caracas, Capital District, Venezuela",
line2_text= "February 29,1992") %>%
ggsave("ErrorPlot.png", plot = ., width = unit(10, 'in'),
height = unit(15, 'in')) I looks like that there's an issue with the constellation lines joining in the proper order that MapsForMoments has. Thats why it still looks like that there are some inconsistencies. |
@laresbernardo it also looks like there may be some projection issues as far as the map map is concerned. |
@laresbernardo yes this is definitely a problem . I reason its related to the problem Kim Fitter encountered when she was trying to plot the constellation maps. See here: https://kimnewzealand.github.io/2019/02/21/celestial-maps/ I think I need to convert the constellation linestrings to points, crop the "over reaching points" and re-convert it back to a linestrings for them to work. I've been looking at UPDATE: After looking into the issue I decided to bring the issue to StackOverflow for help (link). |
@laresbernardo Check out the fix here- its based on the StackOverflow answer I got . Let me know if there are still problems. Otherwise I will close this issue. |
Yeah, I think that did the trick! Love SO :) |
I've tried to double check the results with mapsformoments output and it seems off (shouldn't they show the same?)
Also, not sure what to think about the line on the lower section. Do you have any documentation on how to interpret these?
The text was updated successfully, but these errors were encountered: