Best practices for external ids? #1355
-
|
Hi!
With dedicated STAC extensions that define these properties. It's a bit cumbersome when it results in creating an extension that only adds a single external id. I would like to know if there is a more generic approach. @m-mohr I found this comment that looks related, did you create the extension you had in mind at the time? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
@vprivat-ads There's a property called "externalIds" in Records and we could use that and just make a very simple extension out of it.
I did not create anything at that time, ESA decided to just add those IDs to their EOPF extension, but I think it's time for a solution within STAC. |
Beta Was this translation helpful? Give feedback.
Hi @m-mohr, thanks a lot for creating the https://github.com/stac-extensions/external-ids! I will rework https://github.com/RS-PYTHON/cadip-stac-extension/ to use it. I wonder if you have already an example where you use the new extension?