/california-topojson-atlas

Simple maps of California's 58 counties

Primary LanguageHTMLMIT LicenseMIT

california-topojson-atlas

Simple maps of California's 58 counties

Usage

Data dictionary

The output directory contains a topojson file for each of the state's 58 counties. The files are named using the county's FIPS code and contain three layers:

  • county: The outline of the county
  • roads: Major roads in the county
  • places: All Census-defined places in the county, along with their population.

Sources

The following data sources are stored in the input directory:

Installation

The mapshaper utility is required to run this repository. Install it.

Clear out all the built files.

make clean

Run the make command that regenerates all the files in the output folder.

make