comparison estimate_nb_sub_trajectories.py @ 14:1f08a90393be draft default tip

"planemo upload for repository https://github.com/mesocentre-clermont-auvergne/aubi_piaf commit 83670d9ceed855c9f58e0fa63a682edcaace5354-dirty"
author agpetit
date Mon, 11 Jul 2022 13:13:06 +0000
parents bff6c4ff9a68
children
comparison
equal deleted inserted replaced
13:cfc1508ad873 14:1f08a90393be
12 -end : end time of the trajectory (optional) 12 -end : end time of the trajectory (optional)
13 """ 13 """
14 14
15 __all__ = [] 15 __all__ = []
16 __author__ = "Agnès-Elisabeth Petit" 16 __author__ = "Agnès-Elisabeth Petit"
17 __date__ = "30/05/2022" 17 __date__ = "01/06/2022"
18 __version__ = "0.8" 18 __version__ = "1.0"
19 __copyright__ = "(c) 2022 CC-BY-NC-SA" 19 __copyright__ = "(c) 2022 CC-BY-NC-SA"
20 20
21 # Library import 21 # Library import
22 import argparse 22 import argparse
23 import logging 23 import logging