NeighborhoodInfoDC / General

General purpose data sets and formats
0 stars 0 forks source link

Create $ctym15f format and close #19 #20

Closed ptatian closed 6 years ago

ptatian commented 6 years ago

@lhendey @rpitingolo Added $ctym15f format to General format catalog, which can be used to remap 5-digit state/county codes to 2015 Washington metro. Returns '47900' if county is in metro and blank '' otherwise. Example,

** Keep records for counties in Washington metro **;
if put( ucouncd, $ctym15f. ) = '47900';

We have similar formats for other metro defs so thought it would make sense to just add this one.