Hello All,
I am trying to project raster elevations onto transects of points from 2-3 different DEMs which I will provide the details to below. The issue I'm having is I keep getting the following error:
Messages
Executing: ExtractMultiValuesToPoints OI_Points_1m_sandy_RP "20121011__clip.tif F201210111;fmp_SPM_clip_RP.tif fmp_SPM_cl" BILINEAR
Start Time: Mon Jan 07 16:37:18 2019
ERROR 999999: Error executing function.
("esri.Envelope") All geometries involved in this operation must have the same spatial reference.
ERROR 000546: Input spatial references do not match.
Failed to execute (ExtractMultiValuesToPoints).
Failed at Mon Jan 07 16:37:18 2019 (Elapsed Time: 0.05 seconds)
I have tried removing DEMs until the tool will run and its effective only on the 20121011__clip.tif DEM.
Things I have tried:
I have attempted to reproject my point shapefile, and all 3 DEMS into the same XY coordinate systems, but I am still running into the same issue. This may be perhaps due to my shotty ArcGIS work causing me troubles I can't identify, but I've checked out all the obvious things I might be able to fix. I would love to get this tool to run with all 3 DEMs, but only the 20121011... DEM and the fmp... DEM.
20121011__clip.tif DEM:
NAD_1983_StatePlane_North_Carolina_FIPS_3200
Meter (1.000000)
D_North_American_1983
fmp_SPM_clip_RP.tif DEM:
NAD_1983_StatePlane_North_Carolina_FIPS_3200
Meter (1.000000)
D_North_American_1983
OI_Points_1m_sandy_RP Shapefile:
Projected Coordinate System: NAD_1983_StatePlane_North_Carolina_FIPS_3200
Projection: Lambert_Conformal_Conic
False_Easting: 609601.22000000
False_Northing: 0.00000000
Central_Meridian: -79.00000000
Standard_Parallel_1: 34.33333333
Standard_Parallel_2: 36.16666667
Latitude_Of_Origin: 33.75000000
Linear Unit: Meter
Geographic Coordinate System: GCS_North_American_1983
Datum: D_North_American_1983
Prime Meridian: Greenwich
Angular Unit: Degree
Let me know if additional information is required!