Simple, Powerful, Easy
Program ini digunakan untuk mengkonversi dan men-generate data tabular csv ke binary atau ke file Kotlin 2 dimensi (Array< DoubleArray >), data tabular biasanya untuk keperluan kalkulasi data Ephemeris seperti VSOP87D & ELPMPP02 atau keperluan lain.
- Konversi data tabular csv ke file format biner 2 dimensi (binary .bin) Array< DoubleArray >
- Konversi data tabular csv ke file Kotlin 2 dimensi (Array< DoubleArray >)
Jika Anda ingin berkontribusi, silahkan menggarpu (Fork) repositori ini, clone ke local machine, buat perubahan, push ke repositori fork, kirim pull request ke repositori ini
Warning
Jika Anda ingin menyalin, memodifikasi, dan atau mendistribusikan ulang program ini, harap mematuhi ketentuan lisensi dari program ini.
csv2binary
Copyright (C) 2024 Andi Hasan Ashari
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Report to us if anyone violates the terms of the License, either by creating issues or writing to us directly.