Dear Marco,

Please direct these kinds of questions to the GDAL/OGR support forum. Asking questions in the proper forums enriches those forums and makes the world a better place.

Just as a reminder, here's the welcome message for this group:

"""
This is a list for software developers, programmers, and architects, for discussion of general issues around the Python language (and variants), platforms, and geographic information systems.

Questions of the "help" category specific to particular software products are off-topic and best addressed to that software product's support lists and forums.
"""

Best regards,
Sean

On Oct 8, 2009, at 3:37 PM, Marco Nicoletti wrote:


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

--
Sean

Reply via email to