Skip to content
Snippets Groups Projects
Commit b72c93c6 authored by Christoph Fischer's avatar Christoph Fischer
Browse files

updated todos

parent 9a22141f
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ t_strat = TrackingTemplate() # set the tracking strategy
pipeline.set_identification_strategy(i_strat)
pipeline.set_tracking_strategy(t_strat) # or None as argument if no tracking
path = expanduser("~") + '/phd/data/ERA5/vietnam/t0_glob.nc' # /feature/enstools_feature_test.nc' # set data path(s) here
path = expanduser("~") + '/phd/data/tracked/feature/enstools_feature_test.nc' # ERA5/vietnam/t0_glob.nc' # tracked/feature/enstools_feature_test.nc' # set data path(s) here
pipeline.set_data_path(path)
pipeline.execute()
......
- compilation: install custom packages automatically, also depending on which features. e.g. PV detection requires xyz
- support for init_time
- tracking
- API for filtering based on feature descriptions
- API for checking fit if ID out and TR in
- support for auto generating of geometry information for each object (voxel rep, line rep, boundary rep)
- dataset with time scalar not recognized
- recompile all pb2 files iff identification.proto changes
\ No newline at end of file
- recompile all pb2 files iff identification.proto changes
- support for init_time
- PVS alg to new structure
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment