Skip to content

Releases: OvertureMaps/overturemaps-py

v1.0.1

Choose a tag to compare

@lowlydba lowlydba released this 30 Jun 13:51
b9e096c

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@lowlydba lowlydba released this 01 May 15:34
f4976e7

What's Changed

❗ BREAKING CHANGES

This changes the format of the data output and may be breaking for any programmatic consumers of the data. See #118 for specific details.

Other Changes

Full Changelog: v0.20.0...v1.0.0

v0.20.0

Choose a tag to compare

@lowlydba lowlydba released this 20 Mar 18:58
16cb175

What's Changed

New Contributors

Full Changelog: v0.19.0...v0.20.0

v0.19.0

Choose a tag to compare

@danabauer danabauer released this 09 Feb 20:00
192d1ab

What's Changed

New Contributors

Full Changelog: v0.18.0...v0.19.0

v0.18.0

Choose a tag to compare

@danabauer danabauer released this 08 Dec 21:20
d200693

Hello release notes!

This is the first time we're officially publishing release notes for overturemaps-py. Below is a very long list of changes that go all the way back to the creation of the CLI.

What's new?

STAC integration

overturemaps-py now uses Overture's STAC catalog by default to speed up queries. This significantly improves download performance and automatically grabs the latest release for you.

  • --stac (default): Uses the STAC catalog for faster, more efficient queries
  • --no-stac: Falls back to reading directly from S3 without STAC

GERS UUID lookup

gers [UUID]
Look up an ID in the GERS Registry. If the feature is present in the latest release, it will download the feature and write it out in the specified format.

Command-line options:

  • -f ("geojson", "geojsonseq", "geoparquet"): output format, defaults to geojsonseq for a single feature on one line.
  • --output/-o (optional): Location of output file. When omitted output will be written to stdout.
  • --connect_timeout (optional): Socket connection timeout, in seconds. If omitted, the AWS SDK default value is used (typically 1 second).
  • --request_timeout (optional): Socket read timeouts on Windows and macOS, in seconds. If omitted, the AWS SDK default value is used (typically 3 seconds). This option is ignored on non-Windows, non-macOS systems.

The full list of changes

Contributors

Full changelog: https://github.com/OvertureMaps/overturemaps-py/commits/v0.18.0