Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
130 contributions in the last year
Contribution activity
November 2020
Created 15 commits in 2 repositories
Created a pull request in ungarj/mapchete that received 1 comment
Opened 9 other pull requests in 1 repository
ungarj/mapchete
9
merged
- make retry settings configurable via environment
- bounds fix
- prepare 0.36 release
- expose multiprocessing start method as option in execute
- raise generic MapcheteIOError on read fails
- optimize GDAL options on remote files
- enable index command to accept tile directories
- enable serving multiple mapchete files
- add process area parameter
Created an issue in ungarj/mapchete that received 3 comments
catch more rasterio errors in read_raster_window
https://github.com/ungarj/mapchete/blob/master/mapchete/io/raster.py#L300
When S3 buckets are under heavy load, rasterio sometimes also throws a CR…