Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

explain_-g_full.rst_ 1.6 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
  1. .. _-g_full:
  2. **-g**\ [**a**]\ **x**\|\ **y**\|\ **d**\|\ **X**\|\ **Y**\|\ **D**\|[*col*]\ **z**\ *gap*\ [**+n**\|\ **p**]
  3. Examine the spacing between consecutive data points in order to
  4. impose breaks in the line. Append **x**\|\ **X** or
  5. **y**\|\ **Y** to define a gap when there is a large enough change
  6. in the x or y coordinates, respectively, or **d**\|\ **D** for
  7. distance gaps; use upper case to calculate gaps from projected
  8. coordinates. For gap-testing on other columns use [*col*]\ **z**;
  9. if *col* is not prepended the it defaults to 2 (i.e., 3rd column).
  10. Append *gap* and optionally a unit **u** and modifiers **+n** or **+p**.
  11. Here, **+n** means previous minus current column value must exceed
  12. *gap* to be a gap and **+p** means current minus previous column value
  13. must exceed *gap*. Otherwise the *absolute value* of the
  14. difference must exceed *gap*. For geographic data
  15. (**x**\|\ **y**\|\ **d**), the unit **u** may be arc
  16. **d**\ egree, **m**\ inute, or **s**\ econd, or m\ **e**\ ter
  17. [Default], **f**\ oot, **k**\ ilometer, **M**\ ile, **n**\ autical
  18. mile, or s\ **u**\ rvey foot. For projected data
  19. (**X**\|\ **Y**\|\ **D**), choose from **i**\ nch,
  20. **c**\ entimeter, or **p**\ oint [Default unit set by
  21. :term:`PROJ_LENGTH_UNIT`]. **Note**: For **x**\|\ **y**\|\ **z** with
  22. time data the unit is instead controlled by :term:`TIME_UNIT`. Repeat
  23. the option to specify multiple criteria, of which any can be met to
  24. produce a line break. Issue an additional **-ga** to indicate that
  25. all criteria must be met instead.
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...