Warning
Documentation website under active development. This is not a stable release.
Files#
This page describes the file system used in plans
.
See also
Check out the Projects page for more details on how to setup a project.
The file system in plans
is quite straight-forward.
All files are always formatted in two ways:
csv
format for Table structure;GeoTIFF
format for :ref:<io-raster>` (map) structure.
All files fall into these workflow categories:
Input Files: required and optional data files that users must provide by themselves. Input files lives in the
data/
folder of a project.Intermediate Files: data files generated by
plans
as intermediate step to final processing, like cached data. Users may also provide this files to skip intermediate steps. Like input files, intermediate files lives in thedata/
folder of a project;Output Files: data files generated by
plans
as results of final processing. Output files lives underoutputs/
in the respective subfolder of the processing session.
Files Index
Check out the Files Index page for the full list of files and specifications.
Note
All files not listed in the Files Index is ignored by plans
.
Data structures and formatting
Check out the Data Structures page for more details on how to format input data.
Input Files#
An Input File is a data file that users must provide by themselves. Input Files lives in their respective subfolders under the data/
folder of a project.
Required Input Files#
A Required Input File is an Input File that are necessary for a viable simulation run of plans
.
In other words: it is impossible to run without the file.
File |
Name |
Structure |
---|---|---|
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Optional Input Files#
An Optional Input File is an Input File that are used in plans
for extra simulation or assessments. If not provided, plans
may skip the extra simulation or parse default built-in data.
File |
Name |
Structure |
---|---|---|
|
||
|
||
|
||
|
||
|
||
|
Intermediate Files#
An Intermediate File is a cached file: a data file that is generated by plans
during setup processes prior to simulation or assessment main process. They are necessary for a viable simulation run of plans
. Like Input Files, Intermediate File lives in under respective subfolders under the data/
folder of a project.
Skipping setup processes
Users can skip setup processes by providing Intermediate Files to a project, but it must be consistent with plans
standards.
File |
Name |
Structure |
---|---|---|
|
||
|
||
|
||
|
||
|
||
|
||
|
Output Files#
An Output File is a data file generated by plans
during simulation or assessment main process. Output Files lives in the respective process folder under outputs/
of a project.
File |
Name |
Structure |
---|---|---|
|