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

Display lat/lon on Explore basemap #612

Closed
jerikac opened this issue Aug 11, 2023 · 8 comments
Closed

Display lat/lon on Explore basemap #612

jerikac opened this issue Aug 11, 2023 · 8 comments
Assignees

Comments

@jerikac
Copy link

jerikac commented Aug 11, 2023

High priority ask from EMIT team. The ask is to implement the ability to see the lat/lon coordinates at any given location on the basemap that the cursor hovers/clicks over. Open to discussion on how this is displayed to the user (hover window vs at the bottom of the map, etc.). This is not specific to a dataset.

image

@aboydnw aboydnw transferred this issue from US-GHG-Center/veda-config-ghg Aug 14, 2023
@aboydnw
Copy link
Contributor

aboydnw commented Aug 14, 2023

@jerikac @deborahUAH @Jeanne-le-Roux can you add this to the Release 1 Schedule spreadsheet, add a priority and rank appropriately? That will help us prioritize against all the other issues

@aboydnw
Copy link
Contributor

aboydnw commented Aug 14, 2023

We should also take this into consideration for the updates exploration view @ricardoduplos @danielfdsilva

@hanbyul-here
Copy link
Collaborator

hanbyul-here commented Aug 14, 2023

Can I ask what the use case for this feature is? I am unfamiliar with the scientist's workflow and would like to know how the coordinate of hovered spot can be used.

@danielfdsilva danielfdsilva self-assigned this Aug 15, 2023
@Jeanne-le-Roux
Copy link

Most scientists will want to know the precise lat/long location of a feature they are looking at on a map for any dataset. In the case of EMIT data, scientists want to be able to pinpoint the exact source of the methane plume and understand the environment around it. Getting a quick lat/long is easier than zooming in/out to understand where they are on the map. Even if they have context of where they are on the globe, they will still want to be able to get precise coordinates.

@aboydnw
Copy link
Contributor

aboydnw commented Aug 15, 2023

Thanks @Jeanne-le-Roux I think the question still remains of "what next" which is a good go-to question to ask for these sorts of requests. What do scientists need this information for and what do they plan to do with it? There have been many requests for "contextual information" from the EMIT team and figuring out which ones to implement and how to implement them will likely depend on this "what next" question.

@Jeanne-le-Roux
Copy link

Jeanne-le-Roux commented Aug 15, 2023

I see what you're saying. For EMIT and similar data, one next step could be plugging the lat/long into Google Earth to toggle through the high-resolution basemap layers over time to better understand the source of the methane emission and determine whether it's a false positive. The coordinate information could also be used as an input for some sort of analysis in a notebook environment involving one or multiple layers of data. If a user is already in the middle of doing a data analysis in a GIS environment, and is looking at the GHG Center for supplemental information, I could see the user using the coordinates to precisely navigate to the same location in their GIS environment, so they could look at both sources of information at the same time. These next steps are not unique to just EMIT data so I see it being a generally useful feature, similar to the scale bar.

@aboydnw
Copy link
Contributor

aboydnw commented Aug 15, 2023

Sounds good, thanks Jeanne. This helps us develop a solution where people can copy and paste and not have to worry about the lat/lon coordinates changing when they move their mouse. Daniel has a fix coming.

@j08lue
Copy link
Contributor

j08lue commented Aug 18, 2023

@danielfdsilva and @aboydnw, I take it you have been discussing the pros and cons of

  1. pointer lat/lon - user cannot copy values because moving the cursor changes the position, probably more touch-friendly?
  2. map center lat/lon - perhaps less intuitive for GIS software users, harder to point to the location

On the current implementation (map center), we got the feedback that for GHG use case 3 (plume exploration - where is the plume, how large is it, etc), map center coordinates are less relevant than mouse cursor location.

We can consider this for a future revision and also a possible custom UI for plume exploration.

We can keep the feature as it is for the first GHG Center release.

Btw, we also got acknowledgment and thanks for the fast turnaround!

danielfdsilva added a commit that referenced this issue Aug 18, 2023
# Changelog

## 🎉 Features
- Add scalebar control
(#614)
- Add data layer visibility toggle control
(#619)
- Add center coordinate control
(#612)
- Add tiler URL control
(#594)

## 🚀 Improvements
- Include dataset title in analysis checkbox
(#611)
- Add coastline to basemap
(#621)

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

No branches or pull requests

6 participants