You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Streams large remote element files and performs batched (500-row) inserts to reduce memory usage and speed up imports. Adds basic download error handling and preserves table truncation to ensure clean, consistent imports.
Copy file name to clipboardExpand all lines: changelog.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
All notable changes to `laravel-astronomy-library` will be documented in this file.
4
4
5
+
## Version 6.7.7
6
+
7
+
Added:
8
+
9
+
- Artisan command `astronomy:updateOrbitalElements` (`src/deepskylog/AstronomyLibrary/Commands/UpdateOrbitalElements.php`): downloads JPL small-body element files (`ELEMENTS.COMET` and `ELEMENTS.NUMBR`), parses comet and asteroid orbital elements and imports them into the `CometsOrbitalElements` and `AsteroidsOrbitalElements` models. Performs epoch conversion (adds 2400000.5), truncates target tables before import, and uses batched inserts (500 rows) for performance. Includes basic error handling for download failures.
0 commit comments