Skip to content

B612-Asteroid-Institute/mpc_obscodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mpc_obscodes: Minor Planet Center Observatory Codes File

A Python package by the Asteroid Institute, a program of the B612 Foundation

Python 3.7+ PyPI version PyPi downloads
Build and Test Build, Test, & Publish Compare Upstream

This package ships the Minor Planet Center's file of observatory codes and their geodetic coordinates.

This is not an official MPC package. It is an automatically generated mirror of the file so that it is installable via pip.

Every night at around 2:15 AM UTC, the MPC observatory code file is downloaded and compared (via md5 checksum) to the current version of this package. If the checksums are different, a new package will be published.

Installation

The latest version of the file can be install via pip:
pip install mpc-obscodes

Usage

import pandas as pd
from mpc_obscodes import mpc_obscodes

obscodes = pd.read_json(mpc_obscodes, orient="index")

Acknowledgment

This research has made use of data and/or services provided by the International Astronomical Union's Minor Planet Center.

See the Minor Planet Center's website for more details.

About

Minor Planet Center's Observatory Codes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages