/*!
* ICGEM data source: spherical harmonic gravity models from
* the International Centre for Global Earth Models (icgem.gfz.de).
*
* Supports Earth and celestial bodies (Moon, Mars, Venus, Ceres, plus
* arbitrary bodies via `ICGEMBody::Other`). Models are listed via cached
* index files and downloaded on demand into `$BRAHE_CACHE/icgem/`.
*/
pub use ICGEMBody;
pub use download_icgem_model;
pub use ;