Closed
Description
Some outstanding fixes for the geomap utility refactor #137
- documentation
- remove full flag
- cross files
-
- zip -> county : population weighted
-
- zip -> fips : population weighted
-
- zip -> hrr : unweighted
-
- county -> state : unweighted
-
- county -> msa : unweighted
-
- county -> megacounty
-
- fips -> hrr
-
- zip -> state
-
- zip -> msa
-
- state code -> hhs region number
-
- state code -> us national
- rethink nan handling. In many to many mappings (like zip to fips), we zero-fill nans in the aggregation step. This conflicts with smoothing, where it would best to distinguish between true zeros and zero filled nans.
-
- Update: no better solution found than to zero-fill when aggregating.