This project provides several datasets in GeoJSON and GeoPackage format of celestial objects as of J2000 epoch.
The original files were provided on the d3-celestial plugin (Frohn 2015) under BSD 3-Clause. The datasets produced on this project consists on the same data provided on d3-celestial plugin processed with the R package sf (Pebesma 2018) to ensure its validity:
-
The spatial data objects are bounded to \([-180, -90, 180, 90]\).
-
Date is provided on WGS84 - World Geodetic System 1984 (EPSG:4326).
-
All geometries valid as per ST_IsValid (GEOS 3.9.3).
Distribution
The data can be accessed from several API endpoints:
<!-- From GitHub -->
https://raw.githubusercontent.com/dieghernan/celestial_data/main/data/mw.min.geojson
<!-- From the Website -->
https://dieghernan.github.io/celestial_data/data/mw.min.geojson
<!-- From jsDelivr -->
https://cdn.jsdelivr.net/gh/dieghernan/celestial_data@main/data/mw.min.geojson
Data
Data is provided in GeoJSON (*.geojson) and GeoPackage (*.gpkg) format.
Additionally, for GeoJSON formats a minified version (*.min.geojson) is
also provided.
The data source can be found on the corresponding GitHub repo.
List of files provided
asterisms.geojsonasterisms.gpkgasterisms.min.geojsonconstellations.borders.cn.geojsonconstellations.borders.cn.gpkgconstellations.borders.cn.min.geojsonconstellations.borders.geojsonconstellations.borders.gpkgconstellations.borders.min.geojsonconstellations.bounds.cn.geojsonconstellations.bounds.cn.gpkgconstellations.bounds.cn.min.geojsonconstellations.bounds.geojsonconstellations.bounds.gpkgconstellations.bounds.min.geojsonconstellations.cn.csvconstellations.cn.geojsonconstellations.cn.gpkgconstellations.cn.min.geojsonconstellations.csvconstellations.geojsonconstellations.gpkgconstellations.lines.cn.geojsonconstellations.lines.cn.gpkgconstellations.lines.cn.min.geojsonconstellations.lines.geojsonconstellations.lines.gpkgconstellations.lines.min.geojsonconstellations.min.geojsondsonames.cn.csvdsonames.csvdsos.14.geojsondsos.14.gpkgdsos.14.min.geojsondsos.20.geojsondsos.20.gpkgdsos.20.min.geojsondsos.6.geojsondsos.6.gpkgdsos.6.min.geojsondsos.bright.geojsondsos.bright.gpkgdsos.bright.min.geojsonlg.geojsonlg.gpkglg.min.geojsonmessier.geojsonmessier.gpkgmessier.min.geojsonmw.geojsonmw.gpkgmw.min.geojsonstarnames.cn.csvstarnames.csvstars.14.geojsonstars.14.gpkgstars.14.min.geojsonstars.6.geojsonstars.6.gpkgstars.6.min.geojsonstars.8.geojsonstars.8.gpkgstars.8.min.geojson
See additional details on Data Description.
Citation
Please cite these datasets as:
Frohn, O., & Hernangómez, D. (2023). Celestial Data [Data set]. https://doi.org/10.5281/zenodo.7561601
A BibTeX entry:
@misc{frohnhernangomez:2023,
title = {Celestial Data},
author = {Olaf Frohn and Diego Hernangómez},
year = 2023,
doi = {10.5281/zenodo.7561601},
url = {https://dieghernan.github.io/celestial_data/},
}
References
Frohn, Olaf. 2015. “d3-celestial” https://github.com/ofrohn/d3-celestial/.
Pebesma, Edzer. 2018. “Simple Features for R: Standardized Support for Spatial Vector Data.” The R Journal 10 (1): 439446. https://doi.org/10.32614/RJ-2018-009.