Skip to content

Commit 42ca5ed

Browse files
committed
Added page "Ho do I"
1 parent 41e1709 commit 42ca5ed

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

docs/howdoi.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# How do I ...
2+
3+
## ... speed-up/parallelize datacube creation
4+
5+
## ... create datacubes from a directory of GeoTIFFs
6+
7+
## ... dynamically update global metadata attributes
8+
9+
## ... avoid cumulative memory usage
10+
11+
## ... mitigate network data transfer becoming a bottleneck
12+
13+
## ... find out what is limiting the performance
14+
15+
## ... create a log file

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ nav:
66
- Overview: index.md
77
- Getting Started: start.md
88
- User Guide: guide.md
9+
- How do I ...: howdoi.md
910
- Configuration: config.md
1011
- CLI Reference: cli.md
1112
- API Reference: api.md

0 commit comments

Comments
 (0)