chrispruitt / geojson

geojson files that are compatible with metabase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

geojson files that are compatible with metabase


Languages

Language:Python 88.3%Language:Makefile 11.7%