60 Commits

Author SHA1 Message Date
Sean Gillies
c2e9e22b83
Add rio-blocks documentation (#2835)
* Add rio-blocks documentation

Remove notes about additions before 1.0.

Resolves #2570

* Note fix for #2570

* Update change log

* It's rio blocks, no rio shapes
2023-05-18 17:50:06 -06:00
Sean Gillies
579ca1d10f Link to sgillies forks of original gists 2021-11-16 10:59:45 -07:00
Bill Morris
ad392eb67f
Update rio shapes cli docs (#2337)
I'm proposing some intermingled updates to this section:

1. _New gist links for outputs_: the previously-linked mapbox classic style is now deprecated.
2. _Removal of `geojsonio` invocation_: geojson.io does not accept piped `.geojsonl`
3. _Use of the `--collection` flag_: I think it's correct to have geojsonl as the default output for various reasons, but for purposes of displaying the example results I've set the commands to output feature collections, and added a note for clarification.
2021-11-16 10:47:32 -07:00
Vincent Sarago
ba5e90c487
mapbox -> rasterio (#2321) 2021-10-22 09:04:05 -06:00
Pratik Yadav
69280e3b7e
alphabetic order of cli docs (#1865) 2020-02-11 16:09:57 -07:00
Guillaume Lostis
bed880553f Docs (#1771)
* Remove rasterio.vfs from doc

* Fix broken links in doc

* Fix typos in doc

* Update CLI doc

* Use rst links in doc
2019-09-09 14:15:27 -06:00
Denis Rykov
a7c312cc32 Add info about GDAL_TIFF_OVR_BLOCKSIZE to docs (#1518) 2018-10-24 11:48:11 -06:00
Denis Rykov
73adcb20b0 Add example of using rio warp for south-up images (#1414) 2018-07-23 13:05:45 -06:00
Sean C. Gillies
aece4fb60c Documentation overhaul
This fixes a bunch of sidebar issues caused by inconsistent
headers.
2018-04-23 15:53:41 -06:00
Kevin Wurster
c90a79222d Merge master. 2017-10-26 19:36:26 -04:00
Kevin Wurster
a7e4ba07d4 + $ rio rm 2017-10-12 00:53:57 -04:00
Kevin Wurster
897b80cb4a Update color interpretation docs. 2017-08-31 00:52:12 -04:00
Sean Gillies
4fe875fc7f New structure for docs
End of this quest!
2016-08-09 18:20:46 +02:00
Matthew Perry
458ad88832 address some minor todos 2016-07-16 15:31:29 -07: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
Jacques Tardie
d941e8a5ec Update docs/ per retext-mapbox-standard [skip ci] 2016-04-20 13:58:49 -07:00
Matthew Perry
0cabb0a61a doctests 2016-03-28 11:43:34 -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
98bedb7086 flesh out structure and todos 2016-03-18 12:34:52 -04:00
Matthew Perry
7b6625e4c2 better api docs 2016-03-17 19:47:54 -04:00
Matthew Perry
0b031a6fc4 sphinx docs, take one 2016-03-17 11:12:57 -04: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
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
Sean Gillies
3483800996 Update main rio help example. 2015-07-17 16:06:35 -06:00
Sean Gillies
6f1f556a69 Update docs, authors, readme. 2015-07-17 16:05:06 -06:00
Brendan Ward
5dce1d4116 Changed --res to single value option 2015-07-10 22:36:52 -07:00
Brendan Ward
d6364c20dc Consolidated res
After resolving merge conflicts from rebase
2015-07-10 22:36:51 -07:00
Brendan Ward
7e53e58045 Added documentation, updated doctstring 2015-07-10 22:36:51 -07:00
Jacques Tardie
14fc418767 add missing input to rio edit-info example
`rio edit-info --transform` was missing an `input.tif` to operate on. Added `example.tif`.
2015-06-16 11:58:46 -07:00
Kelsey Jordahl
1517ecc7e6 CLI is not that new anymore. 2015-05-28 08:19:27 -06:00
Kelsey Jordahl
44100cdaf5 Update options in cli docs. 2015-05-28 08:18:22 -06:00
Sean Gillies
c82cf72e7e Add a section about rio-edit-info to CLI docs. 2015-05-26 22:51:39 -06:00
Brendan Ward
a9eb29a176 Added short flags for many rio options, removed unused imports, standardized input argument 2015-04-22 19:28:12 -07:00
Brendan Ward
d2cb5a2349 updated flags 2015-04-20 20:29:45 -07:00
Brendan Ward
faced7fde8 Refactored rio extract to rio mask and handling of stdin 2015-04-15 22:58:19 -07:00
Brendan Ward
89b84b3e6d Added rio extract command, minor refactoring of _base window handling 2015-04-14 09:03:24 -07:00
Sean Gillies
7ad24cc4a2 Make dtype option unneeded in common cases.
Also add a calc doc.
2015-03-25 16:41:55 -06:00
Sean Gillies
1dd8c86982 Add sieve and fix a bug in it.
Sieving of images read directly from GDAL was broken, but is now
fixed, with tests.
2015-02-18 09:47:17 -07:00
Sean Gillies
89ed798b6e Document rio-calc. 2015-02-15 10:47:30 -07:00
Sean Gillies
fae80ead5d Update CLI doc. 2015-02-09 15:51:41 -07:00
Brendan Ward
3823b075e9 Added rio-rasterize 2015-02-04 22:06:15 -08:00
Sean Gillies
5abea7ccbf Updates to docs. 2014-12-18 16:04:42 -07:00
Sean Gillies
e3c82a84cb Improve doc markup. 2014-10-08 12:54:17 -06:00
Sean Gillies
90a846ad87 Document rio-stack. 2014-10-08 12:53:09 -06:00
Sean Gillies
6582bc85ba Doc update. 2014-10-01 16:46:13 -06:00