Skip to content

Commit

Permalink
Merge pull request #36 from VolpeUSDOT/FTOT_2021_4
Browse files Browse the repository at this point in the history
Public release of FTOT 2021.4
  • Loading branch information
kzhang81 authored Jan 11, 2022
2 parents aaf2fa7 + 1118a1c commit 47ac9cd
Show file tree
Hide file tree
Showing 36 changed files with 22,400 additions and 21,980 deletions.
42 changes: 21 additions & 21 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text eol=crlf

#======================================================================================================================
# EVERYTHING BELOW IS COMMENETED OUT. THE DEFAULT BEHAVIOR FOR THE FTOT
# REPOSITORY IS ALL TEXT EOL=CRLF AND THIS WILL OVERRIDE A USERS LOCAL
# core.autocrlf
# SEE THE DOCUMENTATION HERE: https://help.github.com/articles/dealing-with-line-endings/#per-repository-settings
#======================================================================================================================

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
#*.c text
#*.h text

# Declare files that will always have CRLF line endings on checkout.
#*.sln text eol=crlf

# Denote all files that are truly binary and should not be modified.
#*.png binary
#*.jpg binary
# Set the default behavior, in case people don't have core.autocrlf set.
* text eol=crlf

#======================================================================================================================
# EVERYTHING BELOW IS COMMENETED OUT. THE DEFAULT BEHAVIOR FOR THE FTOT
# REPOSITORY IS ALL TEXT EOL=CRLF AND THIS WILL OVERRIDE A USERS LOCAL
# core.autocrlf
# SEE THE DOCUMENTATION HERE: https://help.github.com/articles/dealing-with-line-endings/#per-repository-settings
#======================================================================================================================

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
#*.c text
#*.h text

# Declare files that will always have CRLF line endings on checkout.
#*.sln text eol=crlf

# Denote all files that are truly binary and should not be modified.
#*.png binary
#*.jpg binary
*.whl binary
26 changes: 13 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
.idea
.vs
documentation/
scenarios/
logs/
temp_networkx_shp_files/
debug/
Maps/
Reports/
*.pyc
*.db
*.gdb
Maps_Time_Commodity/
.idea
.vs
documentation/
scenarios/
logs/
temp_networkx_shp_files/
debug/
Maps/
Reports/
*.pyc
*.db
*.gdb
Maps_Time_Commodity/
python3_env/
264 changes: 132 additions & 132 deletions LICENSE

Large diffs are not rendered by default.

83 changes: 41 additions & 42 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,41 @@
# FTOT
Freight and Fuel Transportation Optimization Tool

## Description:
FTOT is a flexible scenario-testing tool that optimizes the transportation of materials for future energy and freight
scenarios. FTOT models and tracks commodity-specific information and can take into account conversion of raw materials to products (e.g., crude oil to jet fuel and diesel) and the fulfillment of downstream demand. FTOT was developed at the US Dept. of Transportation's Volpe National Transportation Systems Center.

## Installation:
See [FTOT Installation wiki](https://github.com/VolpeUSDOT/FTOT-Public/wiki/FTOT-Installation-Guide) for the latest detailed instructions. If you need to run a legacy copy of FTOT compatible with ArcGIS rather than ArcGIS Pro, consult these [separate legacy instructions](https://github.com/VolpeUSDOT/FTOT-Public/wiki/FTOT-Installation-Guide-(ArcGIS-Legacy))
* FTOT is a python based tool.
* Clone or download the repository.
* Install the required dependencies (including ESRI ArcGIS Pro)
* Download the [documentation and scenario dataset](https://github.com/VolpeUSDOT/FTOT-Public/wiki/Documentation-and-Scenario-Datasets)

## Usage:
* Usage is explained in the Quick Start documentation here: [Documentation and Scenario Dataset Wiki](https://github.com/VolpeUSDOT/FTOT-Public/wiki/Documentation-and-Scenario-Datasets)

## Contributing:
* Add bugs and feature requests to the Issues tab for the Volpe Development Team to triage.

## Credits:
* Dr. Kristin Lewis (Volpe) <Kristin.Lewis@dot.gov>
* Matthew Pearlson (Volpe) <Matthew.Pearlson@dot.gov>
* Alexander Oberg (Volpe)
* Olivia Gillham (Volpe)
* Gary Baker (Volpe)
* Dr. Scott B. Smith (Volpe)
* Amy Vogel (Volpe)
* Amro El-Adle (Volpe)
* Kirby Ledvina (Volpe)
* Kevin Zhang (Volpe)
* Michelle Gilmore (Volpe)
* Mark Mockett (Volpe)

## Project Sponsors:
The development of FTOT that contributed to this public version was funded by the U.S. Federal Aviation Administration (FAA) Office of Environment and Energy and the Department of Defense (DOD) Office of Naval Research through Interagency Agreements (IAA) FA4SCJ and FB48CS under the supervision of FAA’s Nathan Brown and by the U.S. Department of Energy (DOE) Office of Policy under IAA VXS3A2 under the supervision of Zachary Clement. Any opinions, findings, conclusions or recommendations expressed in this material are those of the authors and do not necessarily reflect the views of the FAA nor of DOE.

## Acknowledgements:
The FTOT team thanks our Beta testers and collaborators for valuable input during the FTOT Public Release beta testing, including Dane Camenzind, Kristin Brandt, and Mike Wolcott (Washington State University), Mik Dale (Clemson University), Emily Newes and Ling Tao (National Renewable Energy Laboratory), Seckin Ozkul, Robert Hooker, and George Philippides (Univ. of South Florida), and Chris Ringo (Oregon State University).

## License:
This project is licensed under the terms of the FTOT End User License Agreement. Please read it carefully.
# FTOT
Freight and Fuel Transportation Optimization Tool

## Description:
FTOT is a flexible scenario-testing tool that optimizes the transportation of materials for future energy and freight scenarios. FTOT models and tracks commodity-specific information and can take into account conversion of raw materials to products (e.g., crude oil to jet fuel and diesel) and the fulfillment of downstream demand. FTOT was developed at the US Dept. of Transportation's Volpe National Transportation Systems Center.

## Installation:
See [FTOT Installation wiki](https://github.com/VolpeUSDOT/FTOT-Public/wiki/FTOT-Installation-Guide) for the latest detailed instructions. If you need to run a legacy copy of FTOT compatible with ArcGIS rather than ArcGIS Pro, consult these [separate legacy instructions](https://github.com/VolpeUSDOT/FTOT-Public/wiki/FTOT-Installation-Guide-(ArcGIS-Legacy))
* FTOT is a Python based tool.
* Clone or download the repository.
* Install the required dependencies (including ESRI ArcGIS Pro).
* Download the [documentation and scenario dataset](https://github.com/VolpeUSDOT/FTOT-Public/wiki/Documentation-and-Scenario-Datasets).

## Usage:
* Usage is explained in the Quick Start documentation here: [Documentation and Scenario Dataset Wiki](https://github.com/VolpeUSDOT/FTOT-Public/wiki/Documentation-and-Scenario-Datasets)

## Contributing:
* Add bugs and feature requests to the Issues tab for the Volpe Development Team to triage.

## Credits:
* Dr. Kristin Lewis (Volpe) <Kristin.Lewis@dot.gov>
* Matthew Pearlson (Volpe) <Matthew.Pearlson@dot.gov>
* Alexander Oberg (Volpe)
* Olivia Gillham (Volpe)
* Gary Baker (Volpe)
* Dr. Scott B. Smith (Volpe)
* Amy Vogel (Volpe)
* Amro El-Adle (Volpe)
* Kirby Ledvina (Volpe)
* Kevin Zhang (Volpe)
* Michelle Gilmore (Volpe)
* Mark Mockett (Volpe)

## Project Sponsors:
The development of FTOT that contributed to this public version was funded by the U.S. Federal Aviation Administration (FAA) Office of Environment and Energy and the Department of Defense (DOD) Office of Naval Research through Interagency Agreements (IAA) FA4SCJ and FB48CS under the supervision of FAA’s Nathan Brown and by the U.S. Department of Energy (DOE) Office of Policy under IAA VXS3A2 under the supervision of Zachary Clement. Any opinions, findings, conclusions or recommendations expressed in this material are those of the authors and do not necessarily reflect the views of the FAA nor of DOE.

## Acknowledgements:
The FTOT team thanks our Beta testers and collaborators for valuable input during the FTOT Public Release beta testing, including Dane Camenzind, Kristin Brandt, and Mike Wolcott (Washington State University), Mik Dale (Clemson University), Emily Newes and Ling Tao (National Renewable Energy Laboratory), Seckin Ozkul, Robert Hooker, and George Philippides (Univ. of South Florida), and Chris Ringo (Oregon State University).

## License:
This project is licensed under the terms of the FTOT End User License Agreement. Please read it carefully.
Loading

0 comments on commit 47ac9cd

Please sign in to comment.