-
Notifications
You must be signed in to change notification settings - Fork 1
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
Search filter for stac collection and item level #5
Comments
Yes, I believe we created a flag in geocore to indicate the "source system". For example, we currently only have FGP datasets but can have other systems like STAC. |
Great! I found the 'sourceSystemName' in the geocore template. For STAC, maybe we can have it as STAC-catalog, STAC-collection, and STAC-item? |
I would write something like 'CCMEO Datacube STAC - XX'. Where XX is either catalog, collection or item. On the UI side, we can then use regular expression to capture that it is from a 'STAC' |
I noticed that the current GeoCore on geo.ca does not have the field 'sourceSystemName', see an example. I also checked @indiciumx's documentation about GeoCore format, and the 'sourceSystemName' is not included. Can I get some help on the format of this field? Is it a string formatted as 'en; fr'? |
Or, we can use the 'environmentDescription' field to distinguish FGP HNAP and STAC records? Something like 'environmentDescription': 'en; fr'? |
This is a feedback from the Tuesday demo related to the geo.ca search. When a user searches for a STAC record on geo.ca, the user can turn a filter so that it only shows the collection level results or item level results. @bo-lu any suggestions?
The text was updated successfully, but these errors were encountered: