Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paper Reproducibility Changes #102

Open
wants to merge 62 commits into
base: main
Choose a base branch
from

Commits on Nov 27, 2023

  1. Create CanBikeCO_DataFiltering.ipynb

    This script compiles the data treatments performed by Cemal in his analysis notebook that generated many of the charts used in the paper.
    
    The purpose of this script is to facilitate reproducibility of the results in our paper by taking in the raw set of trips in csv, and applying all data treatments, then saving the results to be loaded into the analysis notebooks
    
    Note that I have not yet had a chance to be sure that this works on the data from TSDC, but it does yield the numbers we quote in terms of participants and trips on an aggregate and program level when run in the raw file Cemal gave me
    Abby Wheelis committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    addbeec View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. information from Cemal

    Abby Wheelis committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    390c6fc View commit details
    Browse the repository at this point in the history
  2. paper polish patch

    Abby Wheelis committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    20aae42 View commit details
    Browse the repository at this point in the history
  3. check in my analusis scripts

    Abby Wheelis committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    a537d4c View commit details
    Browse the repository at this point in the history
  4. check in clustered bar chart

    Abby Wheelis committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    d47023b View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. more new analysis

    Abby Wheelis committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    8ca984f View commit details
    Browse the repository at this point in the history
  2. checking in before mongo crashes everything

    Abby Wheelis committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    8b34b19 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. updates to scripts

    keeping git up to date as I update the paper, changes are messy but need to be kept
    Abby Wheelis committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    3ee5e0c View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. check in notebooks

    Abby Wheelis committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    929a4a8 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. adding TSDC cleaning

    Abby Wheelis committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    7862ac7 View commit details
    Browse the repository at this point in the history
  2. add participation rates to vizualizations

    loading from the database / showing participation rates
    
    working on centralizing to as few scripts as possible
    Abby Wheelis committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    60284f9 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. worked with spatial analysis notebooks

    mine is not currently working for some reason, erroring out over "within" in one part of the code but not others
    Abby Wheelis committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    aa93422 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. progress against TSDC data - now missing exactly 1 user

    Abby Wheelis committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    e4c9866 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. updates to tsdc filtering and analysis

    very close to the TSDC numbers
    
    all but 8 of the charts are now in this Analysis file
    Abby Wheelis committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    86f059e View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. added folders to organize the scripts

    Abby Wheelis committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    85812ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    437dc27 View commit details
    Browse the repository at this point in the history
  3. remove comitted chart

    Abby Wheelis committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    a931aa6 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. updated energy document

    working through the energy calculations, might still need some updates to the data used as input until the paper is matched exactly
    Abby Wheelis committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    815a1bf View commit details
    Browse the repository at this point in the history
  2. fixed mode charts

    figured out what the underlying function could have been - was able to use the seaborn library
    Abby Wheelis committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    78dd5a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. principled bar graphs for spatial analysis

    Abby Wheelis committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    d671783 View commit details
    Browse the repository at this point in the history
  2. polishing round

    Abby Wheelis committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    e990fff View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. updated energy calculations

    move to only one scenario - reading in from a the csv file!
    Abby Wheelis committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    f67651f View commit details
    Browse the repository at this point in the history
  2. update the duration by mode chart

    this chart was age distribution over modes, but this is the chart that's really in the paper so I switched them out
    Abby Wheelis committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    f02aea2 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. improve time axis for mileage over time charts

    Abby Wheelis committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    87295c5 View commit details
    Browse the repository at this point in the history
  2. save a copy of expanded_ct from the CanBikeCO data

    Abby Wheelis committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    7cbdf9b View commit details
    Browse the repository at this point in the history
  3. spatial analysis now uses TSDC data!

    Abby Wheelis committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    3790508 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b520892 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. fix mileage-over-time charts

    needed to treat data as categorical
    
    needed to drop 0 mile days from e-bike ratio chart
    Abby Wheelis committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    e450d1e View commit details
    Browse the repository at this point in the history
  2. adding comments

    Abby Wheelis committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    026d823 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. small tweaks

    Abby Wheelis committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    8f07e14 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. update notebooks - path as a global variable

    working to make sure that paths are not hardcoded for my configuration (they were), now providing the paths as a variable at the top of each file
    Abby Wheelis committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    dab2ac9 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. path variables + geopandas bugfix

    while updating this notebook to include paths as a variable, I encountered a bug
    
    to resolve, needed to manually install libtiff5
    
    note documenting the error I encountered and the method to resolve added
    Abby Wheelis committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    5d0be08 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    9d7bd1c View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    Abby-Wheelis authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    f0361c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ad367b View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. copy with outputs, and copy without

    Abby Wheelis committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    869d85d View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. improve variable names

    Abby Wheelis committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    ec4b030 View commit details
    Browse the repository at this point in the history
  2. remove extra code, add a function

    discovered some of the header code was no longer needed since we are working with csvs and not mongodump
    
    factored repeated code into a function
    Abby Wheelis committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    8a4c74b View commit details
    Browse the repository at this point in the history
  3. create format_purpose_bars function

    Abby Wheelis committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    56cfe6f View commit details
    Browse the repository at this point in the history
  4. create make_mini_vs_full function

    Abby Wheelis committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    a229ad7 View commit details
    Browse the repository at this point in the history
  5. correct typo

    Abby Wheelis committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    9907daa View commit details
    Browse the repository at this point in the history
  6. merge cells and clarify variable name

    Abby Wheelis committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    9977e73 View commit details
    Browse the repository at this point in the history
  7. introduce make_occupation_chart chart

    Abby Wheelis committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    9b7077c View commit details
    Browse the repository at this point in the history
  8. more logical var names

    Abby Wheelis committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    6eb7ad0 View commit details
    Browse the repository at this point in the history
  9. move functions into utilities.py

    Abby Wheelis committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    de70a94 View commit details
    Browse the repository at this point in the history
  10. introduce make_distribution_plot function

    Abby Wheelis committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    059bbd7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    450b306 View commit details
    Browse the repository at this point in the history
  12. comments and formatting in utility file

    Abby Wheelis committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    e464c34 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. reduce repeated code by introducing data utilities

    Abby Wheelis committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ec9a809 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. remove file as duplicate of Abby/paper_utilities

    Abby Wheelis committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    4d9f838 View commit details
    Browse the repository at this point in the history
  2. remove as redundant to TSDC data notebook

    Abby Wheelis committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    086a2fc View commit details
    Browse the repository at this point in the history
  3. update printed text to give context

    Abby Wheelis committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    7f0cae3 View commit details
    Browse the repository at this point in the history
  4. fix indentation

    Abby Wheelis committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    20dddeb View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. remove Cemal notebooks

    these have been replaced by the notebooks in the Abby folder, and are no longer needed as the newer notebooks are compatible with the TSDC data
    Abby Wheelis committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    1d12f1e View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. refactor spatial analysis notebook

    implemented function, removed unnecessary code, centralized import statements
    Abby Wheelis committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    120eaf7 View commit details
    Browse the repository at this point in the history
  2. remove outputs from energy notebook

    Abby Wheelis committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    a0efa18 View commit details
    Browse the repository at this point in the history
  3. commit needed shapefiles

    needed for spatial analysis notebook functions
    Abby Wheelis committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    dff57e0 View commit details
    Browse the repository at this point in the history
  4. update output notebooks

    after refactoring, the outputs now reflect the refined notebooks
    Abby Wheelis committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    34c1cae View commit details
    Browse the repository at this point in the history
  5. debugging updates

    Abby Wheelis committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    736ab15 View commit details
    Browse the repository at this point in the history
  6. revert readme change

    Abby-Wheelis authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    05398e2 View commit details
    Browse the repository at this point in the history
  7. Revert "revert readme change"

    This reverts commit 05398e2.
    Abby Wheelis committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    0b32ce7 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. add output version of tsdc data notebook

    this way expected outputs can be viewed, separate from the code itself
    Abby Wheelis committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    3daa1f3 View commit details
    Browse the repository at this point in the history