PyCRS
PyCRS copied to clipboard
Projection creation, and conversion to misc formats
Would like to migrate docs and hosting to full sphinx + readthedocs style and hosting. As I'm not very experienced with this would welcome any PRs moving in that direction....
The docstring style used in this project is something I don't think I've seen before. A lot of python packages use either numpy style or google style docstrings (https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html) which...
@djhoese wrote: > One feature that was brought up on that xarray/geoxarray issue was wanting to be able to take a CRS-like object and use the __getitem__ method to use...
One of the basic ideas of PyCRS is to provide a taxonomy/ontology of the underlying components of a CRS, which is independent of particular CRS *format specifications*. Ironically, this is...
@djhoese wrote: > Another thought on functionality that could be added to these classes (if it doesn't exist somewhere else) would be a "sanitize" or "normalize" function so that I...
@djhoese wrote: > I also feel like the way I would have done this is put the crs-specific parsing logic in to a crs module along side the CRS classes...
Currently, the API reference html docs do not contain the readme. Look into adding the readme as a frontpage to the API reference.
I found an extremely weird behavior with `pycrs.parser` where the conversion changes randomly with each Python interpreter. This is the offending script: ```python import pycrs # From https://epsg.io/2000 wkt_epsg_2000 =...
First I would like to say this lib helps me a lot. I am using it in conjunction with PyProj lib in several projects already. Issue: I have a ESRI...