Skip to content

Commit

Permalink
Removed indexing from point extraction in RAPV3
Browse files Browse the repository at this point in the history
  • Loading branch information
HeatherSavoy-USDA committed Nov 22, 2023
1 parent 1786f88 commit ed32fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/datasets/rapv3.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,6 @@ def getData(
x=('z', subset_geom.geom.x), y=('z', subset_geom.geom.y),
method=ri_method
)
data = res.values[0]
data = res.values

return data

0 comments on commit ed32fa5

Please sign in to comment.