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

Add method to update a collection extent based on contained items #145

Closed
lossyrob opened this issue Aug 17, 2020 · 1 comment
Closed

Add method to update a collection extent based on contained items #145

lossyrob opened this issue Aug 17, 2020 · 1 comment

Comments

@lossyrob
Copy link
Member

Create a method on Collection that updates the spatial and temporal extent based on the properties of the items that are contained by the collection. This method should iterate through all the items of the collection, compute the minimum bounding box and time interval that covers all the items, and sets them as the spatial and temporal extent of the collection.

@lossyrob
Copy link
Member Author

Implemented in #168

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

No branches or pull requests

1 participant