Open
Description
Hello,
I'm reading some inputs which are in projections EPSG:26796 and ESRI:102696. I noticed that ogrinfo and ogr2ogr have some awareness of these and can tell me about them and even automatically convert to other projections when warranted. I had a look through the pyshp code (eg shapefile.Reader._Reader__dbfHeader()
), and I don't find a way to inspect or even a hook for where I might get started to find this out. Any chance of a patch to provide something like a shapefile.Reader.projection
field?