@@ -318,12 +318,30 @@ def preprocess(index: int, **kwargs) -> xr.Dataset:
318318 },
319319 "deploy_lon" : {"long_name" : "Deployment longitude" , "units" : "degrees_east" },
320320 "deploy_lat" : {"long_name" : "Deployment latitude" , "units" : "degrees_north" },
321+ "start_date" : {
322+ "long_name" : "First good date and time derived by DAC quality control" ,
323+ "units" : "seconds since 1970-01-01 00:00:00" ,
324+ },
325+ "start_lon" : {
326+ "long_name" : "First good longitude derived by DAC quality control" ,
327+ "units" : "degrees_east" ,
328+ },
329+ "start_lat" : {
330+ "long_name" : "Last good latitude derived by DAC quality control" ,
331+ "units" : "degrees_north" ,
332+ },
321333 "end_date" : {
322- "long_name" : "End date and time" ,
334+ "long_name" : "Last good date and time derived by DAC quality control " ,
323335 "units" : "seconds since 1970-01-01 00:00:00" ,
324336 },
325- "end_lon" : {"long_name" : "End latitude" , "units" : "degrees_north" },
326- "end_lat" : {"long_name" : "End longitude" , "units" : "degrees_east" },
337+ "end_lon" : {
338+ "long_name" : "Last good longitude derived by DAC quality control" ,
339+ "units" : "degrees_east" ,
340+ },
341+ "end_lat" : {
342+ "long_name" : "Last good latitude derived by DAC quality control" ,
343+ "units" : "degrees_north" ,
344+ },
327345 "drogue_lost_date" : {
328346 "long_name" : "Date and time of drogue loss" ,
329347 "units" : "seconds since 1970-01-01 00:00:00" ,
0 commit comments