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

Improve support for visualizing EMIT data #10

Merged
merged 1 commit into from
Apr 20, 2024
Merged

Improve support for visualizing EMIT data #10

merged 1 commit into from
Apr 20, 2024

Conversation

giswqs
Copy link
Member

@giswqs giswqs commented Apr 20, 2024

This PR adds the Map.add_emit() method.

import hypercoast
m = hypercoast.Map()
m.add_basemap('SATELLITE')
fp = "data/EMIT_L2A_RFL_001_20220903T163129_2224611_012.nc"
m.add_emit(fp, wavelengths=[500, 600, 1000], indexes=[3, 2, 1], layer_name="Reflectance")
m

image

Copy link

@github-actions github-actions bot temporarily deployed to pull request April 20, 2024 16:52 Inactive
@giswqs giswqs merged commit 62ad757 into main Apr 20, 2024
10 checks passed
@giswqs giswqs deleted the emit branch April 20, 2024 17:30
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.

1 participant