Scroll to navigation

PYPROJ(1) pyproj PYPROJ(1)

NAME

pyproj - pyproj CLI

pyproj version: 3.0.0 [PROJ version: 7.2.0]

usage: pyproj [-h] [-v] {sync} ...


NAMED ARGUMENTS

Show verbose debugging version information.

Default: False


SUB-COMMANDS:

sync

Tool for synchronizing PROJ datum and transformation support data.

pyproj sync [-h] [--bbox BBOX] [--spatial-test {intersects,contains}]

[--source-id SOURCE_ID] [--area-of-use AREA_OF_USE] [--file FILE]
[--exclude-world-coverage] [--include-already-downloaded]
[--list-files] [--all] [--system-directory]
[--target-directory TARGET_DIRECTORY] [-v]


Named Arguments

Specify an area of interest to restrict the resources to download. The area of interest is specified as a bounding box with geographic coordinates, expressed in degrees in an unspecified geographic CRS. west_long and east_long should be in the [-180,180] range, and south_lat and north_lat in the [-90,90]. west_long is generally lower than east_long, except in the case where the area of interest crosses the antimeridian.
Possible choices: intersects, contains

Specify how the extent of the resource files are compared to the area of use specified explicitly with --bbox. By default, any resource files whose extent intersects the value specified by --bbox will be selected. If using the contains strategy, only resource files whose extent is contained in the value specified by --bbox will be selected.

Default: "intersects"

Restrict resource files to be downloaded to those whose source_id property contains the ID value. Default is all possible values.
Restrict resource files to be downloaded to those whose area_of_use property contains the AREA_OF_USE value. Default is all possible values.
Restrict resource files to be downloaded to those whose name property (file name) contains the FILE value. Default is all possible values.
Exclude files which have world coverage.

Default: False

Include grids that are already downloaded.

Default: False

List the files without downloading.

Default: False

Download all missing transform grids.

Default: False

If enabled, it will sync grids to the main PROJ data directory instead of the user writable directory.

Default: False

The directory to sync grids to instead of the user writable directory.
Print download information.

Default: False


AUTHOR

Jeffrey Whitaker

COPYRIGHT

2006-2020, Jeffrey Whitaker; 2019-2020, Open source contributors

November 5, 2020 3.0.0