-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi!
I'm seeing a few dozen counties with missing data post aggregation (even though the raw data I am using has complete data) when I aggregate by population weights. Here is a map of counties in the US which are missing. Happy to send you a list of fips codes too, but as you can see they are mainly counties along the water. Does stagg give an NA even if there is a single grid cell with for eg. an NA population value (if grid cell is fully in the water for eg)? Maybe we can ignore those cells and simply aggregate over the rest? Not sure if that's already implemented and something else is going on here.
P.S there's also a few in Hawaii which are not pictured above. Some FIPS include: {'12015', '12045', '12075', '12087', '12089', '13039', '13127', '13179', '13191', '15001', '15003', '15007', '17031', '17097', '2013', '2016', '2050', '2070', '2122', '2130', '2150', '2158', '2164', '2180', '2185', ..., '69100', '69110', '69120', '72097', '78010'}
Thanks again!!
Youg