asdf-coordinates-schemas
ASDF schemas for coordinates
What it is and what it does
asdf-coordinates-schemas is a schema registry package for the ASDF (Advanced Scientific Data Format) ecosystem, providing validation rules for coordinate-related data tags. It is not designed for direct installation by end users; instead, it serves as a dependency for higher-level astronomy packages like asdf-astropy that need to validate and serialize coordinate data.
The package depends on asdf and asdf-standard, and its schemas are automatically registered when those packages load it. It supports current Python versions (3.10+) and is actively maintained. Most developers will encounter it indirectly through astronomy packages rather than installing it explicitly.
Use it for:
- Validating coordinate data serialized in ASDF format within astronomy pipelines
- Ensuring coordinate tag compliance when building asdf-astropy or similar astronomy packages
- Extending ASDF schema support for coordinate-heavy scientific data workflows
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides ASDF schemas for validating coordinate data structures, designed as a dependency for higher-level astronomy packages rather than direct end-user installation.
No, unless you are developing an ASDF-based astronomy package or explicitly need coordinate schema validation. The package is designed as a transitive dependency and the description explicitly recommends installing implementation packages like asdf-astropy instead. Direct installation is unnecessary for end users.
Install
asdf-coordinates-schemas on PyPI
pip
pip install asdf-coordinates-schemasuv
uv add asdf-coordinates-schemaspoetry
poetry add asdf-coordinates-schemasInstalling asdf-coordinates-schemas
Before you install
Low install friction with a pure-Python wheel. Actively maintained with recent commits and stable production status, though typically installed transitively through packages like asdf-astropy rather than directly.
Quickstart
# Typically installed as a transitive dependency
# Direct use is uncommon; schemas are loaded by asdf and asdf-standard
import asdf
# Coordinate schemas are registered automatically when asdf-coordinates-schemas is present
Requires Python >= 3.10; intended for use within asdf-based workflows, not standalone
Verify before relying
- Whether the package's license is truly unspecified or if it inherits from asdf or asdf-standard
- Whether direct installation is ever necessary outside of development workflows
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — asdf, asdf-standard |
| Maintenance | actively maintained — 190 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 216,043/month — #9,387 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: asdf_coordinates_schemas-0.5.1-py3-none-any.whl
Tags
More Astronomy packages
Albumentations applies image transformations to…
permissive · top 5,000 on PyPI
convertdateConverts dates between the Gregorian calendar…
permissive · top 5,000 on PyPI
jdcalConverts between Julian dates and Gregorian or…
permissive · top 5,000 on PyPI
pyerfaPyERFA wraps the ERFA C library (Essential…
permissive · top 5,000 on PyPI
PyMeeusPyMeeus implements astronomical algorithms from…
copyleft · top 5,000 on PyPI
ephemPyEphem computes high-precision positions of…
permissive · top 5,000 on PyPI
asdf-transform-schemasProvides ASDF schemas for validating transform…
unclear · top 15,000 on PyPI
asdf-wcs-schemasProvides ASDF schemas for validating World…
unclear · top 15,000 on PyPI
asdf-standardProvides the ASDF (Advanced Scientific Data…
unclear · top 15,000 on PyPI
asdf-astropyProvides ASDF serialization plugins for astropy…
unclear · top 15,000 on PyPI
asdfASDF is a Python implementation of the Advanced…
unclear · top 15,000 on PyPI
gwcsGWCS provides tools for managing World…
unclear · top 15,000 on PyPI
regionsRegions provides tools for defining,…
permissive · top 15,000 on PyPI
xarrayxarray adds dimension, coordinate, and…
permissive · top 5,000 on PyPI
pydantic-geojsonProvides Pydantic-based type-safe validation…
permissive · top 15,000 on PyPI
lat-lon-parserParses latitude-longitude coordinate strings in…
permissive · top 15,000 on PyPI