Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
.. image:: https://img.shields.io/pypi/v/urbansim.svg :target: https://pypi.python.org/pypi/urbansim/ :alt: Latest Version
.. image:: https://travis-ci.org/UDST/urbansim.svg?branch=master :alt: Build Status :target: https://travis-ci.org/UDST/urbansim
.. image:: https://coveralls.io/repos/UDST/urbansim/badge.svg?branch=master :alt: Test Coverage :target: https://coveralls.io/r/UDST/urbansim?branch=master
UrbanSim is a platform for building statistical models of cities and regions. These models help forecast long-range patterns in real estate development, demographics, and related outcomes, under various policy scenarios.
This urbansim
Python library is a core component. It contains tools for statistical estimation and simulation; domain-specific logic about housing markets, household relocation, and other processes; and frameworks and utilities for assembling a model.
Operational UrbanSim models begin with detailed data about a particular region, and then estimate and validate a system of interconnected model components. Full models draw on a number of libraries: not just urbansim
, but also Orca <https://github.com/UDST/orca>
__ for task orchestration, Synthpop <https://github.com/UDST/synthpop>
__ for population synthesis, Pandana <https://github.com/UDST/pandana>
__ for network analysis, and so on. Collectively, these make up the Urban Data Science Toolkit <https://github.com/UDST>
__ (UDST).
UrbanSim models are used by public agencies, consultancies, and researchers in dozens of cities around the U.S. and world. The core platform is open source, but many operational models make use of additional cloud-hosted model building and visualization tools provided by UrbanSim Inc. <https://urbansim.com>
__
An Introduction to UrbanSim <https://udst.github.io/urbansim/gettingstarted.html#a-gentle-introduction-to-urbansim>
__
UrbanSim for San Francisco: An example implementation <https://github.com/UDST/sanfran_urbansim>
__
UrbanSim Inc. <https://urbansim.com>
__
pip install urbansim
conda install urbansim --channel conda-forge
Getting started <https://udst.github.io/urbansim/gettingstarted.html>
__
Full documentation <https://udst.github.io/urbansim/>
__
Other UDST <https://docs.udst.org>
__ libraries
Documentation for UrbanCanvas <https://cloud.urbansim.com/docs/>
__, the UrbanSim cloud platform
FAQs
Platform for building statistical models of cities and regions
We found that urbansim demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.