这两天开始用WebGL撸一个星图App,要用到各种星表数据。
BSC = Yale Bright Star Catalogue(http://en.wikipedia.org/wiki/Bright_Star_Catalogue) = 亮星星表(http://zh.wikipedia.org/wiki/%E4%BA%AE%E6%98%9F%E6%98%9F%E8%A1%A8)
内含所有视星等6.5以上恒星的数据,基本上就是人类的狗眼能看到的所有恒星了。
这种冷门的东西不用多说,需要用到的时候自然就都懂的。
用Node.Js撸了一个转换脚本,读取星表数据,并可以转换为任意格式(需要自己写underscore template,内置一个简单的json template)
Markdown格式化后的BSC第五版Readme:
https://github.com/akfish/Universe/tree/master/data/catalog/bsc转换脚本的Readme:
https://github.com/akfish/Universe/tree/master/data/catalog/bsc/convertor