/geojson

geojson files that are compatible with metabase

Primary LanguagePython

geojson by county fips with numeric codes quick and dirty

  1. Find a county fips geojson or topojson (convert topojson to geojson with the useful tools below)
  2. Use this script to convert the county fips from string to numeric if needed.
python convert_types.py -o <output_file>

Useful tools. If topojson or geojson is the only one you can find. this converter is nice to go back and forth.

https://jeffpaine.github.io/geojson-topojson/