328 Commits

Author SHA1 Message Date
Jacques Tardie
d941e8a5ec Update docs/ per retext-mapbox-standard [skip ci] 2016-04-20 13:58:49 -07:00
Matthew Perry
c18d8db1cf Merge remote-tracking branch 'origin/master' into windex 2016-04-15 09:09:26 -04:00
Kevin Wurster
d60d40c3ca Remove references to write_band() but not the actual method. 2016-04-12 20:45:56 -04:00
Matthew Perry
bf3b1292a2 add conda-forge to install page; resolves #604 2016-04-12 13:19:22 -04:00
Matthew Perry
fbb1ecd639 windows intersects to adjust for open interval, funcs take *windows instead of iterable 2016-04-12 12:25:57 -04:00
Matthew Perry
9957f20fb3 doc update, profile, config opts and python gotchas 2016-04-12 10:40:03 -04:00
Matthew Perry
cb0cff97ef add RasterReader and RasterUpdater to apidocs 2016-04-08 11:37:48 -04:00
James McBride
4b33108a46 Added comments to raster_to_kmz example, fixed driver keyword.
Also put images in /tmp.
2016-04-07 22:08:31 -07:00
James McBride
938e8c624f Added recipe for generating a KMZ from a raster.
This relies a little less on rasterio than some other recipes, but I
thought it would still be nice for someone looking to turn a raster into
a KMZ to be directed to rasterio and find an easy code example to follow.
2016-04-07 13:22:18 -07:00
Matthew Perry
03b9c16b5d note all_touched and painters order in features docs 2016-04-04 10:38:42 -04:00
Matthew Perry
edf0b231cd Merge branch 'master' of github.com:mapbox/rasterio 2016-04-04 09:50:28 -04:00
Matthew Perry
914b3ce418 doctest for ioerror 2016-04-04 09:50:19 -04:00
Sean Gillies
e4e858ec48 Note about s3 pricing concerns 2016-04-01 13:17:00 -06:00
Sean Gillies
a6bee2e351 Update version, change log, docs. 2016-04-01 12:24:01 -06:00
Matthew Perry
95c03b6f18 messy merge with origin/master and doc fixes 2016-03-31 14:53:24 -04:00
Matthew Perry
f0fe0ddfb6 add text and images to mask_shp recipie 2016-03-31 08:29:04 -04:00
Matthew Perry
ac4a6f7541 merge master 2016-03-31 08:21:11 -04:00
Matthew Perry
545514f8f5 add shp clip and reproject recipies 2016-03-31 08:20:11 -04:00
Matthew Perry
0b9d9fab56 Merge branch 'rio-one-cmd-one-file' into flatten 2016-03-30 19:48:14 -04:00
James McBride
abe8658f4d Added example images in masking by shapefile example.
I left the details of the actual display out of the example.
2016-03-30 15:32:23 -07:00
Matthew Perry
97e4ebfb93 update docs 2016-03-29 20:06:07 -04:00
Matthew Perry
1678e99813 fill out a few cookbook recipies 2016-03-29 11:11:04 -04:00
Matthew Perry
d4f1f7d925 trying out literalincludes for recipies 2016-03-29 09:55:11 -04:00
James McBride
68e8163faa Added an example to docs on using a shapefile to mask a raster.
This includes the very simple shapefile used to do the masking. I
suspect though that including a shapefile in the repository is
undesirable.
2016-03-28 21:25:07 -07:00
Matthew Perry
fc0b3b486d outlined a few topics for the rasterio cookbook, todo content 2016-03-28 12:52:18 -04:00
Matthew Perry
e7dcf8fbe7 sketch an osgeo.gdal comparison doc 2016-03-28 12:26:20 -04:00
Matthew Perry
0cabb0a61a doctests 2016-03-28 11:43:34 -04:00
Matthew Perry
f042159744 watch dir for changes and make docs 2016-03-25 17:35:21 -04:00
Matthew Perry
69ece6ed05 doc window funcs 2016-03-25 14:22:30 -04:00
Matthew Perry
46f6059fe0 docstrings for top-level functions 2016-03-25 13:06:02 -04:00
Matthew Perry
eba34a32cf round of edits per pr review 2016-03-24 08:39:56 -04:00
Matthew Perry
ead10a0c5a merge origin/master, alpha authors 2016-03-22 19:10:38 -04:00
Alexander
fe98d28c0b fix command 2016-03-21 19:07:14 +02:00
Matthew Perry
2af0d0b1e5 add new topic docs 2016-03-21 11:58:13 -04:00
Matthew Perry
8bc39de2a0 colormaps 2016-03-21 11:48:10 -04:00
Matt Savoie
ec2077e328 Update datasets.rst
Just fixed a typo.
2016-03-20 16:12:49 -06:00
Matthew Perry
98bedb7086 flesh out structure and todos 2016-03-18 12:34:52 -04:00
Matthew Perry
1cb3966c55 numpy-style docs 2016-03-17 20:32:00 -04:00
Matthew Perry
7b6625e4c2 better api docs 2016-03-17 19:47:54 -04:00
Matthew Perry
07d2d56d3a api docs 2016-03-17 12:08:38 -04:00
Matthew Perry
0b031a6fc4 sphinx docs, take one 2016-03-17 11:12:57 -04:00
Even Rouault
c2e041eadf Fix typos
Found with https://github.com/OSGeo/gdal/blob/trunk/gdal/scripts/fix_typos.sh
2016-03-05 18:02:11 +01:00
Jeffrey Gerard
bc8efe1d7c Document rasterize's "fill". 2016-01-13 22:06:57 -06:00
Jeffrey Gerard
26d9f9e91e s/read_band/read/ throughout docs
... because read_band is deprecated.

Small progress toward #516
2016-01-06 13:39:17 -08:00
Brendan Ward
7e69b225d4 Add more windows utilities: get_data_window, window_union, window_intersection, windows_intersect 2015-10-28 07:22:20 -07:00
Brendan Ward
e3687ce0cc Added rio-clip 2015-08-24 21:37:26 -07:00
Sean Gillies
91db0f172a Merge pull request #428 from brendan-ward/issue425
Added information on rio plugins to docs
2015-07-27 10:33:51 -06:00
Sean Gillies
802281db08 Move --rgb to options module, add to rio-convert.
Add documentation, too, and give creation options a section all
their own.
2015-07-24 22:09:46 +02:00
Brendan Ward
d7267b72b5 Added information on rio plugins to docs 2015-07-23 22:18:20 -07:00
Brendan Ward
be04865cc3 Minor documentation updates
Standardized references to rio commands in cli.rst, added new example
to reproject.rst, fixed pyramid->overview in rio-overview.
2015-07-22 22:44:04 -07:00