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 filter_pace function #21

Merged
merged 2 commits into from
May 6, 2024
Merged

Add filter_pace function #21

merged 2 commits into from
May 6, 2024

Conversation

giswqs
Copy link
Member

@giswqs giswqs commented May 6, 2024

import hypercoast
filepath = "data/PACE_OCI.20240423T184658.L2.OC_AOP.V1_0_0.NRT.nc"
dataset = hypercoast.read_pace(filepath)

latitude = 25.493961 #(25.49, 25.50)
longitude = -91.25617 #(-92, -91.055)
hypercoast.filter_pace(dataset, latitude, longitude, return_plot=True)

image

Copy link

github-actions bot commented May 6, 2024

@github-actions github-actions bot temporarily deployed to pull request May 6, 2024 21:10 Inactive
@giswqs
Copy link
Member Author

giswqs commented May 6, 2024

latitude = (25.49, 25.50)
longitude = (-92, -91.055)
hypercoast.filter_pace(dataset, latitude, longitude, return_plot=True)

image

@github-actions github-actions bot temporarily deployed to pull request May 6, 2024 21:23 Inactive
@giswqs giswqs merged commit 64d306b into main May 6, 2024
10 checks passed
@giswqs giswqs deleted the spectral branch May 6, 2024 21:24
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