Skip to content

Commit

Permalink
strip out un needed
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Oct 1, 2024
1 parent 32697d8 commit 24d8162
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ocf_data_sampler/select/geospatial.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
_lon_lat_to_osgb = pyproj.Transformer.from_crs(
crs_from=WGS84, crs_to=OSGB36, always_xy=True
).transform
_geod = pyproj.Geod(ellps="WGS84")


def osgb_to_lon_lat(
Expand Down

0 comments on commit 24d8162

Please sign in to comment.