328 Commits

Author SHA1 Message Date
Matthew Perry
bf3890ac65 remove community docs, not the right medium for tracking this. 2016-07-16 14:50:26 -07:00
Matthew Perry
c3d1432388 editing and consolidation of nodata mask docs 2016-07-16 13:55:50 -07:00
Matthew Perry
d75d65e279 note that env is option if you only need default 2016-07-16 13:22:40 -07:00
Matthew Perry
a6e9c611d4 remove data model doc - this will be covered by the narrative docs 2016-07-16 12:51:32 -07:00
Matthew Perry
72b6d5e8ce add calculate_default_transform to warp docs 2016-07-16 12:44:35 -07:00
Matthew Perry
f4e4a2da79 really remove cookbook 2016-07-16 12:20:48 -07:00
Matthew Perry
6af83a5295 move cookbook to rasterio-cookbook, resolve #835 2016-07-16 12:12:03 -07:00
Matthew Perry
fc9c237d3e update apidocs 2016-07-16 11:58:10 -07:00
Matthew Perry
79df7ef11f merge master 2016-07-16 10:58:18 -07:00
Matthew Perry
c532820ff5 a few reading.rst todos 2016-06-20 11:50:47 -04:00
Kevin Wurster
a4b418161a Merge master. 2016-06-20 00:52:33 -04:00
Kevin Wurster
4f4a34f8a4 Better handling for rasterio.open(affine=..., transform=...). 2016-06-20 00:20:56 -04:00
Matthew Perry
8b150293d7 first part of the osgeo migration guide 2016-06-16 13:29:35 -04:00
Matthew Perry
ebd1aafb25 Merge pull request #799 from sebastic/libgdal1h
Drop mentions of old libgdal1h package.
2016-06-16 06:13:29 -04:00
Matthew Perry
4f699f86e9 Plot extents with array and transform (#795)
* plot extents from array+transform

* tests and guard transform

* check for bounds attr

* docstring to indicate expected array axis order
2016-06-15 15:49:33 -07:00
Bas Couwenberg
28fd6d4f5a Drop mentions of old libgdal1h package.
The libgdal-dev package depends on its respective libgdal package,
there is no need to install the library package explicitly.

The library package name has changed to reflect changes in the
libgdal C++ API, libgdal1h is now only appropriate for older release.

libgdal1h is used for GDAL >= 1.10.0, included in Debian jessie and
Ubuntu trusty.

libgdal1i is used for GDAL >= 1.11.2, included in Ubuntu vivid, wily,
and xenial.

libgdal20 is used for GDAL >= 2.0.0, included in Debian testing &
unstable, and Ubuntu yakkety.
2016-06-15 22:53:17 +02:00
Matthew Perry
7a23261c71 fix travis if stmt, use reshape_as funcs 2016-06-15 11:49:52 -04:00
Matthew Perry
e1474954f8 passing doctests, try on travis 2016-06-15 11:07:40 -04:00
Matthew Perry
0adbddfea4 add plotting output and doctest 2016-06-15 10:23:48 -04:00
Kevin Wurster
ef952def3b Merge master. 2016-06-14 21:09:27 -07:00
Kevin Wurster
41fa705a09 Docs for affine vs. transform 2016-06-14 10:21:54 -07:00
Matthew Perry
b064b046b1 towards working doctests in 3.5 2016-06-14 11:56:26 -04:00
Matthew Perry
02f7b5a9c0 include contributing 2016-06-14 10:30:09 -04:00
Matthew Perry
3910d66a7a make it official, no warning 2016-06-14 10:22:01 -04:00
Matthew Perry
06b29cfbdc really add rasterio.env api docs 2016-06-14 10:11:37 -04:00
Matthew Perry
eb5a191610 overviews 2016-06-14 10:08:22 -04:00
Matthew Perry
bfe672188b add env 2016-06-14 09:27:37 -04:00
Matthew Perry
e360fc9595 outline plotting doc based on new plot interface 2016-06-14 09:02:20 -04: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
Kevin Wurster
72f4ba6103 Initial migration doc. Needs affine vs. transform 2016-06-05 17:20:38 -04:00
Kevin Wurster
235e0b33de Update docs with affine vs. transform switch 2016-06-05 15:23:39 -04:00
James Hiebert
457137f207 Updates the georeferencing docs wrt CRS changes 2016-06-04 11:25:26 -07:00
Erik Seglem
44c3d9badf Replace drivers with Env in docs and examples (#760)
Replace rasterio.drivers with rasterio.Env.
2016-06-02 19:01:18 -07:00
James Hiebert
9279138e33 Renames five module to compat (#745)
* Renames five module to compat and updates all refs
2016-06-02 10:50:09 -07:00
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
Matthew Perry
d2b1423266 make publish target to streamline doc deployment 2016-06-01 08:22:16 -04:00
Sean Gillies
96c7b42786 Add a .nojekyll file 2016-05-27 17:01:29 -06: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
Sean Gillies
f97316a1c1 Merge pull request #673 from mapbox/doc-polish
[NOT READY] Documentation polish
2016-05-12 11:33:47 -06:00
Matthew Perry
7437fa6ee6 fix image axis order docs, fixes #700 2016-05-09 09:36:34 -04:00
Sean Gillies
44e4e52011 Update S3 documentation 2016-05-04 07:26:59 -06:00
Sean Gillies
b368da7c1a double colon 2016-05-02 10:53:46 -06:00
Sean Gillies
314166516a use replace directive 2016-05-02 10:53:13 -06:00
Sean Gillies
9b83a26bf7 Fix link 2016-05-02 10:48:56 -06:00
Sean Gillies
75ef946d91 Single statement 2016-04-29 17:39:35 -06:00
Sean Gillies
b80bb9507c More explaining 2016-04-29 17:37:01 -06:00
Sean Gillies
5a2eac62ce Cleaner, easier 2016-04-29 17:26:02 -06:00
Sean Gillies
75fc58c262 Add configuration doc 2016-04-29 17:21:42 -06:00
Matthew Perry
6379eb4c1d resampling doc 2016-04-21 14:16:16 -04:00