You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A subset of the data required to run and evaluate FIM can be obtained with the use of ESIP AWS keys. In order to generate these data:
138
+
1. Start a Docker container as in the previous step
139
+
2. Run `/foss_fim/data/get_sample_data.py` replacing `<aws_access_key_id>` and `<aws_secret_access_key>` with your AWS access keys. To generate data for HUC 03100204, for example:
3. Exit the Docker container by typing `exit`. Alternatively, you can leave this container running and run the next command in a new terminal tab or window.
144
+
4. Start a new Docker container with the `/data` volume mount pointing at the local output location (`-o`) used in `get_sample_data.py` (step 2). For example:
5. Now you can run the following commands with the sample data.
154
+
141
155
### Produce HAND Hydrofabric
142
156
```
143
157
fim_pipeline.sh -u <huc8> -n <name_your_run> -o
@@ -161,15 +175,6 @@ The three sections are:
161
175
162
176
Running the `fim_pipeline.sh` is a quicker process than running all three steps independently, but you can run some sections more than once if you like.
163
177
164
-
### Testing in Other HUCs
165
-
To test in HUCs other than the provided HUCs, the following processes can be followed to acquire and preprocess additional NHDPlus rasters and vectors. After these steps are run, the "Produce HAND Hydrofabric" step can be run for the new HUCs.
Sorry, this tool is deprecated, replacement scripts are coming soon.
171
-
172
-
173
178
### Evaluating Inundation Map Performance
174
179
After `fim_pipeline.sh` completes, or combinations of the three major steps described above, you can evaluate the model's skill. The evaluation benchmark datasets are available through ESIP in the `test_cases` directory.
0 commit comments