Skip to main content

Easily download U.S. census maps

Project description

census-map-downloader

Easily download U.S. census maps

Installation

pipenv install census-map-downloader

Command line usage

Usage: censusmapdownloader [OPTIONS] COMMAND [ARGS]...

  Easily download U.S. census maps

Options:
  --data-dir TEXT  The folder where you want to download the data
  --year INTEGER   The vintage of data to download. By default it gets the
                   latest year. Not all data are available for every year.

  --help           Show this message and exit.

Commands:
  blocks                   Download blocks
  congress-carto           Download cartographic congressional districts
  counties                 Download counties
  counties-carto           Download cartographic counties
  countysubdivision        Download cartographic county subdivisions
  legislative-lower-carto  Download cartographic state legislative...
  legislative-upper-carto  Download cartographic state legislative...
  places                   Download places
  states-carto             Download cartographic states
  tracts                   Download tracts
  zctas                    Download ZCTAs

Examples

Here's an example of downloading all counties

censusmapdownloader counties

You can specify the download directory with --data-dir

censusmapdownloader --data-dir ./my-special-folder/ counties

Contributing

Install dependencies for development

pipenv install --dev

Run tests

pipenv run python test.py

Adding additional years to a dataset

Downloader classes for different geography types are defined in modules of {code}census_map_downloader.geotypes. For example, the downloader for counties is {code}census_map_downloader.geotypes.counties.CountiesDownloader.

If the URL and fields in a shapefile are the same as those for years that are already supported, you can just add the year to the {code}YEAR_LIST attribute.

If the fields are the same, but the URL changes between groups of years, add logic to the {code}url property method of the downloader classes to alter the URL based on {code}self.year.

If the fields and URL change from year to year, consider creating classes for each year and delegating to {code}census_map_downloader.geotypes.tracts.TractsDownloader is an example of a class that uses this approach.

Developing the CLI

The command-line interface is implemented using Click and setuptools. To install it locally for development inside your virtual environment, run the following installation command, as prescribed by the Click documentation.

pipenv run pip install --editable .

Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

census-map-downloader-0.1.3.tar.gz (62.2 kB view details)

Uploaded Source

Built Distribution

census_map_downloader-0.1.3-py2.py3-none-any.whl (17.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file census-map-downloader-0.1.3.tar.gz.

File metadata

  • Download URL: census-map-downloader-0.1.3.tar.gz
  • Upload date:
  • Size: 62.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for census-map-downloader-0.1.3.tar.gz
Algorithm Hash digest
SHA256 4a9ced681eabad946e85c6891822fbaa2e1c75f5747cd11faa3cb6ce5caea8d7
MD5 f55a86aa42d1226e8b6a1f170110a3bf
BLAKE2b-256 e1aaea005ebf9bde4e9c03079408360a105653f275e6285a8e00be9e5dbb1113

See more details on using hashes here.

File details

Details for the file census_map_downloader-0.1.3-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for census_map_downloader-0.1.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 7261f1c77c3f132d1337d52a3a80178dac45b5814904d91a7ce7bd939b1c6a87
MD5 91a4da3cdb787bd4d73b7415ee539fb0
BLAKE2b-256 698c1db6e73e61b785954fd3b6bcfb1f546ee27d23695805eeaa62a7a4e7926e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page