Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Latest commit

 

History

History
39 lines (24 loc) · 1.25 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.25 KB

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