11 Commits

Author SHA1 Message Date
Sean Gillies
35a5906f57
Add a rio create command. (#3023)
* Add a rio create command.

Resolves #3021.

* Eliminate deprecated pytest.warns usage

* Add CLI doc for rio create

* Fix punctuation.

* Add bounds option for geotransform, remove duplicate nodata option.

* Warn about duplicate georeferencing
2024-02-08 16:13:30 -07:00
Alan D. Snow
51efb0d7a8
LNT: Use flake8 to find undefined variables & unused imports (#2693) 2023-01-10 12:48:09 -06:00
vincentsarago
7b5953cd2d move entrypoints in setup.cfg 2022-02-28 14:03:43 +01:00
Sean Gillies
b0d795b835 Add a dockersdist target 2022-02-04 16:23:57 -07:00
Sean Gillies
df69761bf3
Register pytest marks and eliminate python deprecation warnings (#1753)
Resolves #1742
2019-08-22 10:39:41 -06:00
Sean Gillies
f934c3428a
Change _CRS class to make WKT canonical (#1597)
* 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
2019-01-22 11:17:12 -07:00
Kevin Wurster
b315a574b6 Ignore noisy Rasterio warnings. 2017-10-14 01:40:03 -04:00
James McBride
fb1f753d78 Update setup.cfg
Mute deprecation warning. Recent pytest versions suggest tool:pytest rather than pytest in setup.cfg.
2017-01-17 21:56:20 -08:00
Brendan Ward
c0483c57f7 Added Cython coverage reporting 2015-10-26 22:10:33 -07:00
Sean Gillies
b835873318 Improved readme, requirements, example and config for 0.2. 2013-11-24 13:24:45 -07:00
Sean Gillies
f413e9db5e Add dataset creation options. 2013-11-12 22:57:05 -07:00