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

FOV of CONUS scan data #4

Closed
zxdawn opened this issue Jul 26, 2021 · 3 comments
Closed

FOV of CONUS scan data #4

zxdawn opened this issue Jul 26, 2021 · 3 comments

Comments

@zxdawn
Copy link

zxdawn commented Jul 26, 2021

The field_of_view still gets the Full Disk FOV when the input is the CONUS data.

import xarray as xr
from glob import glob
from goes2go.tools import field_of_view

ds_abi = xr.open_dataset(glob('../data/GOES-16/ABI_L1/OR_ABI-L1b-RadC-M6C13_G16_s2020153000*')[0])
FOV_abi, geo_abi = field_of_view(ds_abi)

display(FOV_abi)

image

@blaylockbk
Copy link
Owner

yeah, this is something that could be enhanced. Right now, my intent was just to shows the satellite's field of view no matter the domain. But the ability to produce polygons of the CONUS and Mesoscale sector domains would be a useful feature I'll consider.

@blaylockbk
Copy link
Owner

I updated the field_of_fiew function to produce both a polygon for the full field of view of the ABI instrument and a domain of the ABI scan for the specific domain.

image
image
image

@zxdawn
Copy link
Author

zxdawn commented Aug 19, 2021

Thanks for the nice update!

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

2 participants