13 Commits

Author SHA1 Message Date
Sean Gillies
14192e3368 Add resampling 2023-05-27 19:22:32 -06:00
Sean Gillies
052057b8d9 Treat XML as UTF-8 encoded bytes
Allow rasterio.open to take XML bytes as well as unicode strings.
2023-05-25 20:17:06 -06:00
Sean Gillies
ec8bb3504a VRT form of merging
Instead of GDALBuildVRT

Resolves #2573
2023-05-25 20:17:03 -06:00
Ryan Grout
da7fd4d0f5
Raise exception when CRS differs during merge (#2740) 2023-02-13 08:36:43 -06:00
João Santos
17a8a883c4
Add more merge methods (#2457) 2022-05-16 10:22:40 -06:00
Denis Rykov
689e141413
Use boto3 method to get session credentials (#2255) 2021-08-16 15:02:08 -06:00
Sean Gillies
7f83a1e5fd Remove test accidentally committed 2021-06-21 10:19:23 -06:00
Sean Gillies
774990e52e This is 1.2.5 2021-06-21 10:01:17 -06:00
Sean Gillies
01440b806e
Keep temp and dest region arrays to same shape in merge (#2204)
* Keep temp and dest region arrays to same shape in merge

Resolves #2202

* Document new option
2021-06-11 07:28:13 -06:00
Sean Gillies
9f6d98ffcc Mark aligned pixels test xfail
PROJ 8 has new mercator projection code

Also avoid a warning from merge()
2021-05-25 21:08:24 -06:00
Sean Gillies
60d4ed4114 Allow unsafe casting again
Resolves #2179
2021-05-20 15:11:20 -06:00
Sean Gillies
beb50adb5b Use numpy.isclose when merging float data
Resolves #2163
2021-04-26 13:57:34 -06:00
Sean Gillies
0813068912
Fix mask error in min and max merge algorithms (#2145)
* Fix mask error in min and max merge algorithms

Resolves #2135

* Note changes in #2145
2021-04-06 16:06:57 -06:00