Dump point climate station information from EcohydroWorkflowLib metadata to standard output. More...
Variables | |
tuple | parser argparse.ArgumentParser(description='Dump point climate station information from EcohydroWorkflowLib metadata to standard output') |
string | help 'The directory from which metadata should be read' |
tuple | args parser.parse_args() |
tuple | projectDir os.path.abspath(args.projectDir) |
s args.separator | |
tuple | stations GenericMetadata.readClimatePointStations(projectDir) |
tuple | output station.id.upper() |
Dump point climate station information from EcohydroWorkflowLib metadata to standard output.
This software is provided free of charge under the New BSD License. Please see the following license information:
Copyright (c) 2013, University of North Carolina at Chapel Hill All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
None
Usage:
tuple DumpClimateStationInfo.args parser.parse_args() |
string DumpClimateStationInfo.help 'The directory from which metadata should be read' |
tuple DumpClimateStationInfo.output station.id.upper() |
tuple DumpClimateStationInfo.parser argparse.ArgumentParser(description='Dump point climate station information from EcohydroWorkflowLib metadata to standard output') |
tuple DumpClimateStationInfo.projectDir os.path.abspath(args.projectDir) |
DumpClimateStationInfo.s args.separator |
tuple DumpClimateStationInfo.stations GenericMetadata.readClimatePointStations(projectDir) |