From 22ee49e274edf59ac2654832ff7d227edaccbd3e Mon Sep 17 00:00:00 2001 From: GuyB Date: Fri, 9 Apr 2021 14:30:18 -0400 Subject: [PATCH] Update README.md changes in readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b653a29..5368741 100644 --- a/README.md +++ b/README.md @@ -242,8 +242,9 @@ python3 pgrastertime.py -t soundings_4m -m time_start='2017-12-31' -m time_end=' # Gdal version command line + ``` python3 pgrastertime.py -s ./sql/basePostProcess.sql -t testtable -f -r ./data/ -p xml -m gdal_path=gdal-2.4.0 - + ``` # Docker We built a dockerfile with the latest version of gdal osgeo / gdal: ubuntu-full-latest. Since we use Docker, we can remove the python environment part and run commands directly as root.