Vincent Sarago
Vincent Sarago
> GitHub issues are for bug reports and suggestions for new features. As far as I know the only supported methods are: - **nearest** applies a nearest neighbour (simple sampling)...
## Min/Max zoom (high priority) I'm trying to support as much as possible STAC in other dynamic tiling projects and IMO having the min/max zoom for asset would be really...
closes #160 ### To Do - [x] write tests cc @ionelmc
👋 First thanks for this awesome library 🙏 I was wondering if adding AWS S3 or simple HTTP storage would be something worth implementing here. I could start a PR...
> Rasterio supports Python versions 2.7 and 3.3 or higher. ref: https://rasterio.readthedocs.io/en/latest/index.html > Rasterio has one C library dependency: GDAL >=1.11. ref: https://rasterio.readthedocs.io/en/latest/installation.html#dependencies I'll try to start a PR today
https://github.com/mapbox/rasterio/blob/3c630f8a30d31ceb61aa52ad3ab96f4fc25f2ecd/rasterio/_io.pyx#L1794-L1801 > @param pszResampling one of "AVERAGE", "AVERAGE_MAGPHASE", "RMS", "BILINEAR", "CUBIC", "CUBICSPLINE", "GAUSS", "LANCZOS", "MODE", "NEAREST", "NONE" https://github.com/OSGeo/gdal/blob/3d32de21b79ab7e09024f55a0e6740f00318dd3e/gdal/gcore/gdaldataset.cpp#L1908-L1909
ref: https://github.com/mapbox/rasterio/issues/1456 👋 @sgillies, here is my 6 month routine post about mask and VRT 🤵 in https://gist.github.com/vincentsarago/6d6e7ff9b048117631bd2a6b39014dac I noticed a strange behavior with data having `nan` value and internal...
Because we use `temporary` function (we add the SQL function and then rollback the transaction) the performance is worse than when using registered function within the database. ## ToDo -...
ref: https://github.com/developmentseed/serverless-timvt (lambda + Aurora serveless Postgres)