Skip to content

Update to work with ABI L2 products

David Hoese requested to merge feature-abi-l2 into master

Includes reading product information from GeoSphere YAML config.

CC @csuplinski This merge request includes changes so that tile requests must use the lowercase name (what I've been calling the product "identifier"). For example using c01 instead of C01. If this is annoyingly difficult to deal with while you're doing other changes, I can update this to replicate the entire config for a uppercase version and a lowercase version of the tile products.

Also @csuplinski, the new L2 products will be named "ht" (Cloud Top Height) and "temp" (Cloud Top Temperature). These come from the variable names generated by the ABI L2 algorithm software. Their layer names for tile requests (and requesting times from the API) will look like g16_abi_radf_l2_ht. Let me know if you have any questions.

Merge request reports