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

corteva / rioxarray / 256
86%
master: 93%

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

pending completion
256

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…

1725 of 2010 relevant lines covered (85.82%)

3.43 hits per line

Jobs
ID Job ID Ran Files Coverage
1 256.1 (PYTHON_VERSION="3.6") 31 Oct 2019 04:09PM UTC 0
85.82
Travis Job 256.1
2 256.2 (PYTHON_VERSION="3.7") 31 Oct 2019 04:07PM UTC 0
85.82
Travis Job 256.2
3 256.3 (PYTHON_VERSION="3.6") 31 Oct 2019 04:10PM UTC 0
85.82
Travis Job 256.3
4 256.4 (PYTHON_VERSION="3.7") 31 Oct 2019 04:13PM UTC 0
85.82
Travis Job 256.4
Source Files on build 256
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #256
  • Pull Request #56
  • PR Base - master (#255)
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