Spatial Reference arcpy
sr = arcpy.SpatialReference("Hawaii Albers Equal Area Conic")
Spatial Reference arcpy
sr = arcpy.SpatialReference("Hawaii Albers Equal Area Conic")
Spatial Reference arcpy
SpatialReference ({item}, {vcs}, text)
Spatial Reference arcpy
# The Spatial Reference factory code of 32145 represents:
# NAD 1983 StatePlane Vermont FIPS 4400 (Meters)
sr = arcpy.SpatialReference(32145)
Spatial Reference arcpy
sr = arcpy.SpatialReference("c:/coordsystems/NAD 1983.prj")
Spatial Reference arcpy
# The following string is the WKT for the
# Geographic Coordinate system "WGS 1984" (factory code=4326)
wkt = "GEOGCS['GCS_WGS_1984',DATUM['D_WGS_1984',SPHEROID['WGS_1984',6378137.0,298.257223563]],
PRIMEM['Greenwich',0.0],UNIT['Degree',0.0174532925199433]],
VERTCS['WGS_1984',DATUM['D_WGS_1984',SPHEROID['WGS_1984',6378137.0,298.257223563]],
PARAMETER['Vertical_Shift',0.0],PARAMETER['Direction',1.0],UNIT['Meter',1.0]];
-400 -400 1000000000;-100000 10000;-100000 10000;8.98315284119522E-09;
0.001;0.001;IsHighPrecision"
sr = arcpy.SpatialReference(text=wkt)
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us