Skip to main content

GeoPops

Project description

GeoPops

Full documentation and tutorials coming soon!

GeoPops is a package for generating geographically and demographically realistic synthetic populations for any US Census location using publically available data. Population generation includes three steps:

  1. Generate individuals within households using combinatorial optimization (CO)
  2. Assign individuals to schools and workplace locations using enrollment data and commute flows
  3. Connect individuals within locations using graph algorithms

Resulting files include a list of agents with attributes (e.g., age, gender, income) and networks detailing their connections within home, school, workplace, and group quarters (e.g., correctional facilities, nursing homes) locations. GeoPops builds on a previous package, GREASYPOP-CO, and incorporates the following changes:

  • All code wrapped in convenient python package that can be pip installed
  • Compatibility with Census data beyond 2019
  • Fully automated data downloading
  • Users can adjust all config parameters from the front-end
  • Class for exporting files compatible with the agent-based modeling software Starsim

How to use

First, obtain a Census API key here. Then, Install GeoPops from PyPI.

pip install geopops

Next, create environment in our output directory folder. While called with Python commands, combinatorial optimization, school and workplace assignment, and network generation steps occur in Julia to decrease run time. Try running the following in the terminal.

curl -fsSL https://install.julialang.org | sh
juliaup add 1.9.0        # install Julia 1.9.0
juliaup default 1.9.0    # make 1.9.0 the default (optional)
julia +1.9.0 --version   # run that version once
juliaup update           # update installed versions
julia                    # launch Julia and see version
]                        # enter package mode. prompt changes to "(@v1.9) pkg>"
add CSV@0.10.15          # add required package versions
add DataFrames@1.7.0
add Graphs@1.8.0 
add InlineStrings@1.4.0 
add JSON@0.21
status                   # view list of packages

You'll also need a Python environment with the dependencies listed in pyproject.toml. Now in a Python or Notebook script, create a dictionary of parameters. Default parameters are stored in a package file called config.json. Pass your dictionary into WriteConfig() to overwrite config.json with the parameters for your population of interest. Here's an example to for Howard County, MD.

pars_geopops = {'path': 'YOUR_OUTPUT_DIR', # designate folder for output files
                'census_api_key': "YOUR_CENSUS_API_KEY", 
                'main_year': 2019, # year of data
                'geos': ["24027"], # state or county fips code of main geographical area
                'commute_states': ["24"], # fips of commute states to use
                'use_pums': ["24"]} # Same as commute_states
geopops.WriteConfig(**pars_geopops) # Overwrite config.json with your parameters

The following commands will create your popoulation and store files in the output directory defined above. Downloaded raw data files are stored in the subfolders census, geo, pums, school, and work. Files created in the preprocessing step are stored in the subfolder called processed. The population in jlse format is stored in the subfolder jlse. Export() outputs csv versions into the subfolder pop_export. ForStarsim() outputs files formated for use with Starsim into the subfolder pop_export/starsim.

geopops.DownloadData()  # Download all Census and other data sources
geopops.ProcessData()   # Preprocessing for next steps
geopops.RunJulia()      # Run Julia scripts (much faster than Python)
geopops.ForStarsim()    # Format people and networks for Starsim

Tutorials

For more detailed descriptions of each step, see the tutorials folder.

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

geopops-0.1.1.post1.tar.gz (3.0 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

geopops-0.1.1.post1-py3-none-any.whl (3.2 MB view details)

Uploaded Python 3

File details

Details for the file geopops-0.1.1.post1.tar.gz.

File metadata

  • Download URL: geopops-0.1.1.post1.tar.gz
  • Upload date:
  • Size: 3.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.22

File hashes

Hashes for geopops-0.1.1.post1.tar.gz
Algorithm Hash digest
SHA256 c357005770bc1f73f206359e08ba638f2d61163b08047e85f1b2802bcd029105
MD5 d30f10cc4a405d7532da0bf21dc35142
BLAKE2b-256 4edc9b21662db7c6f75b6d4b484cf88f10d0b7f1a7f1c28413a9c943de0af4ae

See more details on using hashes here.

File details

Details for the file geopops-0.1.1.post1-py3-none-any.whl.

File metadata

File hashes

Hashes for geopops-0.1.1.post1-py3-none-any.whl
Algorithm Hash digest
SHA256 f7fcfa4e9fd0d1af7f853045ec0563fb44d7d8cc11164bebe8ffb762dc507b03
MD5 07db5ee249b00d324c239c899f9c20ef
BLAKE2b-256 71c58fc7d665c120d9aad1aa0dcb649e2b3f63707cf64105d03780396915d38f

See more details on using hashes here.

Supported by

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