File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 2727 find_latitude_index ,
2828 find_longitude_index ,
2929 find_time_index ,
30+ geodesic_to_utm ,
3031 get_elevation_data_from_dataset ,
3132 get_final_date_from_time_array ,
3233 get_initial_date_from_time_array ,
3334 get_interval_date_from_time_array ,
3435 get_pressure_levels_from_file ,
3536 mask_and_clean_dataset ,
3637)
37- from rocketpy .environment .tools import geodesic_to_utm as geodesic_to_utm_tools
38- from rocketpy .environment .tools import utm_to_geodesic as utm_to_geodesic_tools
3938from rocketpy .environment .weather_model_mapping import WeatherModelMapping
4039from rocketpy .mathutils .function import NUMERICAL_TYPES , Function , funcify_method
4140from rocketpy .plots .environment_plots import _EnvironmentPlots
@@ -451,7 +450,7 @@ def __initialize_utm_coordinates(self):
451450 self .initial_utm_letter ,
452451 self .initial_hemisphere ,
453452 self .initial_ew ,
454- ) = geodesic_to_utm_tools (
453+ ) = geodesic_to_utm (
455454 lat = self .latitude ,
456455 lon = self .longitude ,
457456 flattening = self .ellipsoid .flattening ,
You can’t perform that action at this time.
0 commit comments