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

Submission from Tech Conqueror #32

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

Eeshu-Yadav
Copy link

@Eeshu-Yadav Eeshu-Yadav commented Oct 6, 2024

added the funcionality in this project :

  1. Allow users to define the target location. Will they specify the place name, latitude and longitude, or select a location on a map?
  2. Determine when a Landsat satellite is passing over the defined target location.
  3. Enable users to select the appropriate lead time for notifications about the overpass time and the method of notification.
  4. Display a 3x3 grid including a total of 9 Landsat pixels centered on the user-defined location (target pixel).
  5. Determine which Landsat scene contains the target pixel using the Worldwide Reference System-2 (WRS-2) and display the Landsat scene extent on a map.
  6. Allow users to set a threshold for cloud coverage (e.g., only return data with less than 15% land cloud cover).
  7. Permit users to specify whether they want access to only the most recent Landsat acquisition or acquisitions spanning a particular time span.
  8. Acquire scene metadata such as acquisition satellite, date, time, latitude/longitude, Worldwide Reference System path and row, percent cloud cover, and image quality.
  9. Access and acquire Landsat SR data values (and possibly display the surface temperature data from the thermal infrared bands) for the target pixel by leveraging cloud data catalogs and existing applications.
  10. Display a graph of the Landsat SR data along the spectrum (i.e., the spectral signature) in addition to scene metadata.
  11. Allow users to download or share data in a useful format (e.g., csv).

Video Link : https://drive.google.com/file/d/14WszRTR79pjZ1ij8GE1oSZXsH2cUwJ5n/view

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

Successfully merging this pull request may close these issues.

2 participants