Sean Gillies
a5bb5bd3e0
Reiterate the Rasterio Env example
2016-09-06 15:07:31 +02:00
Sean Gillies
638846eb3e
GDAL environment example
2016-09-06 15:02:32 +02:00
Sean Gillies
918141cec3
Switching edits
2016-09-02 20:10:38 +02:00
Sean Gillies
bda6e3be63
Restore philosophy header
2016-08-31 17:19:24 +02:00
Sean Gillies
64e89e7e9f
Overhauled introduction
2016-08-31 17:16:36 +02:00
Sean Gillies
437b7737d3
Improve start of the migration guide
2016-08-12 15:38:49 +02:00
Sean Gillies
2103f8048d
Better structure for docs
...
Plus a more compelling example.
Resolves #846
2016-08-12 15:15:55 +02:00
Sean Gillies
57acd65b1d
Don't run doctests using example.tif
2016-08-10 17:12:14 +02:00
Sean Gillies
788da0b29d
Ignore import error in docs/index.rst
2016-08-10 16:26:32 +02:00
Sean Gillies
7d4a8e85ec
Import rasterio
2016-08-09 19:08:39 +02:00
Sean Gillies
4fe875fc7f
New structure for docs
...
End of this quest!
2016-08-09 18:20:46 +02:00
Sean Gillies
690ba83335
Remove extra punctuation
2016-08-09 15:22:05 +02:00
Sean Gillies
501100d467
Better intro and quickstart
2016-08-09 15:20:01 +02:00
Sean Gillies
1b1b638744
Better example and text
2016-07-22 16:48:10 -06:00
Matthew Perry
d656c1a2b4
clarify configuration vs creation option
2016-07-22 07:54:01 -07:00
Sean Gillies
ba29c24c0c
Quickstart for writing data
2016-07-20 17:48:51 -07:00
Sean Gillies
d396579f05
Example and text improvements
2016-07-18 10:24:15 -07:00
Sean Gillies
2030e70c4d
Add indexing example
2016-07-17 10:47:44 -07:00
Sean Gillies
60613ad170
Move text block above last code block
2016-07-17 10:34:32 -07:00
Sean Gillies
366324f6e3
Quickstart to reading
2016-07-17 10:32:50 -07:00
Sean Gillies
8566bb5f9c
More quickstart details
2016-07-17 10:09:31 -07:00
Sean Gillies
c132e9a5e3
Add image
2016-07-16 18:29:17 -07:00
Sean Gillies
9d6d140e55
Merge branch 'docquest-part2' of github.com:mapbox/rasterio into how-to-datasets
2016-07-16 18:11:20 -07:00
Sean Gillies
d54aec5b05
New intro and quickstart pages
...
Inspired by requests.
Am running retext-mapbox-standard on this as I go.
2016-07-16 18:08:43 -07:00
Matthew Perry
abd8da1c00
writing example for osgeo.gdal
2016-07-16 16:24:39 -07:00
Matthew Perry
458ad88832
address some minor todos
2016-07-16 15:31:29 -07:00
Matthew Perry
2db7d90833
bring contributing up top, placement and depth TBD
2016-07-16 15:08:32 -07:00
Matthew Perry
46632c3bf9
s/documentation/reference/g
2016-07-16 14:52:36 -07:00
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