Downloading
Available releases of the USGS PDL Java client are able to be downloaded from the project releases page found here:
https://code.usgs.gov/ghsc/hazdev/pdl/-/releases
For a given release there is a ProductClient.jar
attached and available for
direct download. Click the link provided above to download the JAR file and save it to your
system, or use the following curl command for version 3.5.0:
Example download on *nix terminal
$ curl -qsSL https://code.usgs.gov/ghsc/hazdev/pdl/-/package_files/16098/download -o ProductClient.jar
To verify the version of the Java client being used, the following java command can be run:
$ java -jar ProductClient.jar --version
Last modified: Tue Jul 8 15:15:52 UTC 2025