Skip to main content

overture_core

PyPI Python versions

Shared, framework-agnostic business logic — portable job classes built on overture-serverless.

overture-stac (and its pyarrow>=16 floor via stac-geoparquet) is an optional extra. Install overture-core[stac] (quote it in shells like zsh that glob brackets: pip install 'overture-core[stac]') if you need stac.job.PublishStac or stac.catalog.build_release_catalog. stac.latest_release_job.LatestRelease only reads the STAC root catalog over HTTPS via pystac, so it works without the extra. Plain overture-core covers the cloud/iceberg/versioning/uuids/uuids_sql modules too. cloud.azure needs overture-core[azure], and cloud.aws.object.read_parquet_prefix needs a pyarrow of your choosing on the path.

maproulette/geojson/shapely are likewise behind an optional overture-core[maproulette] extra, needed only for apis.maproulette.MapRouletteClient.

Modules

Framework-agnostic helpers, each importable on its own without pulling in the job classes below.

Module Scope
uuids Pure Python, Spark-free UUID generation for any UUID version, current or future RFC.
uuids_sql SQL-string equivalents of uuids, for computing UUID columns server-side in Spark or Trino instead of round-tripping through a Python UDF.
versioning Deriving a consistent dated version string for sources that don't publish explicit version metadata.
iceberg Shared Iceberg + Sedona catalog configuration, reusable across platforms/engines.
cloud.cloud Provider-agnostic cloud helpers that don't belong to one specific vendor.
cloud.aws The home for any AWS-specific helper, built on boto3, one module per service (core for STS/IAM, object for S3, ecs, ecr, datasync, secrets, codeartifact).
cloud.azure The home for any Azure-specific helper, one module per service (object for Blob Storage). Imports azure-storage-blob lazily; install overture-core[azure] to use it.
cloud.databricks The home for any Databricks-specific helper. Prefers accepting a caller-supplied SDK client over constructing one, keeping databricks-sdk out of this package's runtime dependencies.
pypi Provider-agnostic PyPI package download/publish helpers, usable against any index.
apis Clients for third-party HTTP APIs, one module per vendor (apis.tomtom for TomTom's Map Content API, apis.maproulette for MapRoulette's project/challenge API — the latter needs overture-core[maproulette]). Anything that's not a cloud platform but still an external service belongs here.
urls Generic URL string utilities not tied to any specific service or cloud provider.
bbox Validating and safely rendering an optional bounding-box string param ("min_lon,min_lat,max_lon,max_lat", '' = full planet), shared by any entry point that accepts one.
stac.catalog STAC catalog reads/writes backing the jobs below.
data Describing a data location and its sync configuration, independent of the mechanism used to move it.
docs Automating docs-repo updates for a release, via a GitHub App.
artifacts Release artifact types (metadata, license, attribution) and the tree-search/S3 I/O to read and write them.
dataset.dataset Parsing a provider/resource JSON config into its collection/ingestion/matching sections.
dataset.schema Validating provider/resource JSON configs, including as a standalone CI check.

Jobs

  • stac.job.PublishStac: publishes the Overture STAC catalog. Two modes selected by the presence of the release param:
    • single-release (release + source_path + scratch_bucket): publish just that release, mirror scoped to stac/{release}/. Schema comes from the RC bundle's metadata.json.
    • walk (no release, requires scratch_bucket): rebuild the catalog for every release currently in the public bucket, mirror the whole stac/ prefix with delete-orphans. Schema per release comes from the existing STAC (schema:version in each catalog.json); on cache miss the job self-heals by reading schema from the released RC bundle in scratch_bucket and raises if it can't recover.
  • stac.latest_release_job.LatestRelease: reads the STAC root catalog (root_href, defaults to the prod root) and resolves the newest release ID. Read-only, HTTPS-only, no AWS credentials or S3 access needed. Stashes the result on self.latest_release for a caller that instantiates the job directly instead of going through run().

Future work

  • Bundle-owned schema accessor — when ReleaseCandidateBundle becomes publishable, move read_schema_version_from_rc_bundle onto it as resolved_schema_version(); single-release mode's schema read shrinks to one line.
  • Upstream build_release_catalog — file a PR against OvertureMaps/stac exposing this as a public API (their CLI already does the exact call sequence). When it lands, our wrapper collapses.

Release files for overture-core 0.11.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for overture-core 0.11.0
File Size Uploaded
overture_core-0.11.0.tar.gz 244.6 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for overture-core 0.11.0
File Interpreter ABI Platform
overture_core-0.11.0-py3-none-any.whl Python 3 none any Details

Total release size: 311.2 kB

Release files / overture_core-0.11.0.tar.gz

Download URL overture_core-0.11.0.tar.gz
Size 244.6 kB
Tags Source
SHA-256 checksum
How to use checksums
82bba9de86861f06ce449d1a3c3326da6b482fc2726d2ed8a6c11c9cfedca7d1
BLAKE2b-256 checksum
How to use checksums
b8be4ebde0074876c6ea9731c46dd6f7e23b1784fbd14100c1e2b15d1d7c3a6a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / overture_core-0.11.0-py3-none-any.whl

Download URL overture_core-0.11.0-py3-none-any.whl
Size 66.6 kB
Tags Python 3
SHA-256 checksum
How to use checksums
b794e51140020102f2a9299d21ab184b24e0aa1441d51a7b9212e1d46817db90
BLAKE2b-256 checksum
How to use checksums
3a6b3d4bdbb4a3597dd1466ff81bed498dc346d9baee1f800f4b2cf9b5e37649
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release history Release notifications | RSS feed

1.0.0

2 release files

0.11.2

2 release files

0.11.1

2 release files

This release

0.11.0 This release

2 release files

0.10.0

2 release files

0.9.0

2 release files

0.8.0

2 release files

0.7.1

2 release files

0.7.0

2 release files

0.6.2

2 release files

0.6.1

2 release files

0.6.0

2 release files

0.5.0

2 release files

0.4.0

2 release files

0.3.0

2 release files

0.2.0

2 release files

0.1.1

2 release files

0.1.0

2 release files

0.0.1

2 release files

0.0.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page