Dynamically rewrite items href #129
Unanswered
edrodrigues-ag
asked this question in
Q&A
Replies: 1 comment
-
@edrodrigues-ag maybe the easiest would be to create a custom https://github.com/stac-utils/stac-fastapi-pgstac/blob/main/stac_fastapi/pgstac/core.py#L140-L249 where you'll update each items 🤷 or maybe this is something that can be done with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Where is the most appropriate place to rewrite href´s of assets? I ingested some items to the database, but their references are local. I want to expose those paths in a http server, but I don´t want to hardwire the paths in the DB. Does that make sense? Thanks anyways.
Beta Was this translation helpful? Give feedback.
All reactions