Skip to content
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

Harvest geospatial and temporal information into top-level dataset #2

Closed
LucaCinquini opened this issue Sep 4, 2012 · 2 comments
Closed
Assignees
Labels
Milestone

Comments

@LucaCinquini
Copy link
Member

To enable geospatial and temporal queries for datasets, that information needs to be harvested into the top-level dataset metadata. Currently, the CMIP5 THREDDS catalogs produced by the publisher only store geo/temporal information at the aggregation level (where it is correctly harvested). That information needs to be passed up from the aggregations to the top-level dataset.

@LucaCinquini
Copy link
Member Author

Implemented as part of the summary metadata that is collected while parsing the full dataset hierarchy within a THREDDS catalog. For example, the following information is written into the top-level dataset:

"datetime_start"=2002-09-16T00:00:00Z
"datetime_stop"=2011-05-16T12:00:00Z
"east_degrees"=359.5
"north_degrees"=89.5
"south_degrees"=89.5
"west_degrees"=0.5

@LucaCinquini
Copy link
Member Author

Note: in order for this information to be made available at an Index Node, the following actions are necessary:

o Update the Index Node software to the latest version
o Re-crawl the full hierarchy of THREDDS catalogs for all participating Data Nodes)

No Solr schema change is necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant