Skip to content

Commit

Permalink
Fix CRS issue in new merge
Browse files Browse the repository at this point in the history
  • Loading branch information
SorooshMani-NOAA committed Sep 14, 2023
1 parent 19506ab commit b0771b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ocsmesh/cli/subset_n_combine.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,8 @@ def _generate_mesh_for_buffer_region(
)
msht_buffer.crs = utm

utils.reproject(msht_buffer, buffer_crs)

return msht_buffer


Expand Down

0 comments on commit b0771b4

Please sign in to comment.