Glenn Burkhardt
Glenn Burkhardt
**Note:** Filling out this template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainer's discretion....
### Description of the Change Fix two problems: a) Index out of bounds error due to typo in convertMGRSToUPS; clearly the index should have been 1 instead of 12. b)...
### Description of the Change - bug fix: request to WCS is clipped to Sector size of data available on the server. Mapserver will return an error if the request...
**Note:** Filling out this template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainer's discretion....
Some changes are needed in lots of places. Any time a handle is passed to the JNI layer it should be "long".
The notes discuss using 'scp' to transfer data to Artifactory. Is the access bidirectional? Can data be pulled out of Artifactory with 'scp'?
### Description If GDAL version later than 3.0.0 is used, imagery won't be displayed. **Symptom:** When a raster image is read by GDAL, the error GDALWarpOptions.Validate(): nBandCount=0, no bands configured!...
**Note:** Filling out this template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainer's discretion....
I tried both the short example function from the README page, and examples.py. Neither worked. See attached. [errors.txt](https://github.com/pearmaster/json-schema-codegen/files/7995010/errors.txt)
I ran into 3 problems building on MinGW: 1) The 'mbed' libraries require libbcrypt and libws2_32 to link, at least when a static version of libmbedtls, et al, is used....