Skip to content

update parquet and zarr media types, add others #1554

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 26, 2025

Conversation

philvarner
Copy link
Collaborator

@philvarner philvarner commented Apr 26, 2025

Related Issue(s):

Description:

  • Added new media types VND_APACHE_PARQUET and VND_ZARR with the current standard type for these format. The existing PARQUET and ZARR were retained, with a text warning about being deprecated. There's no good way in 3.10 to even document that these are now deprecated, and I both couldn't get the pattern of making it a property and adding the @deprecated annotation to work, and we'd have to add a dependency on the deprecated package.
  • Add new types: COPC and VND_PMTILES (defined in the STAC Best Practices doc). Did not add OGC 3D Tiles as there is still some uncertainty about what the media type for that should be, and it's not a common one.
  • updated multidict from yanked "6.3.2" to 6.3.3

PR Checklist:

  • Pre-commit hooks pass (run pre-commit run --all-files)
  • Tests pass (run pytest)
  • Documentation has been updated to reflect changes, if applicable
  • This PR maintains or improves overall codebase code coverage.
  • Changes are added to the CHANGELOG. See the docs for information about adding to the changelog.

Copy link

codecov bot commented Apr 26, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.42%. Comparing base (94dbcb8) to head (500b039).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1554   +/-   ##
=======================================
  Coverage   92.41%   92.42%           
=======================================
  Files          55       55           
  Lines        8364     8368    +4     
  Branches      963      963           
=======================================
+ Hits         7730     7734    +4     
  Misses        449      449           
  Partials      185      185           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@philvarner philvarner marked this pull request as ready for review April 26, 2025 11:40
@philvarner philvarner requested review from gadomski and jsignell April 26, 2025 11:40
@philvarner philvarner added this pull request to the merge queue Apr 26, 2025
Merged via the queue into stac-utils:main with commit fa00c5d Apr 26, 2025
19 checks passed
@philvarner philvarner deleted the pv/update-media-types branch April 26, 2025 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants