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 support for reading and visualizing PACE data #20

Merged
merged 5 commits into from
May 5, 2024
Merged

Add support for reading and visualizing PACE data #20

merged 5 commits into from
May 5, 2024

Conversation

giswqs
Copy link
Member

@giswqs giswqs commented May 5, 2024

import hypercoast
filepath = "data/PACE_OCI.20240423T184658.L2.OC_AOP.V1_0_0.NRT.nc"
dataset = hypercoast.read_pace(filepath)
hypercoast.viz_pace(dataset, wavelengths=[500, 600, 700, 800], ncols=2)

image

Copy link

github-actions bot commented May 5, 2024

@github-actions github-actions bot temporarily deployed to pull request May 5, 2024 18:07 Inactive
@giswqs
Copy link
Member Author

giswqs commented May 5, 2024

Add projection.

import hypercoast
filepath = "data/PACE_OCI.20240423T184658.L2.OC_AOP.V1_0_0.NRT.nc"
dataset = hypercoast.read_pace(filepath)
hypercoast.viz_pace(dataset, wavelengths=[500, 510, 520, 530], ncols=2, crs="default")

image

@github-actions github-actions bot temporarily deployed to pull request May 5, 2024 20:44 Inactive
@github-actions github-actions bot temporarily deployed to pull request May 5, 2024 22:15 Inactive
@giswqs giswqs merged commit 41987d1 into main May 5, 2024
10 checks passed
@giswqs giswqs deleted the pace branch May 5, 2024 22:16
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