JuliaSpaceMissionDesign / FrameTransformations.jl

A modern, high-performance and comprehensive set of tools for transformations between any standard and user-defined reference frame.
MIT License
19 stars 3 forks source link

eop URL and columns appear to have been changed #32

Closed leilah-mc closed 11 months ago

leilah-mc commented 11 months ago

There appear to be a couple bugs in get_iers_eop_IAU2000A. In order to get it to work, I had to change the URL to "https://datacenter.iers.org/products/eop/rapid/standard/csv/finals2000A.all.csv" and shift the indices of the last 4 fields in EOPDATA by 4 columns. Although a more robust fix would be to use the values in the header to get the indices of the columns just in case the format changes again.

andreapasquale94 commented 11 months ago

Thank you for reporting, we have actually already fixed that with #25, and that update will be included in a new patch of the package that will be published soon.