-
Notifications
You must be signed in to change notification settings - Fork 17
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
Extent Viewer for collections #63
Comments
Here I gave it a shot. I tested it with a couple of collections on our Eurac Backend and it worked nicely.
|
I had initially some mapview / leaflet features included, e.g. https://github.com/Open-EO/openeo-r-client/blob/feature/mapview_integration/R/map-functions.R. I removed them, because of the additional dependencies. Also it is not sure that all user want to use |
Ah right, forgot about that branch. Sorry. Fully understand the dependency issue. On the other hand, the interaction with mapview/mapedit and openEO creates a nice user experience. We can think about how to make this available to the user.
Then the user can decide to use it in
|
This could fail for bboxes which include a z-axis. Then the 3rd and 6th element are for z and you need to use the 1st, 2nd, 4th and 5th elements. |
as a workaround, have you considered limiting the dependency to this fun with
|
Nice solution! We're still thinking about how to include mapview and other packages with more dependencies into the openeo package without overloading it. |
Another convenience function would be to have a function like
view_extent(collection_name)
. It could take the coordinates from the metadata and create a mapview for example. Would be helpful for researchers when prototyping so that they don't select regions outside of the bounding box of the collection. This would reduce the possible error source of going out of extent.The text was updated successfully, but these errors were encountered: