Skip to content

Commit

Permalink
Merge pull request #96 from RSGInc/include-package-data
Browse files Browse the repository at this point in the history
Include package data
  • Loading branch information
bstabler authored Dec 17, 2019
2 parents 8383c65 + 08687a7 commit cf9154c
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 14 deletions.
8 changes: 8 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
include ez_setup.py
include README.rst
graft example_calm
graft example_calm_repop
graft example_survey_weighting
graft example_test
graft scripts
graft papers
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ PopulationSim is an open platform for population synthesis. It emerged
from Oregon DOT's desire to build a shared, open, platform that could be
easily adapted for statewide, regional, and urban transporation planning
needs. PopulationSim is implemented in the
[ActivitySim](https://github.com/UDST/activitysim) framework.
[ActivitySim](https://github.com/activitysim/activitysim) framework.
22 changes: 11 additions & 11 deletions docs/docs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
.. _docs:

ActivitySim Resources
=====================
Resources
=========

1. `PopulationSim Repository <https://github.com/ActivitySim/populationsim>`_
1. `PopulationSim Software Repository <https://github.com/ActivitySim/populationsim>`_

2. `ActivitySim Project <http://www.activitysim.org>`_
2. `PopulationSim Specification <https://github.com/ActivitySim/populationsim/raw/master/papers/Draft%20TM1%20-%20Population%20Synthesis%20Technical%20Specifications%202017-03-08.pdf>`_

External Resources
==================
3. `2018 TRB paper <https://github.com/ActivitySim/populationsim/raw/master/papers/TRB_Paper_PopulationSim_v6.pdf>`_

1. `ODOT PopulationSim Specification <https://github.com/RSGInc/odot_populationSim_resources/raw/master/papers/Draft%20TM1%20-%20Population%20Synthesis%20Technical%20Specifications%202017-03-08.pdf>`_
4. `2018 TRB poster <https://github.com/ActivitySim/populationsim/raw/master/papers/TRBPoster_PaulDoyleStablerFreedmanBettinardi_v5%5B1%5D.pptx>`_

2. `ODOT 2018 TRB paper <https://github.com/RSGInc/odot_populationSim_resources/raw/master/papers/TRB_Paper_PopulationSim_v6.pdf>`_
5. `ActivitySim Project <http://www.activitysim.org>`_

3. `ODOT 2018 TRB poster <https://github.com/RSGInc/odot_populationSim_resources/raw/master/papers/TRBPoster_PaulDoyleStablerFreedmanBettinardi_v5%5B1%5D.pptx>`_
External Resources
------------------

4. `ODOT Resources Repository (setups, examples) <https://github.com/RSGInc/odot_populationsim_resources>`_
1. `ODOT Resources Repository (setups, examples) <https://github.com/RSGInc/odot_populationsim_resources>`_

5. `ODOT Complete Python 2 setup for PopulationSim <https://github.com/RSGInc/odot_populationsim_python/archive/master.zip>`_
2. `ODOT Complete Python 2 setup for PopulationSim <https://github.com/RSGInc/odot_populationsim_python/archive/master.zip>`_
2 changes: 0 additions & 2 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ Python 2 or 3?
Run Examples
------------

* Before running examples, ensure that Anaconda Python, dependent libraries and PopulationSim package have been installed.

There are three examples for running PopulationSim, two created using data from the Corvallis-Albany-Lebanon Modeling (CALM) region in Oregon and the other using data from the Metro Vancouver region in British Columbia. The `example_calm`_ set-up runs PopulationSim in base mode, where a synthetic population is created for the entire modeling region. This takes approximately 12 minutes on a laptop with an Intel i7-4800MQ CPU @ 2.70GHz and 16 GB of RAM. The `example_calm_repop`_ set-up runs PopulationSim in the *repop* mode, which updates the synthetic population for a small part of the region. The `example_survey_weighting`_ set-up runs PopulationSim for the case of developing final weights for a household travel survey. More information on the configuration of PopulationSim can be found in the **Application & Configuration** section.

Example_calm
Expand Down
Binary file not shown.
Binary file not shown.
Binary file added papers/TRB_Paper_PopulationSim_v6.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
],
long_description=long_description,
packages=find_packages(exclude=['*.tests']),
include_package_data=True,
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
install_requires=[
'numpy >= 1.16.1',
Expand Down

0 comments on commit cf9154c

Please sign in to comment.