This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
This is a local proxy to intercept GDAL vsigs request (when storing data | |
on google cloud storage) and inject error codes to exercise the logging | |
codepath. | |
Usage: | |
$ python vsi_proxy.py | |
$ CPL_GS_ENDPOINT=http://localhost:9999/ gdal_translate -srcwin 5000 5000 2000 2000 /vsigs/mybucketfile.tif out.tit | |
""" |
OlderNewer