13 Commits

Author SHA1 Message Date
Adam J. Stewart
addfeda0a8
Docs: remove blank rio options docs (#3348)
* Docs: remove rio options documentation

* Add rio options docs

* Simpler documentation structure

* Try to add header

* Change maxdepth

* Change maxdepth

* Change maxdepth

* Back to original PR
2025-09-06 20:55:13 -05:00
Adam J. Stewart
0e78687d17
Docs: remove documentation of hidden modules (#3350) 2025-06-05 06:48:51 -05:00
Adam J. Stewart
7764245339
Docs: remove docs for rasterio._loading (#3344) 2025-05-20 07:11:48 -05:00
Alan D. Snow
713a751197
DOC: Use sphinx-click for CLI documentation (#2574) 2022-08-29 12:43:26 -06:00
Alan D. Snow
125340b74b
DOC: Improve links & add Band to docs (#2537) 2022-08-09 10:32:34 -06:00
Sean Gillies
077685a12f Update API docs. Add missing pages, remove the one for _crs. 2022-04-01 10:20:04 -06:00
Yann-Sebastien Tremblay-Johnston
344a34041b
Add Transformer classes (#2225)
* initial

* add TransformDirection enum, fix cython compiler issues

* make RPCTransformWarning more generic

* include GDALGCP* in gdal.pxi

* add GCPTransformer

* typo

* move xy and rowcol to TransformerBase

* change existing transform methods to use new *Transformer classes

* normalize transform direction, update docstrings

* update docstrings

* make subsubheadings of Coordinate Transform subheading

* Add new docs transform topic

* add to index

* update docstrings

* update docstring

* Add rasterio.rpc to docs

* update georeferencing.rst

* update transform.srst

* relax isinstance check for RPCTransformer

* catch invalid transform input to get_transformer

* replace None with identity transform so we test the correct ValueError

* update AffineTransformer

* add tests

* rename method to map singleton coordinate to array-like and validate all coordiantes have same dimensions

* update test

* add more tests

* update docstring of GCPTransformer init

* fix copy+paste error

* relax check on xy transformed values due to floating point precision

* remove unused imports

* fix tests and address comments

Co-authored-by: Sean Gillies <sean@mapbox.com>
2021-10-13 14:19:33 -06:00
Idan Miara
69305c72b5
update the docs for dropping Python < 3.6 support (#2196) 2021-06-05 15:21:08 -06: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
Sean Gillies
a7fff10047 API doc cleanup and switch to napoleon 2018-05-26 23:30:13 -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
Sean C. Gillies
b6fdb9ddde Even more variable windows and cleaner asserts 2017-12-22 09:39:47 -07:00
Sean Gillies
4fe875fc7f New structure for docs
End of this quest!
2016-08-09 18:20:46 +02:00