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

corteva / rioxarray / 280 / 3
93%
master: 93%

Build:
DEFAULT BRANCH: master
Ran 01 Nov 2019 10:01PM UTC
Files 6
Run time 0s
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

01 Nov 2019 09:55PM UTC coverage: 86.377%. Remained the same
PYTHON_VERSION="3.6"

push

travis-ci-com

snowman2
Add boolean keyword trans_recalc to  to_raster() to turn transform re… (#56)

* 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)
…)

* Modified test scripts to accomodate new keyword

New boolean keyword was recalc_transform to  to_raster(). The integration test files were modified to include testing of this addition.

* black

596 of 690 relevant lines covered (86.38%)

0.86 hits per line

Source Files on job 280.3 (PYTHON_VERSION="3.6")
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 216
  • Travis Job 280.3
  • 6452571f on github
  • Prev Job for PYTHON_VERSION="3.6" on master (#275.1)
  • Next Job for PYTHON_VERSION="3.6" on master (#281.1)
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