Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory:Rebuild
python-skyfield
generate-hipparcos.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File generate-hipparcos.sh of Package python-skyfield
#!/bin/sh # Get truncated Hipparcos catalog for testing # Truncate the Hipparcos catalog to stars with magnitude brighter than 6.6 # corresponds to last line of # https://github.com/skyfielders/python-skyfield/blob/master/builders/Makefile # but with an SSL secured URL for the source (boo#1182424) URL="https://cdsarc.cds.unistra.fr/ftp/I/239/hip_main.dat" curl "$URL" | awk -F\| '$6 <= 6.6 || $2 == 87937' | gzip -c -9 > hip_main.dat.gz
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor