Skip to content

Commit

Permalink
issue #40: Changed extent to merged_sites layer for prism clip
Browse files Browse the repository at this point in the history
  • Loading branch information
lbross committed Apr 24, 2023
1 parent e404557 commit a14fa3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bagis-pro/AnalysisTools.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4767,7 +4767,7 @@ await QueuedTask.Run(() => {
// Assign the site id by elevation
success = await UpdateSiteIdsAsync(analysisPath, gdbUri, arrHasSites, arrSiteFiles);
var environments = Geoprocessing.MakeEnvironmentArray(workspace: strAoiPath, snapRaster: BA_Objects.Aoi.SnapRasterPath(strAoiPath),
extent: BA_Objects.Aoi.SnapRasterPath(strAoiPath));
extent: returnPath);
string fileExtract = "tmpExtract";
string[] arrFields = { Constants.FIELD_PRECIP, Constants.FIELD_ASPECT, Constants.FIELD_SLOPE};
string[] arrFieldDataTypes = { "DOUBLE", "DOUBLE", "DOUBLE" };
Expand Down

0 comments on commit a14fa3b

Please sign in to comment.