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

datadesk/california-topojson-atlas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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