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

corteva / rioxarray / 256 / 2
86%
master: 93%

Build:
Build:
LAST BUILD BRANCH: actions
DEFAULT BRANCH: master
Ran 31 Oct 2019 04:07PM UTC
Files 6
Run time 1s
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

31 Oct 2019 04:03PM UTC coverage: 85.821%. Remained the same
PYTHON_VERSION="3.7"

Pull #56

travis-ci-com

web-flow
Add boolean keyword trans_recalc to  to_raster() to turn transform recalculation on/off

Add a keyword that would allow user to turn off the recalculation of the transform in the to_raster() function. Currently, the transform is always recalculated.

Proposed change is the addition of the recalc_transform keyword below:
def to_raster(
…
recalc_transform = True
…)

and

with rasterio.open(
....
transform=self.transform(recalc= recalc_transform)
…)
Pull Request #56: Add boolean keyword trans_recalc to to_raster() to turn transform re…

575 of 670 relevant lines covered (85.82%)

0.86 hits per line

Source Files on job 256.2 (PYTHON_VERSION="3.7")
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 201
  • Travis Job 256.2
  • 8b6d892c on github
  • Prev Job for PYTHON_VERSION="3.7" on patch-1 (#255.2)
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

© 2025 Coveralls, Inc