import arcpy outputPrj = r'C:\temp\Mollweide (world).prj' spatialRef = arcpy.SpatialReference() spatialRef.createFromFile(outputPrj) stRef = spatialRef.exportToString() stRef = stRef.replace("Central_Meridian',0.0","Central_Meridian',-70.1") spRef2 = arcpy.SpatialReference() spRef2.loadFromString(stRef) print spRef2.name,spRef2.centralMeridian
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.