Skip to content

geomap refactor refactor #215

Closed
Closed
@dshemetov

Description

@dshemetov

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.

Metadata

Metadata

Assignees

Labels

refactorLong-term projects to revise existing machinery

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions