Skip to content

tmp directory explained

Ryan edited this page Jan 29, 2018 · 3 revisions

1. tmp/

The tmp directory contains folders for storing data and information output by the program. It also contains a projects folder, which contains configuration and state files for each individual project. The current layout of the tmp directory is as follows:

├── archive
│   ├── occupant-query
│   └── uhm-frog
├── dhhl-hobo-u12
│   ├── archive
│   ├── errors
│   ├── inputs
│   └── raws
├── errors
│   ├── dhhl-hobo-u12
│   ├── hobo-u12
│   └── occupant-query
├── hobo-u12
│   ├── ABOUT.md
│   ├── archive
│   ├── errors
│   ├── inputs
│   ├── outputs
│   └── raws
├── outputs
│   ├── dhhl
│   ├── dhhl-hobo-u12
│   ├── marine-center-egauge
│   ├── maui-egauge
│   ├── occupant-query
│   └── uhm-frog
└── projects -> /var/local/csbcd-configs/scrape-util-projects
    ├── dhhl
    ├── dhhl-hobo-u12
    ├── hobo-u12
    ├── marine-center-egauge
    ├── maui-egauge
    ├── occupant-query
    └── uhm-frog

Further information on the tmp/ directory can be found in this README left by the source code's previous author.