Create a projection object with Proj.4 parameters.
Parameters: |
|
---|---|
Returns: | (ProjectionInfo) ProjectionInfo object. |
Reference:
http://remotesensing.org/geotiff/proj_list/
Example:
>>> proj = projinfo()
>>> proj
+title=long/lat:WGS84 +proj=longlat +ellps=WGS84 +datum=WGS84 +units=degrees
>>> proj = projinfo(proj='lcc', lon_0=105, lat_1=25, lat_2=47)
>>> proj
+proj=lcc +lat_0=0 +lon_0=105 +lat_1=25 +lat_2=47 +lat_ts=0 +k=1 +x_0=0 +y_0=0 +h=0