Sean Gillies
0cde25b9cd
Merge branch 'master' into issue242
...
Conflicts:
rasterio/rio/merge.py
2015-01-13 20:50:28 -07:00
Sean Gillies
f686ccad70
Fix expected value for float test.
2015-01-13 17:36:24 -07:00
Sean Gillies
09582c7b8f
Watch out for undefined 'info'.
...
Also get merge.py coverage back to 100% (nodata and floats).
2015-01-13 17:18:59 -07:00
Sean Gillies
9922499358
Much smarter data type range checking.
2015-01-13 16:30:21 -07:00
Sean Gillies
4decd8fca9
Merge pull request #245 from brendan-ward/expand_test_coverage
...
Expanded test coverage
2015-01-13 14:58:52 -07:00
Sean Gillies
476e1188e2
Add a --nodata opt to override bogus nodata.
...
Bogus nodata being, eg, -9999 for a uint8 dataset. rio-merge now
warns when the input file's nodata value is bogus and suggests
the use of --nodata for better results.
2015-01-13 14:53:20 -07:00
Brendan Ward
c66eed0300
Merge pull request #241 from mapbox/issue240
...
Logic and tests for merge without nodata.
2015-01-13 13:00:05 -08:00
Sean Gillies
6258f460ca
Remove redundant roff and coff checks.
2015-01-13 13:09:05 -07:00
Sean Gillies
12261402fb
Incorporating @brendan-ward's suggestions.
2015-01-13 12:51:10 -07:00
Sean Gillies
2b4f7284ba
Working rio-merge with main features of gdal-merge.py
...
Closes #242
2015-01-12 15:21:34 -07:00
Sean Gillies
27170ee02e
More tests of rasterio's resampling on I/O.
...
Work on enhancing rio-merge hints that it may not be quite right.
2015-01-12 10:16:31 -07:00
Brendan Ward
c59a35411b
Excluded files from coverage testing, switched version option to use click builtin, added more tests
2015-01-08 20:40:50 -08:00
Sean Gillies
e08fb78754
Get fallback nodata value from dest.
2015-01-08 12:38:57 -07:00
Sean Gillies
9cd3cc049f
100% test coverage.
2015-01-07 22:48:32 -07:00
Sean Gillies
fbc3347f73
Logic and tests for merge without nodata.
...
Closes #240
2015-01-07 22:26:38 -07:00
Sean Gillies
82fe909259
Add 10_10 tags.
2015-01-07 21:40:53 -07:00
Brendan Ward
cdc1dd92bf
Merge pull request #239 from mapbox/delocating
...
Support for OS X binary wheels
2015-01-07 17:00:13 -08:00
Sean Gillies
afafccd514
Note minimal formats in GDAL lib.
2015-01-07 14:12:32 -07:00
Sean Gillies
c0a12f8e55
Update requirements and README.
2015-01-07 10:56:16 -07:00
Sean Gillies
f851916f25
Add some automation to wheel builds and relocation.
2015-01-07 10:16:48 -07:00
Sean Gillies
290184b4be
Don't fill unless we have a nodata value.
...
Closes #237 .
2015-01-06 20:00:04 -07:00
Sean Gillies
a073f61020
Support for PROJ4 lib and data in binary wheel.
2015-01-06 17:13:10 -07:00
Sean Gillies
a51fcc5617
Initial support for self-contained Rasterio binaries.
2015-01-06 10:38:20 -07:00
Sean Gillies
08b90c9313
Merge pull request #235 from brendan-ward/fix_rio_merge
...
Fixed proper handling of verbosity and output shape for rio merge
2015-01-04 21:27:46 -07:00
Brendan Ward
c03de30e58
Sort test input files
2014-12-31 07:17:15 -08:00
Brendan Ward
dc4d5106ce
Fixed proper handling of verbosity and output shape for rio merge
2014-12-30 23:03:01 -08:00
Brendan Ward
2cc39db2fa
Merge pull request #234 from mapbox/rio-shapes-nodata
...
Proper application of nodata switch for all cases in rio-shapes
2014-12-30 12:48:29 -08:00
Sean Gillies
ed4890ce04
Initialize img and nodata_mask arrays together.
2014-12-30 13:41:29 -07:00
Sean Gillies
1091a69eea
Proper application of nodata switch for all cases.
...
Plus tests to get to 100% coverage.
2014-12-30 13:27:41 -07:00
Brendan Ward
5f89ca1bca
Merge pull request #231 from mapbox/cligj
...
Switch over to cligj
2014-12-29 15:26:26 -08:00
Sean Gillies
da2f4d47d0
Go back to unicode RS, fixing regression.
2014-12-29 14:48:52 -07:00
Sean Gillies
c5af6757e9
Complete the switch over to cligj.
2014-12-29 13:51:14 -07:00
Sean Gillies
5f156ca7f2
Switch over to cligj.
2014-12-28 11:06:31 -08:00
Brendan Ward
13dc4752d7
Merge pull request #228 from mapbox/json-test-sequences
...
--sequence means write JSON text sequences.
2014-12-27 06:10:40 -08:00
Sean Gillies
c5267bb5f2
Help updates for params.
2014-12-25 15:44:37 -08:00
Brendan Ward
f6e6e16ca6
Merge pull request #209 from mapbox/issue190
...
Attempt at a read_extra() method.
2014-12-23 15:12:47 -08:00
Sean Gillies
711f8fd45a
--sequence means write JSON text sequences.
...
--with-rs means add RS delimiters.
Also, some parameter consolidation into a new params module.
2014-12-22 18:18:50 -08:00
Sean Gillies
84ad697d47
Merge remote-tracking branch 'origin' into issue190
...
Conflicts:
rasterio/_io.pyx
2014-12-19 19:53:42 -07:00
Sean Gillies
718e2e26e1
Return out to kwarg in read_band()
2014-12-19 12:17:08 -07:00
Sean Gillies
6aaf4b364f
Code cleanup, offset bug fix, better docstring.
2014-12-19 12:13:09 -07:00
Sean Gillies
9a74644a0e
Add a greedy option to read().
...
This flags the intention to use windows that extend beyond the
dataset's extent.
2014-12-18 17:27:58 -07:00
Brendan Ward
db754a551f
Merge pull request #224 from mapbox/issue221
...
Output file as arg, not option.
2014-12-18 15:49:26 -08:00
Sean Gillies
5abea7ccbf
Updates to docs.
2014-12-18 16:04:42 -07:00
Sean Gillies
609ec67b65
Merge pull request #225 from visr/patch-1
...
correct rio info --bounds help
2014-12-18 12:06:19 -07:00
Martijn Visser
f1905680f3
correct rio info --bounds help
...
I broke the string in two in order not to exceed 79 characters.
2014-12-18 19:39:12 +01:00
Sean Gillies
7cc5b6af38
Output file as arg, not option.
...
Closes #221 .
2014-12-16 16:15:37 -07:00
Sean Gillies
6aa186c277
Remove mention of OS X wheels.
2014-12-16 13:15:33 -07:00
Sean Gillies
06649e2760
Bump version, add changes, update authors.
0.16
2014-12-16 12:49:43 -07:00
Brendan Ward
e7c3f33525
Merge pull request #223 from mapbox/issue210
...
Remove excessively strict transform check.
2014-12-16 11:26:33 -08:00
Brendan Ward
72f4b971e5
Merge pull request #222 from mapbox/no-setuptools-req
...
Remove setuptools from install_requires.
2014-12-16 11:22:25 -08:00