Export DAMIT
Tables
The following DAMIT tables can be exported into a plaintext CSV file. The character encoding is UTF-8 and the files contain the byte order mark (see https://en.wikipedia.org/wiki/Byte_order_mark).
- Asteroid (asteroids)
- Model (asteroid_models)
- Tumbler (tumblers)
- Reference (references)
- Models – References (asteroid_models_references)
- References – Tumblers (references_tumblers)
Complete DAMIT
Latest export
You can always get the latest DAMIT export by accessing the URL https://astro.troja.mff.cuni.cz/projects/damit/exports/complete/latest.
All available exports (sorted from newest to oldest)
- damit-20210123T010301Z.tar.gz (686.21 MB)
- damit-20210101T010302Z.tar.gz (684.99 MB)
- damit-20201201T010301Z.tar.gz (684.76 MB)
- damit-20201101T010301Z.tar.gz (684.60 MB)
- damit-20201001T000301Z.tar.gz (559.34 MB)
- damit-20200901T000301Z.tar.gz (558.16 MB)
- damit-20200801T000301Z.tar.gz (558.25 MB)
- damit-20200701T000301Z.tar.gz (558.18 MB)
- damit-20200601T000301Z.tar.gz (558.19 MB)
- damit-20200501T000301Z.tar.gz (557.92 MB)
- damit-20200401T000301Z.tar.gz (557.88 MB)
- damit-20200301T010301Z.tar.gz (557.88 MB)
- damit-20200211T010301Z.tar.gz (552.91 MB)
Complete DAMIT export directory structure
/damit-20161009T213745Z/ (root directory with a timestamp) │ ├ /files/ (related files) │ ├ /asteroid_101/ (asteroid with ID = 101) │ │ ├ lc.json │ │ ├ lc.ref.csv │ │ ├ lc.ref.txt │ │ ├ lc.txt │ │ ├ ... │ │ ├ /model_123/ (model with ID = 123) │ │ │ ├ shape.txt │ │ │ ├ shape.png │ │ │ ├ IAUspin.txt │ │ │ └ ... │ │ ├ /model_124/ (model with ID = 124) │ │ │ └ ... │ │ └ /tumbler_543/ (tumbler with ID = 543) │ │ └ ... │ ├ /asteroid_102/ (asteroid with ID = 102) │ │ └ ... │ └ ... └ /tables/ (DAMIT tables exported into CSV) ├ asteroids.csv ├ asteroid_models.csv ├ tumblers.csv ├ references.csv └ ...