epsg2wkt
epsg2proj(code::Integer) = toPROJ4(importEPSG(code))
““” epsg2wkt(code::Integer, pretty::Bool=false)
Convert a EPSG code into the WKT form. Use pretty=true to return a more human readable text.
epsg2proj(code::Integer) = toPROJ4(importEPSG(code))
““” epsg2wkt(code::Integer, pretty::Bool=false)
Convert a EPSG code into the WKT form. Use pretty=true to return a more human readable text.