Skip to content
This repository has been archived by the owner on Nov 28, 2021. It is now read-only.
/ Mapper Public archive

Population density choropleths by state. (dotnet/ng)

Notifications You must be signed in to change notification settings

JaimeStill/Mapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Choropleth Generator

choropleth-generator

Overview

Back to Top

This work is based on Mike Bostock's Command-Line Cartography articles on Medium.

This repository represents my progress towards automating map-based visualizations for a .NET Core / Angular app stack. It builds on the initial efforts I've made in two other repositories.

mapping-research explored using a Windows command line to generate an equivalent map of Texas.

ps-mapping explored automating the process for any state using any compatible scheme.

Build

Back to Top

In order to build this repository, you will need the following installed:

Additionally, you will need to globally install yarn packages on your machine using the following command:

yarn global add shapefile d3 d3-geo-projection d3-scale-chromatic ndjson-cli topojson-client topojson-server topojson-simplify

Infrastructure

Back to Top

The core files necessary for generating maps are located in Mapper.Web/wwwroot/mapping. These files are used by a PowerShell script, executed via the Microsoft.PowerShell.SDK to generate the GeoJSON necessary to render the map.

Back to Top

Contains classes, extension methods, and a PowerShell script for generating maps.

Key Files

Back to Top

ASP.NET Core / Angular SPA

Key Files

About

Population density choropleths by state. (dotnet/ng)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published