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
Copy file name to clipboardExpand all lines: docs/cli/cli-data.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ command will do the same thing as the previous one:
41
41
planet data search PSScene --filter filter.json | jq > recent-psscene.json
42
42
```
43
43
44
-
You can read a bit [more about jq]((cli-intro.md#jq) in the CLI intro.
44
+
You can read a bit [more about jq](cli-intro.md#jq) in the CLI intro.
45
45
46
46
### Output to stdin
47
47
@@ -412,7 +412,7 @@ Will result in output like:
412
412
You can see how the yearly output of Planet has gone up, though it actually went down in 2022 as the upgrade to SuperDove meant much larger swaths, so the number of individual items went down even as we captured the whole earth.
413
413
414
414
The API does not support an 'all time' interval to get the total of all collections for an area, but
415
-
you can easily use [jq]((cli-intro.md#jq) to total up the results of an interval count:
415
+
you can easily use [jq](cli-intro.md#jq) to total up the results of an interval count:
Copy file name to clipboardExpand all lines: docs/cli/cli-orders.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ The `--pretty` flag is built into most Planet CLI commands, and it formats the J
42
42
more readable.
43
43
44
44
You can also use `jq`, a powerful command-line JSON-processing tool, that is mentioned in
45
-
the [CLI introduction]((cli-intro.md#jq).
45
+
the [CLI introduction](cli-intro.md#jq).
46
46
47
47
```sh
48
48
planet orders list | jq
@@ -635,6 +635,7 @@ To clip and composite you need to specify the clip in the tools (instead of `--c
635
635
not use `--clip` and `--tools` in the same call. There is not yet CLI calls to generate the `tools.json`,
636
636
so you can just use the [following json](https://raw.githubusercontent.com/planetlabs/planet-client-python/main/docs/cli/request-json/tools-clip-composite.json):
637
637
638
+
<aname="geometry.geojson"></a>
638
639
```json
639
640
[
640
641
{
@@ -882,7 +883,7 @@ planet orders request \
882
883
```
883
884
884
885
Or get the 5 latest cloud free images in an area and create an order that clips to that area, using
885
-
[geometry.geojson](data/geometry.geojson) from above:
886
+
[geometry.geojson](#geometry.geojson) from above:
886
887
887
888
```sh
888
889
ids=$(planet data filter --geom geometry.geojson --range clear_percent gt 90 \
0 commit comments