Skip to content

Simple python script for finding missing files in a regular series

License

Notifications You must be signed in to change notification settings

samwisehawkins/findgaps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

findgaps

Simple python script to find gaps in a regular series of files

Dependencies

docopt - just put the docopt.py file in to the repository

Installation

Deliberately not 'packaged' since this is sucha simple script. Just get it and docopt, and then use it.

git clone https://github.com/samwisehawkins/findgaps.git
git clone https://github.com/docopt/docopt.git
cp docopt/docopt.py findgaps/

Usage

See find_gaps.py --help

Examples:

python find_gaps.py --chars=18,24 --verbose --date-only --fmt="%y%m%d" --freq=24 GFS_Global_0p5deg_*

About

Simple python script for finding missing files in a regular series

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages