1PYPROJ(1)                           pyproj                           PYPROJ(1)
2
3
4

NAME

6       pyproj - pyproj CLI
7
8       pyproj version: 3.3.0 [PROJ version: 8.2.0]
9
10
11          usage: pyproj [-h] [-v] {sync} ...
12

OPTIONS

14       -v, --verbose
15              Show verbose debugging version information.
16
17              Default: False
18

SUB-COMMANDS:

20   sync
21       Tool for synchronizing PROJ datum and transformation support data.
22
23          pyproj sync [-h] [--bbox BBOX] [--spatial-test {intersects,contains}]
24                      [--source-id SOURCE_ID] [--area-of-use AREA_OF_USE] [--file FILE]
25                      [--exclude-world-coverage] [--include-already-downloaded]
26                      [--list-files] [--all] [--system-directory]
27                      [--target-directory TARGET_DIRECTORY] [-v]
28
29   options
30       --bbox Specify  an  area of interest to restrict the resources to down‐
31              load. The area of interest is specified as a bounding  box  with
32              geographic  coordinates,  expressed in degrees in an unspecified
33              geographic  CRS.  west_long  and  east_long  should  be  in  the
34              [-180,180]  range,  and south_lat and north_lat in the [-90,90].
35              west_long is generally lower than east_long, except in the  case
36              where the area of interest crosses the antimeridian.
37
38       --spatial-test
39              Possible choices: intersects, contains
40
41              Specify how the extent of the resource files are compared to the
42              area of use specified explicitly with –bbox. By default, any re‐
43              source  files  whose  extent  intersects  the value specified by
44              –bbox will be selected. If using the contains strategy, only re‐
45              source files whose extent is contained in the value specified by
46              –bbox will be selected.
47
48              Default: “intersects”
49
50       --source-id
51              Restrict  resource  files  to  be  downloaded  to  those   whose
52              source_id  property contains the ID value. Default is all possi‐
53              ble values.
54
55       --area-of-use
56              Restrict  resource  files  to  be  downloaded  to  those   whose
57              area_of_use  property contains the AREA_OF_USE value. Default is
58              all possible values.
59
60       --file Restrict resource files to be downloaded  to  those  whose  name
61              property   (file  name)  contains the FILE value. Default is all
62              possible values.
63
64       --exclude-world-coverage
65              Exclude files which have world coverage.
66
67              Default: False
68
69       --include-already-downloaded
70              Include grids that are already downloaded.
71
72              Default: False
73
74       --list-files
75              List the files without downloading.
76
77              Default: False
78
79       --all  Download all missing transform grids.
80
81              Default: False
82
83       --system-directory
84              If enabled, it will sync grids to the main PROJ  data  directory
85              instead of the user writable directory.
86
87              Default: False
88
89       --target-directory
90              The  directory to sync grids to instead of the user writable di‐
91              rectory.
92
93       -v, --verbose
94              Print download information.
95
96              Default: False
97

AUTHOR

99       Jeffrey Whitaker
100
102       2006-2021, Jeffrey Whitaker; 2019-2021, Open source contributors
103
104
105
106
1073.3.0                            Nov 18, 2021                        PYPROJ(1)
Impressum