mirror of
https://github.com/rasterio/rasterio.git
synced 2026-02-01 14:34:43 +00:00
* Refactor of _CRS class to make WKT canonical
* Finish work on making WKT canonical
Many test assertions needed update
* Accept {'init': 'EPSG:xxxx'}
Also removed commented code
* Restore previous rio-info behavior when there's an EPSG code
* Remove unneeded import
* Use from_proj4 in from_epsg
* Rewrite of _CRS to keep an OGRSpatialReferenceH (#1602)
* Rewrite of _CRS to keep an OGRSpatialReferenceH
Rewrite of CRS to use _CRS by composition, not inheritance
New OGRErr handling function exc_wrap_ogrerr
* Remove commented code
* Add back in the error stack check for ImportFromProj
Also fix up docstrings
7 lines
192 B
INI
7 lines
192 B
INI
[tool:pytest]
|
|
testpaths = tests
|
|
filterwarnings =
|
|
ignore::rasterio.errors.NotGeoreferencedWarning
|
|
ignore::rasterio.errors.RasterioDeprecationWarning
|
|
ignore:numpy.ufunc size changed
|