Commit 6db09195 authored by Jonathan  Minz's avatar Jonathan Minz
Browse files

Update 2NETCDF.py - Added indicators to highlight edits made subsequently to...

Update 2NETCDF.py - Added indicators to highlight edits made subsequently to run the code for IPM data.
parent 0fa40d64
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ import os
import datetime
import xarray as xr
import matplotlib.dates as mdates
import glob
import glob # Added by Jonathan Minz - 25.04.2024

'''
Import of StreamLine .hpl (txt) files and save locally in directory. Therefore
@@ -278,6 +278,7 @@ def to_netcdf_l1(file_path,file_name_out,lidar_info,path_out):
    ds_temp.to_netcdf(path_out_temp)
    ds_temp.close()

# Added by Jonathan Minz - 25.04.2024
if __name__ == '__main__':
    file_path = '/Users/jminz/Documents/Project/2024/DataManagement_LAFI/Script_testing/Data Lidar/2024/202404/20240423'
    path_out = '/Users/jminz/Documents/Project/2024/DataManagement_LAFI/Script_testing/Data Lidar'