{"id":38512030,"url":"https://github.com/b612-asteroid-institute/mpc_obscodes","last_synced_at":"2026-01-17T06:22:58.959Z","repository":{"id":81967881,"uuid":"606269939","full_name":"B612-Asteroid-Institute/mpc_obscodes","owner":"B612-Asteroid-Institute","description":"Minor Planet Center's Observatory Codes","archived":false,"fork":false,"pushed_at":"2025-04-22T15:36:10.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-09-09T13:37:06.897Z","etag":null,"topics":["data-package"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/B612-Asteroid-Institute.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-02-25T01:51:31.000Z","updated_at":"2025-04-22T15:36:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"efe71bae-9304-4bb0-b29d-ffd4de87ff2a","html_url":"https://github.com/B612-Asteroid-Institute/mpc_obscodes","commit_stats":{"total_commits":18,"total_committers":2,"mean_commits":9.0,"dds":0.2222222222222222,"last_synced_commit":"5f128393771409c972ba40d279817dde493c4211"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/B612-Asteroid-Institute/mpc_obscodes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/B612-Asteroid-Institute%2Fmpc_obscodes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/B612-Asteroid-Institute%2Fmpc_obscodes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/B612-Asteroid-Institute%2Fmpc_obscodes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/B612-Asteroid-Institute%2Fmpc_obscodes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/B612-Asteroid-Institute","download_url":"https://codeload.github.com/B612-Asteroid-Institute/mpc_obscodes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/B612-Asteroid-Institute%2Fmpc_obscodes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28502211,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T04:31:57.058Z","status":"ssl_error","status_checked_at":"2026-01-17T04:31:45.816Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-package"],"created_at":"2026-01-17T06:22:58.842Z","updated_at":"2026-01-17T06:22:58.935Z","avatar_url":"https://github.com/B612-Asteroid-Institute.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mpc_obscodes: Minor Planet Center Observatory Codes File\n#### A Python package by the Asteroid Institute, a program of the B612 Foundation\n\n[![Python 3.7+](https://img.shields.io/badge/Python-3.7%2B-blue)](https://img.shields.io/badge/Python-3.7%2B-blue)\n[![PyPI version](https://img.shields.io/pypi/v/mpc-obscodes)](https://img.shields.io/pypi/v/mpc-obscodes)\n[![PyPi downloads](https://img.shields.io/pypi/dm/mpc-obscodes)](https://img.shields.io/pypi/dm/mpc-obscodes)  \n[![Build and Test](https://github.com/B612-Asteroid-Institute/mpc_obscodes/actions/workflows/build_test.yml/badge.svg)](https://github.com/B612-Asteroid-Institute/mpc_obscodes/actions/workflows/build_test.yml)\n[![Build, Test, \u0026 Publish](https://github.com/B612-Asteroid-Institute/mpc_obscodes/actions/workflows/build_test_publish.yml/badge.svg)](https://github.com/B612-Asteroid-Institute/mpc_obscodes/actions/workflows/build_test_publish.yml)\n[![Compare Upstream](https://github.com/B612-Asteroid-Institute/mpc_obscodes/actions/workflows/compare_upstream.yml/badge.svg)](https://github.com/B612-Asteroid-Institute/mpc_obscodes/actions/workflows/compare_upstream.yml)  \n\nThis package ships the Minor Planet Center's [file](https://minorplanetcenter.net/Extended_Files/obscodes_extended.json.gz) of observatory codes and their geodetic coordinates.\n\n**This is not an official MPC package**. It is an automatically generated mirror of the file so that it is\ninstallable via `pip`.\n\nEvery 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.\n\n## Installation\n\nThe latest version of the file can be install via pip:  \n`pip install mpc-obscodes`\n\n## Usage\n```python\nimport pandas as pd\nfrom mpc_obscodes import mpc_obscodes\n\nobscodes = pd.read_json(mpc_obscodes, orient=\"index\")\n```\n\n## Acknowledgment\n\nThis research has made use of data and/or services provided by the International Astronomical Union's Minor Planet Center.\n\nSee the Minor Planet Center's [website](https://cgi.minorplanetcenter.net/) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb612-asteroid-institute%2Fmpc_obscodes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fb612-asteroid-institute%2Fmpc_obscodes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb612-asteroid-institute%2Fmpc_obscodes/lists"}