Skip to content

Command line tool that turns Census Bureau 11-digit 2010 Census Tract GEOID numbers into NYC BCT (Borough-Census Tract) numbers. For easier joining with parcel and other data from NYC Government Agencies. Currently just creates a new column in your CSV and adds the BCT2010. Mostly created for practice (learn to work with CSVs, use argparse, etc)

Notifications You must be signed in to change notification settings

daniel-burton/geoid_bct2010_converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

This command line tool converts an 11-digit census tract GEOID into a 7-digit NYC Department of City Planning borough-tract number (BCT2010).
To add: 
  -census block option
  -option to put BCT in far left column for better joins
  -other?

About

Command line tool that turns Census Bureau 11-digit 2010 Census Tract GEOID numbers into NYC BCT (Borough-Census Tract) numbers. For easier joining with parcel and other data from NYC Government Agencies. Currently just creates a new column in your CSV and adds the BCT2010. Mostly created for practice (learn to work with CSVs, use argparse, etc)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages