rasterio / rasterio-wheels

MIT License
11 stars 16 forks source link

Update readme #1

Closed sgillies closed 6 years ago

sgillies commented 6 years ago

Get ready for some Travis debugging!

sgillies commented 6 years ago

The linux + Python 3.4 job is the only one failing, with errors like

=================================== FAILURES ===================================
_____________________________ test_dst_crs_error_2 _____________________________

runner = <click.testing.CliRunner object at 0x7f3e2ae78438>
tmpdir = local('/tmp/pytest-of-root/pytest-0/test_dst_crs_error_20')

    def test_dst_crs_error_2(runner, tmpdir):
        """Invalid PROJ.4 is a bad parameter."""
        srcname = 'tests/data/RGB.byte.tif'
        outputname = str(tmpdir.join('test.tif'))
        result = runner.invoke(main_group, [
            'warp', srcname, outputname, '--dst-crs', '{"proj": "foobar"}'])
>       assert result.exit_code == 2
E       AssertionError: assert -1 == 2
E        +  where -1 = <Result ValueError('Either four bounding values or ground control pointsmust be specified',)>.exit_code

tests/test_rio_warp.py:38: AssertionError

I'm stumped. For now, I'll upload all the wheels except this one to PyPI and explain on the discussion group.

sgillies commented 6 years ago

It lives!

untitled

Thanks to ccache and some dependency bundling, builds of GDAL + Rasterio wheels and tests are ~18 minutes.