uwsift.project package

Submodules

uwsift.project.organize_data_bands module

organize_data_bands.py

PURPOSE Mirror the default AHI data directory structure with band being the primary key using hardlinks.

Note: Hardlinks are required for this and not softlinks because cwrsync for Windows does not properly support softlinks from basic testing.

Data for SIFT is organized as /odyssey/isis/tmp/davidh/sift_data/ahi/YYYY_MM_DD_JJJ/HHMM/*B[01-16]*.tif. This doesn’t make it easy to select a band for multiple time steps so this script will create hardlinks so the structure is: /odyssey/isis/tmp/davidh/sift_data/ahi/B[01-16]/*B[01-16]*.tif

REFERENCES

REQUIRES

author:

David Hoese <david.hoese@ssec.wisc.edu>

copyright:

2014 by University of Wisconsin Regents, see AUTHORS for more details

license:

GPLv3, see LICENSE for more details

uwsift.project.organize_data_bands.main()[source]

uwsift.project.organize_data_topics module

organize_data_topics.py

PURPOSE Mirror the default AHI data directory structure in to a directory structure organized in to topics.

Note: Hardlinks are required for this and not softlinks because cwrsync for Windows does not properly support softlinks from basic testing.

Data for SIFT is organized as /odyssey/isis/tmp/davidh/sift_data/ahi/YYYY_MM_DD_JJJ/HHMM/*B[01-16]*.tif. This script will organize them in to /odyssey/isis/tmp/davidh/sift_data/ahi/<topic>/*B[01-16]*.tif. All of the files for a specific case will be in the same directory.

REFERENCES

REQUIRES

author:

David Hoese <david.hoese@ssec.wisc.edu>

copyright:

2014 by University of Wisconsin Regents, see AUTHORS for more details

license:

GPLv3, see LICENSE for more details

class uwsift.project.organize_data_topics.DataCase(topic_title, start, end, delta, bands)

Bases: tuple

bands

Alias for field number 4

delta

Alias for field number 3

end

Alias for field number 2

start

Alias for field number 1

topic_title

Alias for field number 0

uwsift.project.organize_data_topics.main()[source]

Module contents