codeforboston/acs_tile_server

Name: acs_tile_server

Owner: Code for Boston

Description: null

Created: 2015-05-13 00:13:03.0

Updated: 2018-04-23 13:46:21.0

Pushed: 2015-06-08 12:42:59.0

Homepage: null

Size: 3972

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

ACS Tile Server

This project has been created to deal with census/acs data and will help generating maps for the ungentry project. It connects to the census ftp server to collect data, then process them to build maps.

Compilation

At root folder type: mvn package

This should create a folder target with a jetty-censusacsserver.jar file. When starting, it will open the default browser to display a server UI.

Running

In target directory, just type : java -jar jetty-censusacsserver.jar -d ../data

Workflow:

Select build map in the menu, then select ACS data year, it will be downloaded from Census ftp server Step 1

Then select a state, to work with Step 2

It should be highlighted, then click next Step 3

When needed it will upload state files from the census Step 5

It will computes the set of data available for the selected state (this can take few minutes). Just check some of those fields, then click next Step 6

After some time, it will start to build tiles for the selected map Step 7

You can use the little leaflet example to display tiled layer that currently works with images Step 8


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.