projnames
v0.0.4
Published
Projection name to/from EPSG code
Readme
projnames
Easily accessible projection names and epsgcodes from pyproj. Ported from the python library projnames.
> projnames.byEpsg[9191]
'WGS 84 / NIWA Albers'
> projnames.projections['WGS 84 / NIWA Albers']
9191
> projnames.search("NIWA")
9191