Kevin Wurster
|
4f4a34f8a4
|
Better handling for rasterio.open(affine=..., transform=...).
|
2016-06-20 00:20:56 -04:00 |
|
Kevin Wurster
|
6fb1113c3d
|
rasterio.transform.guard_transform() raises a TypeError if a GDAL geotransform is encountered, NOT a ValueError.
|
2016-06-20 00:03:06 -04:00 |
|
Kevin Wurster
|
f5e15f1f58
|
Remove GDAL geotransform for $ rio edit-info --transform
|
2016-06-19 22:21:34 -04:00 |
|
Kevin Wurster
|
e7350746ee
|
Force DeprecationWarning's to be visible.
|
2016-06-19 22:13:24 -04:00 |
|
Kevin Wurster
|
ef952def3b
|
Merge master.
|
2016-06-14 21:09:27 -07:00 |
|
Sean Gillies
|
96e63f02b5
|
Update version, change log, authors
0.36.0
|
2016-06-14 16:30:03 -06:00 |
|
Matthew Perry
|
f6386416d5
|
Update CHANGES.txt
|
2016-06-14 14:42:21 -04:00 |
|
Brendan Ward
|
871c84601e
|
Merge pull request #789 from grovduck/vfs-test-windows
Force file paths to be forward slashes even on Windows
|
2016-06-14 11:11:28 -07:00 |
|
Kevin Wurster
|
909b81f561
|
PR feedback
|
2016-06-14 10:44:19 -07:00 |
|
Kevin Wurster
|
a71f3f0f1f
|
Explicitly construct Affine() transforms rather than instantiating from Affine.from_gdal()
|
2016-06-14 10:44:03 -07:00 |
|
Kevin Wurster
|
41fa705a09
|
Docs for affine vs. transform
|
2016-06-14 10:21:54 -07:00 |
|
Matthew Perry
|
13e189c041
|
Merge pull request #765 from ColinTalbert/EnhancePlotFunctions
Enhance plot functions
|
2016-06-14 11:35:20 -04:00 |
|
Colin Talbert
|
a2126250e2
|
py3 and fmting
# Conflicts:
# rasterio/plot.py
|
2016-06-14 08:48:14 -06:00 |
|
Matthew Perry
|
0cc951ddf1
|
add plot target
|
2016-06-14 08:44:11 -06:00 |
|
Matthew Perry
|
f3c007c27c
|
configure a headless display to test matplotlib
|
2016-06-14 06:54:58 -06:00 |
|
Colin Talbert
|
89295a2a5a
|
Changed keyword lookup to 2-3 compatible syntax
|
2016-06-14 06:54:28 -06:00 |
|
Brendan Ward
|
72c94b57b1
|
Merge pull request #790 from mapbox/unsupported-write-drivers
Unsupported write drivers
|
2016-06-13 20:31:52 -07:00 |
|
Matthew Perry
|
185142ca2d
|
bring bad drivers list up and sync tests
|
2016-06-13 20:44:19 -04:00 |
|
Kevin Wurster
|
217f5aff29
|
Let guard_transform() raise an exception for the time being to make migration errors easier to spot.
|
2016-06-13 17:04:57 -07:00 |
|
Kevin Wurster
|
92b64f9c8a
|
Raise an exception if 'affine' _and_ 'transform' are passed to rasterio.open(). Issue a warning if 'affine' is used. Raise an exception if 'transform' is not an instance of 'affine.Affine()'.
|
2016-06-13 16:50:42 -07:00 |
|
Kevin Wurster
|
9103d56802
|
Use rasterio.Env() instead of rasterio.env.Env()
|
2016-06-13 16:04:28 -07:00 |
|
Matthew Perry
|
79366de2e2
|
document driver support situation, fixes #731
|
2016-06-13 18:13:20 -04:00 |
|
Matthew Perry
|
ebc5ec06e4
|
disable netcdf writes, fixes #647
|
2016-06-13 18:12:26 -04:00 |
|
Colin Talbert
|
ebd800b4c5
|
Removed 2.7 long number specification
|
2016-06-13 14:22:54 -06:00 |
|
Colin Talbert
|
b12cf50091
|
updated tests to get to 96% coverage
|
2016-06-13 13:50:07 -06:00 |
|
Colin Talbert
|
5ce6796b70
|
fixed colors list append using mpl instead of plt
|
2016-06-13 13:49:22 -06:00 |
|
Colin Talbert
|
5b3a950dea
|
Show logic was backwards
|
2016-06-13 13:48:23 -06:00 |
|
Colin Talbert
|
78f2e0d905
|
Explicit RasterReader import
|
2016-06-13 13:47:52 -06:00 |
|
Colin Talbert
|
c21ca3bd8d
|
Added test_plot.py with test of plot
Need to add explicit tests to check if mpl
output remains valid. Currently only checks
that no errors are raised.
|
2016-06-13 12:04:54 -06:00 |
|
grovduck
|
fc12613489
|
Force file paths to be forward slashes even on Windows
|
2016-06-13 10:57:21 -07:00 |
|
Colin Talbert
|
10ebd0d4e5
|
Added contour visualization to example
|
2016-06-13 11:23:40 -06:00 |
|
Colin Talbert
|
bc9042e508
|
Added contour visualization mehtod to the plot function.
|
2016-06-13 11:23:14 -06:00 |
|
Colin Talbert
|
9a306b7fb1
|
Add functionality to allow for 3d arrays to be passed
as described in #788
|
2016-06-13 11:21:52 -06:00 |
|
Matthew Perry
|
247764c5f6
|
changes for 0.36
|
2016-06-13 12:52:40 -04:00 |
|
Sean Gillies
|
dd1612b656
|
Merge pull request #780 from mapbox/default-proj-env
Use CHECK_WITH_INVERT_PROJ=True in default Env
|
2016-06-13 09:24:22 -07:00 |
|
Matthew Perry
|
39b70f3dca
|
Update AUTHORS.txt
|
2016-06-13 11:46:45 -04:00 |
|
Brendan Ward
|
f182137f63
|
Merge pull request #782 from mapbox/issue-781-xfail
test windowed masks
|
2016-06-13 08:35:56 -07:00 |
|
Colin Talbert
|
a18d6d9e69
|
Removed explicit cmap parameter in show function
This optional parameter will now get passed as part
of **kwargs so that current default cmap gets used.
|
2016-06-13 08:02:10 -06:00 |
|
Colin Talbert
|
979e7ab666
|
Merge branch 'master' into EnhancePlotFunctions
|
2016-06-13 07:55:12 -06:00 |
|
Colin Talbert
|
b411fc0274
|
Manually correct merge conflict
|
2016-06-13 07:43:39 -06:00 |
|
Colin Talbert
|
914b8d4725
|
Merge branch 'master' of git@github.com:mapbox/rasterio.git into plot_warning_message
# Conflicts:
# rasterio/plot.py
# rasterio/rio/stack.py
|
2016-06-13 07:18:28 -06:00 |
|
Matthew Perry
|
151e2b7a53
|
test windowed masks
|
2016-06-13 08:46:16 -04:00 |
|
Matthew Perry
|
595aefbd43
|
drop additional methods for gdal1.9
|
2016-06-11 09:50:56 -04:00 |
|
Matthew Perry
|
b3ecfa17e3
|
skip unsupported resampling methods in GDAL1.x
|
2016-06-11 09:35:15 -04:00 |
|
Matthew Perry
|
668b47226a
|
use default_options in test_env
|
2016-06-11 09:07:23 -04:00 |
|
Matthew Perry
|
a9c154ccf4
|
cleanup warp tests, no need to warp twice
|
2016-06-11 08:55:10 -04:00 |
|
Matthew Perry
|
4cf3fc0e3c
|
Use CHECK_WITH_INVERT_PROJ=true in default Env
|
2016-06-11 08:46:06 -04:00 |
|
Matthew Perry
|
2150030160
|
_crs.c to gitignore, thx @grovduck
|
2016-06-10 14:31:54 -04:00 |
|
Matthew Perry
|
5a0148bcea
|
Merge pull request #779 from mapbox/little-moar-coverage
a few more tests
|
2016-06-10 13:17:38 -04:00 |
|
Matthew Perry
|
b926d1b821
|
use the clunky recwarn way, move to test_deprecations
|
2016-06-10 13:05:56 -04:00 |
|