pyproj - Man Page

Name

pyproj — pyproj CLI

pyproj version: 3.6.1 [PROJ version: 9.3.1]

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

Named Arguments

-v,  --verbose

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

--bbox

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.

--spatial-test

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”

--source-id

Restrict resource files to be downloaded to those whose source_id property contains the ID value. Default is all possible values.

--area-of-use

Restrict resource files to be downloaded to those whose area_of_use property contains the AREA_OF_USE value. Default is all possible values.

--file

Restrict resource files to be downloaded to those whose name property  (file name) contains the FILE value. Default is all possible values.

--exclude-world-coverage

Exclude files which have world coverage.

Default: False

--include-already-downloaded

Include grids that are already downloaded.

Default: False

--list-files

List the files without downloading.

Default: False

--all

Download all missing transform grids.

Default: False

--system-directory

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

Default: False

--target-directory

The directory to sync grids to instead of the user writable directory.

-v, --verbose

Print download information.

Default: False

Author

Jeffrey Whitaker

Info

Jan 26, 2024 3.6.1