rasterio/docs/topics/index.rst
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

36 lines
443 B
ReStructuredText

Advanced Topics
===============
.. toctree::
:maxdepth: 1
calc
color
concurrency
configuration
datasets
errors
features
fillnodata
georeferencing
image_options
image_processing
masking-by-shapefile
masks
memory-files
migrating-to-v1
overviews
plotting
profiles
reading
reproject
resampling
switch
tags
transforms
virtual-warping
vsi
windowed-rw
writing