USACE / cumulus

Cumulus project issue tracking and project planning
MIT License
3 stars 2 forks source link

[FEATURE REQUEST]: Add RFC Data Extents #378

Closed FHanbali closed 10 months ago

FHanbali commented 11 months ago

Feature Request Type

Is your feature request related to a problem? Please describe.

RFCs Areas of Responsibilities were originally added to Cumulus as summarized in the following issue: https://github.com/USACE/cumulus/issues/277 and using the polygon shapefile from the following source: https://www.weather.gov/gis/RFCBounds

However, the RFC data extents are actually beyond the Areas of Responsibilities polygons as shown in the following image: image

The actual RFC data extents are really useful for Cumulus downloads to see approaching weather systems.

Describe the solution you'd like

Suggest renaming the currently implemented RFC download extents in Cumulus to "NOAA-NWS-RFC-AOR", i.e. Area of Responsibility.

Then please add the attached RFC data extents as a new download extents option called "NOAA-NWS-RFC" RFC_Extents.zip

image

adamscarberry commented 11 months ago

@FHanbali Is there a point to having both sets of extents? If we really just use RFC extents to test RFC products, we should modify the existing RFC watersheds already in Cumulus...agree?

FHanbali commented 11 months ago

That's fine @adamscarberry , would be better to have only the full data extents from each RFC. And there is the flexibility for for folks to get more clipped extents to their desired watersheds, and hopefully soon using user-specified shapefiles.

adamscarberry commented 10 months ago

New extents below for migration.

ABRFC

xmin = -970000 xmax = 471700 ymin = 1035600 ymax = 1880000

APRFC

New watershed not already in Cumulus xmin = -3310000 xmax = -1840000 ymin = 3969900 ymax = 6108000

CBRFC

xmin = -1992000 xmax = -486000 ymin = 894000 ymax = 2522000

CNRFC

xmin = -2452000 xmax = -1404000 ymin = 1134000 ymax = 2684000

LMRFC

xmin = -282000 xmax = 1706000 ymin = 326200 ymax = 2322000

MARFC

xmin = 1087500 xmax = 2138600 ymin = 1505800 ymax = 2570200

MBRFC

xmin = -1468000 xmax = 793300 ymin = 1464900 ymax = 3115900

NCRFC

xmin = -836562 xmax = 1351600 ymin = 1381207 ymax = 3206311

NERFC

xmin = 1300000 xmax = 2374100 ymin = 1996000 ymax = 3222000

NWRFC

xmin = -2404000 xmax = -950000 ymin = 2010200 ymax = 3595900

OHRFC

xmin = 531800 xmax = 1603000 ymin = 1292700 ymax = 2530500

SERFC

xmin = 447000 xmax = 2124600 ymin = 173800 ymax = 2068300

WGRFC

xmin = -1333700 xmax = 505300 ymin = 102800 ymax = 1810800

adamscarberry commented 10 months ago

Example update for MARFC:

Before: image

After: image

adamscarberry commented 10 months ago
adamscarberry commented 10 months ago

completed and deployed