Dear all,

could anyone suggest me how to set an UPS spatial reference system
with osgeo.osr library?

I have seen that there is a method in the class osr.SpatialReference
called SetPS()
but actually I cannot understand the meaning of its input parameters.

"""
In [170]: ref_sys.SetPS?
Type:           instancemethod
Base Class:     <type 'instancemethod'>
String Form:    <bound method SpatialReference.SetPS of
<osgeo.osr.SpatialReference; proxy of <Swig Object of type
'OSRSpatialReferenceShadow *' at 0x360fb10> >>
Namespace:      Interactive
File:           /usr/lib/python2.5/site-packages/osgeo/osr.py
Definition:     ref_sys.SetPS(self, *args, **kwargs)
Docstring:
    SetPS(self, double clat, double clong, double scale, double fe,
        double fn) -> OGRErr
"""

Thanks so much!!

MARCO

Reply via email to