项目作者: datadesk

项目描述 :
Simple maps of California's 58 counties
高级语言: HTML
项目地址: git://github.com/datadesk/california-topojson-atlas.git
创建时间: 2020-05-02T17:51:34Z
项目社区:https://github.com/datadesk/california-topojson-atlas

开源协议:MIT License

下载


california-topojson-atlas

Simple maps of California’s 58 counties

Usage

  • In the browser @datadesk/base-maps-for-all-58-california-counties">using d3 and SVG

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.

  1. make clean

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

  1. make