Alan D. Snow

Results 87 issues of Alan D. Snow

Missing in install requires: https://github.com/DavidMuller/aws-requests-auth/blob/2e1dd0f37e3815c417c3b0630215a77aab5af617/setup.py#L13 Used in code here https://github.com/DavidMuller/aws-requests-auth/blob/2e1dd0f37e3815c417c3b0630215a77aab5af617/aws_requests_auth/boto_utils.py#L7

I am wondering if adding support for these R-Tree based selectors would be of interest: - https://pygeos.readthedocs.io/en/latest/strtree.html - https://rtree.readthedocs.io/en/latest/tutorial.html It would allow for selecting the points with a geometry as...

Testing out 1.9.0rc1: Related https://github.com/opendatacube/datacube-core/pull/1424 ``` /opt/venv/lib/python3.11/site-packages/datacube/model/__init__.py:567: ODC2DeprecationWarning: Call to deprecated class GridSpec. (This version of GridSpec has been deprecated. Please use the GridSpec class defined in odc-geo.) -- Deprecated...

Testing out 1.9.0rc1: Related #1424 https://github.com/opendatacube/datacube-core/blob/0c5475e54df968aac60864f4542630da20ce7767/datacube/utils/geometry/_base.py#L1009 I am seeing these errors: ``` ): /opt/venv/lib/python3.11/site-packages/odc/geo/geobox.py:1353: in tiles yy, xx = self.range_from_bbox(poly.boundingbox) _ _ _ _ _ _ _ _ _ _...

Also to consider: https://github.com/opendatacube/datacube-core/pull/1457. _Originally posted by @sgillies in https://github.com/rasterio/rasterio/issues/2884#issuecomment-1668720626_ For discussion of default behavior for rasterio. Potentially ask upstream to GDAL.

bug
warp

Related: - https://github.com/rasterio/rasterio/pull/2884 - #209

proposal

From: https://github.com/pytroll/pyresample/issues/527 Related: - https://github.com/OSGeo/PROJ/issues/1525 - https://github.com/OSGeo/PROJ/pull/1526 #### Example of problem ```c PJ* pj = proj_create(nullptr, "+proj=ob_tran +o_proj=longlat +o_lon_p=0 +o_lat_p=39.25 +lon_0=18 +datum=WGS84 +no_defs"); proj_angular_input(pj, PJ_FWD); // 1 proj_angular_input(pj, PJ_INV); //...

bug

Related: - #3535 - https://github.com/pyproj4/pyproj/pull/1227 Mailing List: https://lists.osgeo.org/pipermail/proj/2023-January/010864.html https://github.com/OSGeo/PROJ/pull/3535#issuecomment-1371319131 > To summarize my views: > > Adding a new value to an enumeration: not really an ABI change / grey...

feature request

Related: - #3152 - #3159 / #3080 (maybe, maybe not ...) - [x] I have checked that this issue has not already been reported. - [x] I have confirmed this...

bug