Skip to content
Snippets Groups Projects
Commit 933dc7c9 authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Polish

parent 2334b833
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python3 #!/usr/bin/env python3
"""Converts adt_YYYY-MM-DD.mat files to two collections of shapefiles, """Converts adt_YYYY-MM-DD.mat files to two collections of shapefiles,
SHPC_anti and SHPC_cyclo. The mat files are assumed to be in v7.3 SHPC_anti and SHPC_cyclo. The mat files are assumed to be in v7.3
(HDF5) format and will be converted to v6 format before being (HDF5) format and will be converted to v6 format before being read in
read in Python. The data in each input file is the set of detected Python. The data in each input file is the set of detected
instantaneous eddies at a given date. instantaneous eddies at a given date.
""" """
......
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