Matthew Perry
e53b0d910a
import numpy as np in docs and examples ( #740 )
...
import numpy as np in docs and examples and remove unneeded imports
2016-06-02 06:46:52 -07:00
Brendan Ward
4a7ad0c3fd
Merge pull request #742 from mapbox/complex-xfail
...
xfail test for complex dtype
2016-06-02 06:30:54 -07:00
Matthew Perry
b68548f446
add xfailing test for complex dtype
2016-06-02 07:51:41 -04:00
Brendan Ward
48b9eb3e0f
Merge pull request #738 from eseglem/numpy
...
Standardize on import numpy as np.
2016-06-01 22:14:43 -07:00
Erik Seglem
a31e3c8c16
Standardize on import numpy as np.
2016-06-01 22:47:33 -04:00
Sean Gillies
19c8725bd7
Merge pull request #737 from mapbox/make-publish
...
make publish target to streamline doc deployment
2016-06-01 15:07:07 -07:00
Matthew Perry
d2b1423266
make publish target to streamline doc deployment
2016-06-01 08:22:16 -04:00
Sean Gillies
c40b52d725
Add missing sec headers, remove stranded section
2016-05-31 22:19:40 -06:00
Sean Gillies
2d8e2f81b4
Explain how to get GDAL and headers
...
For Linux and OS X
2016-05-31 20:30:05 -06:00
Sean Gillies
a3a971b12d
Replace dev notes with reference to contrib doc.
...
Resolves #730 .
2016-05-31 20:12:36 -06:00
Sean Gillies
0c9b86278c
Skip two tests.
...
One is a Homebrew crasher, the other requires a format driver that
isn't installed with Homebrew.
2016-05-31 19:58:12 -06:00
Sean Gillies
c93855a6db
Add documentation link
2016-05-27 17:22:47 -06:00
Sean Gillies
96c7b42786
Add a .nojekyll file
2016-05-27 17:01:29 -06:00
Sean Gillies
5cd2167028
Add a "docs" extra
2016-05-27 16:05:42 -06:00
Sean Gillies
56f5f6abb0
Merge pull request #723 from brendan-ward/issue722
...
Alternative GDAL install instructions for OSX
2016-05-27 14:18:16 -06:00
Matthew Perry
3193781dca
Merge pull request #718 from ColinTalbert/master
...
Raster array reshaping into image format and reverting
2016-05-27 07:24:43 -04:00
Brendan Ward
fc0641fc09
Added alternative GDAL install instructions for OSX.
2016-05-26 20:42:03 -07:00
Sean Gillies
3bfc5cf77c
Update README intro and installation notes
...
Closes #721
2016-05-26 11:01:12 -06:00
Colin Talbert
94d2ebf00a
Removed half pixel shift of extent,
...
and distinction/confustion of the
PIXEL_OR_AREA metadata item
After a bit of digging I've come come to
the conclusion that this is currently being
correctly handled by GDAL such that
getting the origin or corner cordinates
will return the actual plotting/data extent.
As such the returned extent should be a simple
reordering of the bounds.
I verified this in ArcMap and QGis against a
couple of datasets.
For context see:
https://trac.osgeo.org/gdal/ticket/3837#comment:9
and
https://trac.osgeo.org/gdal/wiki/rfc33_gtiff_pixelispoint
2016-05-26 10:46:59 -06:00
Sean Gillies
55aa016b6e
Prototype support for PEP 518
...
Closes #703
2016-05-25 09:55:17 -06:00
Colin Talbert
bc6bbf0ea2
minor code cleanup, formating and typos
...
as per sgilles suggestions
2016-05-25 08:01:59 -06:00
Sean Gillies
ed634de905
Add more design notes
2016-05-24 15:28:30 -06:00
Colin Talbert
f447e8291e
Refactor get_plotting_extent into separate
...
function for general reuse.
2016-05-24 14:58:33 -06:00
Colin Talbert
5c3bd2ebdf
Update reshape_image test for new decoupled io function
2016-05-24 10:16:06 -06:00
Talbert
5c5b4e07f2
decoupled io from reshape_as_image function
2016-05-24 09:52:07 -06:00
Colin Talbert
00d4c5fd1c
Merge branch 'master' of git@github.com:mapbox/rasterio.git
2016-05-23 14:02:23 -06:00
Colin Talbert
6d0cccefaf
Added tests of reshape_as_image and
...
reshape_as_raster
2016-05-23 13:56:42 -06:00
Colin Talbert
509fc8da3f
Added function to reshape 'image' arrays
...
to 'raster' order.
2016-05-23 13:55:50 -06:00
Colin Talbert
2c7d788aa8
Added function to reshape raster data
...
as images for plotting and image manipulation
2016-05-23 13:55:00 -06:00
Sean Gillies
585f4063ea
Merge pull request #716 from mapbox/dataset-mask
...
per-dataset mask
2016-05-20 12:27:44 -06:00
Matthew Perry
2b24475221
remove arg tricks
2016-05-20 11:48:27 -04:00
Matthew Perry
cafae42234
clarify comments [skip ci]
2016-05-20 10:44:08 -04:00
Matthew Perry
b9b4543cfe
tighten up arg and kwargs handling
2016-05-20 10:18:09 -04:00
Matthew Perry
90721683d5
initial implementation of per-dataset mask
2016-05-20 09:33:37 -04:00
Matthew Perry
bde45d6275
Merge pull request #713 from mapbox/plugin-help
...
Add plugin instructions to CLI main.py
2016-05-19 19:24:05 -04:00
Sean Gillies
8ae2f9117c
Add plugin instructions to CLI main.py
...
Also change affine module usage to future proof Rasterio.
2016-05-19 16:43:56 -06:00
Matthew Perry
4fbee7379b
additional classifiers in setup
2016-05-19 10:31:14 -04:00
Sean Gillies
f97316a1c1
Merge pull request #673 from mapbox/doc-polish
...
[NOT READY] Documentation polish
2016-05-12 11:33:47 -06:00
Sean Gillies
34acb7de8b
Details about the dev environment
2016-05-12 10:50:03 -06:00
Sean Gillies
048b33b80c
Contributing instructions
...
Towards closing #701 .
2016-05-11 16:05:57 -06:00
Matthew Perry
7437fa6ee6
fix image axis order docs, fixes #700
2016-05-09 09:36:34 -04:00
Sean Gillies
fe097a650c
Update version and change log
0.35.1
2016-05-06 15:57:13 -06:00
Sean Gillies
db4806469c
Merge pull request #697 from mapbox/oh-three-five-fixes
...
Oh three five fixes
2016-05-06 15:41:58 -06:00
Sean Gillies
e7fde7e672
Rename decorator ensure_env
2016-05-06 12:19:31 -06:00
Sean Gillies
a6a23179de
Remove obsolete test
2016-05-06 10:58:18 -06:00
Sean Gillies
2dfb4b038b
Use a default env decorator on funcs that invoke GDAL C API
...
Closes #694
2016-05-06 10:54:20 -06:00
Sean Gillies
c3140d6bdf
Closes #695
2016-05-06 10:06:10 -06:00
Sean Gillies
44e4e52011
Update S3 documentation
2016-05-04 07:26:59 -06:00
Sean Gillies
eef6893d77
Update changes and version
0.35.0.post1
2016-05-04 06:42:59 -06:00
Sean Gillies
71cb08babb
Add rasterfill.cpp to the manifest
2016-05-04 06:39:38 -06:00