• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mapbox / rasterio / 3522 / 14
98%
master: 96%

Build:
Build:
LAST BUILD BRANCH: transform_bounds
DEFAULT BRANCH: master
Ran 27 Jul 2018 04:05PM UTC
Files 48
Run time 8s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

27 Jul 2018 03:43PM UTC coverage: 98.472%. Remained the same
GDALVERSION="master"

push

travis-ci

sgillies
Populate `pan{Src|Dst}Bands` indexes when reprojecting (#1424)

* Populate `pan{Src|Dst}Bands` indexes when reprojecting

This is addressing issue #1350. Basically warping for cases other than

- Warping first band
- Warping all bands

didn't work, because of the way warping structure was configured. With this
change we actually populate `pan{Src|Dst}Bands` parameters properly.

Also when destination is an `ndarray` and there are multiple bands being
processed destination bands are assumed to be `1,2,..N` if the output size
matches the number of bands being processed simultaneously. So you can extract
say bands `4,7,19` into a `3xHxW` `ndarray`.

* Being explicit about resampling strategy in the test

Use `nearest` resampling strategy in `test_issue1350`, in case the difference in
test failure across GDAL versions is due to that.

* Update test for issue 1350 following feedback

* Skip reproject test for gdal 2.2.x series

There was a regression in 2.2.x series of GDAL, where warping would use
`panDstBands` instead of `panSrcBands` when warping into a 1 band destination.
Regression was fixed in 2.2.4 release of GDAL.

1102 of 1168 branches covered (94.35%)

2900 of 2945 relevant lines covered (98.47%)

0.98 hits per line

Source Files on job 3522.14 (GDALVERSION="master")
  • Tree
  • List 0
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 3434
  • Travis Job 3522.14
  • 3d8856de on github
  • Prev Job for GDALVERSION="master" on maint-1.0 (#3506.14)
  • Next Job for GDALVERSION="master" on maint-1.0 (#3523.14)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc