CINXE.COM

tstoolbox — Tim Cera

<!DOCTYPE html> <html lang="en" data-content_root="./"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" /> <title>tstoolbox &#8212; Tim Cera</title> <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" /> <link rel="stylesheet" type="text/css" href="_static/basic.css?v=686e5160" /> <link rel="stylesheet" type="text/css" href="_static/alabaster.css?v=21e373c3" /> <script src="_static/documentation_options.js?v=29a6c3e3"></script> <script src="_static/doctools.js?v=9bcbadda"></script> <script src="_static/sphinx_highlight.js?v=dc90522c"></script> <script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script> <link rel="index" title="Index" href="genindex.html" /> <link rel="search" title="Search" href="search.html" /> <link rel="next" title="tstoolbox" href="tstoolbox/docs/index.html" /> <link rel="stylesheet" href="_static/custom.css" type="text/css" /> <link rel="alternate" type="application/atom+xml" href="blog/atom.xml" title="Blog" /> </head><body> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <p>This is a collection of programs that I have developed or worked on.</p> <hr class="docutils" /> <section id="tstoolbox"> <h1>tstoolbox<a class="headerlink" href="#tstoolbox" title="Link to this heading">¶</a></h1> <p>Import, calculations, transformations, statistics, and plots for time-series. Can be used with the other toolboxes below ( <cite>tsgettoolbox</cite>, <cite>swmmtoolbox</cite>, <cite>wdmtoolbox</cite>, <cite>hspfbintoolbox</cite>, …etc. ).</p> <div class="toctree-wrapper compound"> </div> <dl class="field-list simple"> <dt class="field-odd">Documentation<span class="colon">:</span></dt> <dd class="field-odd"><p><a class="reference internal" href="tstoolbox/docs/index.html#tstoolbox-documentation"><span class="std std-ref">tstoolbox</span></a></p> </dd> <dt class="field-even">Development<span class="colon">:</span></dt> <dd class="field-even"><p><a class="reference external" href="https://bitbucket.org/timcera/tstoolbox">https://bitbucket.org/timcera/tstoolbox</a> or <a class="reference external" href="https://github.com/timcera/tstoolbox">https://github.com/timcera/tstoolbox</a></p> </dd> </dl> <a class="reference external image-reference" href="https://github.com/timcera/tstoolbox/actions/workflows/pypi-package.yml"><img alt="Tests" src="https://github.com/timcera/tstoolbox/actions/workflows/pypi-package.yml/badge.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://coveralls.io/r/timcera/tstoolbox?branch=master"><img alt="Test Coverage" src="https://img.shields.io/coveralls/github/timcera/tstoolbox" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/tstoolbox/"><img alt="Latest release" src="https://img.shields.io/pypi/v/tstoolbox.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/tstoolbox/"><img alt="BSD-3 clause license" src="http://img.shields.io/pypi/l/tstoolbox.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/tstoolbox/"><img alt="tstoolbox downloads" src="http://img.shields.io/pypi/dd/tstoolbox.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.org/project/tstoolbox/"><img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/tstoolbox" style="height: 20px;" /> </a> </section> <hr class="docutils" /> <section id="plottoolbox"> <h1>plottoolbox<a class="headerlink" href="#plottoolbox" title="Link to this heading">¶</a></h1> <p>Plots data with several plot types, including; time-series, normal x or y axis, xy scatter, box and whiskers. Split from <cite>tstoolbox</cite> and should replace Python API calls to <cite>tstoolbox.plot(…)</cite> and command line <cite>tstoolbox plot …</cite>.</p> <div class="toctree-wrapper compound"> </div> <dl class="field-list simple"> <dt class="field-odd">Documentation<span class="colon">:</span></dt> <dd class="field-odd"><p><a class="reference internal" href="plottoolbox/docs/index.html#plottoolbox-documentation"><span class="std std-ref">plottoolbox</span></a></p> </dd> <dt class="field-even">Development<span class="colon">:</span></dt> <dd class="field-even"><p><a class="reference external" href="https://bitbucket.org/timcera/plottoolbox">https://bitbucket.org/timcera/plottoolbox</a> or <a class="reference external" href="https://github.com/timcera/plottoolbox">https://github.com/timcera/plottoolbox</a></p> </dd> </dl> <a class="reference external image-reference" href="https://github.com/timcera/plottoolbox/actions/workflows/pypi-package.yml"><img alt="Tests" src="https://github.com/timcera/plottoolbox/actions/workflows/pypi-package.yml/badge.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://coveralls.io/r/timcera/plottoolbox?branch=master"><img alt="Test Coverage" src="https://img.shields.io/coveralls/github/timcera/plottoolbox" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/plottoolbox/"><img alt="Latest release" src="https://img.shields.io/pypi/v/plottoolbox.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/plottoolbox/"><img alt="BSD-3 clause license" src="https://img.shields.io/pypi/l/plottoolbox.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/plottoolbox/"><img alt="plottoolbox downloads" src="https://img.shields.io/pypi/dd/plottoolbox.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.org/project/plottoolbox/"><img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/plottoolbox" style="height: 20px;" /> </a> </section> <hr class="docutils" /> <section id="tsgettoolbox"> <h1>tsgettoolbox<a class="headerlink" href="#tsgettoolbox" title="Link to this heading">¶</a></h1> <p>Command line and Python library to collect meteorologic and hydrologic data from web services. Can collect from the following organizations:</p> <ul class="simple"> <li><p>California Department of Water Resources</p></li> <li><p>Daymet from the Oak Ridge National Laboratory</p></li> <li><p>Florida Automated Weather Network</p></li> <li><p>Kisters Hydstra time-series database webservice</p></li> <li><p>Land Data Assimilation System</p></li> <li><p>METDATA, or GridMET based on PRISM.</p></li> <li><p>MODIS derived data.</p></li> <li><p>Terraclimate.</p></li> <li><p>Texas Weather Connection</p></li> <li><p>Topowx</p></li> <li><p>Unavco web services.</p></li> <li><p>US Army Corps of Engineers River Gages</p></li> <li><p>US Army Corps of Engineers: Southwest Division, Tulsa Water Control</p></li> <li><p>US Center for Operational Oceanographic Products and Services</p></li> <li><p>US Climate Prediction Center</p></li> <li><p>US EPA Water Quality Portal.</p></li> <li><p>USGS FL Evapotranspiration</p></li> <li><p>USGS National Water Information System</p></li> <li><p>US National Center for Environmental Information</p></li> <li><p>US National Data Buoy Center.</p></li> </ul> <div class="toctree-wrapper compound"> </div> <dl class="field-list simple"> <dt class="field-odd">Documentation<span class="colon">:</span></dt> <dd class="field-odd"><p><a class="reference internal" href="tsgettoolbox/docs/index.html#tsgettoolbox-documentation"><span class="std std-ref">tsgettoolbox</span></a></p> </dd> <dt class="field-even">Development<span class="colon">:</span></dt> <dd class="field-even"><p><a class="reference external" href="https://bitbucket.org/timcera/tsgettoolbox">https://bitbucket.org/timcera/tsgettoolbox</a> or <a class="reference external" href="https://github.com/timcera/tsgettoolbox">https://github.com/timcera/tsgettoolbox</a></p> </dd> </dl> <a class="reference external image-reference" href="https://github.com/timcera/tsgettoolbox/actions/workflows/pypi-package.yml"><img alt="Tests" src="https://github.com/timcera/tsgettoolbox/actions/workflows/pypi-package.yml/badge.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://coveralls.io/r/timcera/tsgettoolbox?branch=master"><img alt="Test Coverage" src="https://img.shields.io/coveralls/github/timcera/tsgettoolbox" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/tsgettoolbox/"><img alt="Latest release" src="https://img.shields.io/pypi/v/tsgettoolbox.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/tsgettoolbox/"><img alt="BSD-3 clause license" src="https://img.shields.io/pypi/l/tsgettoolbox.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/tsgettoolbox/"><img alt="tsgettoolbox downloads" src="https://img.shields.io/pypi/dd/tsgettoolbox.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.org/project/tsgettoolbox/"><img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/tsgettoolbox" style="height: 20px;" /> </a> </section> <hr class="docutils" /> <section id="mettoolbox"> <h1>mettoolbox<a class="headerlink" href="#mettoolbox" title="Link to this heading">¶</a></h1> <p>Command line and Python library for meteorologic calculations. Includes disaggregation and evaporation functions.</p> <div class="toctree-wrapper compound"> </div> <dl class="field-list simple"> <dt class="field-odd">Documentation<span class="colon">:</span></dt> <dd class="field-odd"><p><a class="reference internal" href="mettoolbox/docs/index.html#mettoolbox-documentation"><span class="std std-ref">mettoolbox</span></a></p> </dd> <dt class="field-even">Development<span class="colon">:</span></dt> <dd class="field-even"><p><a class="reference external" href="https://bitbucket.org/timcera/mettoolbox">https://bitbucket.org/timcera/mettoolbox</a> or <a class="reference external" href="https://github.com/timcera/mettoolbox">https://github.com/timcera/mettoolbox</a></p> </dd> </dl> <a class="reference external image-reference" href="https://github.com/timcera/mettoolbox/actions/workflows/pypi-package.yml"><img alt="Tests" src="https://github.com/timcera/mettoolbox/actions/workflows/pypi-package.yml/badge.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://coveralls.io/r/timcera/mettoolbox?branch=master"><img alt="Test Coverage" src="https://img.shields.io/coveralls/github/timcera/mettoolbox" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/mettoolbox/"><img alt="Latest release" src="https://img.shields.io/pypi/v/mettoolbox.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/mettoolbox/"><img alt="BSD-3 clause license" src="https://img.shields.io/pypi/l/mettoolbox.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/mettoolbox/"><img alt="mettoolbox downloads" src="https://img.shields.io/pypi/dd/mettoolbox.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.org/project/mettoolbox/"><img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/mettoolbox" style="height: 20px;" /> </a> </section> <hr class="docutils" /> <section id="hydrotoolbox"> <h1>hydrotoolbox<a class="headerlink" href="#hydrotoolbox" title="Link to this heading">¶</a></h1> <p>Command line and Python library for hydrologic calculations and analysis. Includes baseflow separation and hydrologic indices calculations.</p> <div class="toctree-wrapper compound"> </div> <dl class="field-list simple"> <dt class="field-odd">Documentation<span class="colon">:</span></dt> <dd class="field-odd"><p><a class="reference internal" href="hydrotoolbox/docs/index.html#hydrotoolbox-documentation"><span class="std std-ref">hydrotoolbox</span></a></p> </dd> <dt class="field-even">Development<span class="colon">:</span></dt> <dd class="field-even"><p><a class="reference external" href="https://bitbucket.org/timcera/hydrotoolbox">https://bitbucket.org/timcera/hydrotoolbox</a> or <a class="reference external" href="https://github.com/timcera/hydrotoolbox">https://github.com/timcera/hydrotoolbox</a></p> </dd> </dl> <a class="reference external image-reference" href="https://github.com/timcera/hydrotoolbox/actions/workflows/pypi-package.yml"><img alt="Tests" src="https://github.com/timcera/hydrotoolbox/actions/workflows/pypi-package.yml/badge.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://coveralls.io/r/timcera/hydrotoolbox?branch=master"><img alt="Test Coverage" src="https://img.shields.io/coveralls/github/timcera/hydrotoolbox" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/hydrotoolbox/"><img alt="Latest release" src="https://img.shields.io/pypi/v/hydrotoolbox.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/hydrotoolbox/"><img alt="BSD-3 clause license" src="https://img.shields.io/pypi/l/hydrotoolbox.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/hydrotoolbox/"><img alt="hydrotoolbox downloads" src="https://img.shields.io/pypi/dd/hydrotoolbox.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.org/project/hydrotoolbox/"><img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/hydrotoolbox" style="height: 20px;" /> </a> </section> <hr class="docutils" /> <section id="swmm-swmmtoolbox"> <h1>SWMM: swmmtoolbox<a class="headerlink" href="#swmm-swmmtoolbox" title="Link to this heading">¶</a></h1> <p>Read the Storm Water Management Model (SWMM) version 5 binary files.</p> <div class="toctree-wrapper compound"> </div> <dl class="field-list simple"> <dt class="field-odd">Documentation<span class="colon">:</span></dt> <dd class="field-odd"><p><a class="reference internal" href="swmmtoolbox/docs/index.html#swmmtoolbox-documentation"><span class="std std-ref">swmmtoolbox</span></a></p> </dd> <dt class="field-even">Development<span class="colon">:</span></dt> <dd class="field-even"><p><a class="reference external" href="https://bitbucket.org/timcera/swmmtoolbox">https://bitbucket.org/timcera/swmmtoolbox</a> or <a class="reference external" href="https://github.com/timcera/swmmtoolbox">https://github.com/timcera/swmmtoolbox</a></p> </dd> </dl> <a class="reference external image-reference" href="https://github.com/timcera/swmmtoolbox/actions/workflows/pypi-package.yml"><img alt="Tests" src="https://github.com/timcera/swmmtoolbox/actions/workflows/pypi-package.yml/badge.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://coveralls.io/r/timcera/swmmtoolbox?branch=master"><img alt="Test Coverage" src="https://img.shields.io/coveralls/github/timcera/swmmtoolbox" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/swmmtoolbox/"><img alt="Latest release" src="https://img.shields.io/pypi/v/swmmtoolbox.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/swmmtoolbox/"><img alt="BSD-3 clause license" src="https://img.shields.io/pypi/l/swmmtoolbox.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/swmmtoolbox/"><img alt="swmmtoolbox downloads" src="https://img.shields.io/pypi/dd/swmmtoolbox.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.org/project/swmmtoolbox/"><img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/swmmtoolbox" style="height: 20px;" /> </a> </section> <hr class="docutils" /> <section id="hspf-wdmtoolbox"> <h1>HSPF: wdmtoolbox<a class="headerlink" href="#hspf-wdmtoolbox" title="Link to this heading">¶</a></h1> <p>Create, read, and write Watershed Data Management (WDM) files.</p> <div class="toctree-wrapper compound"> </div> <dl class="field-list simple"> <dt class="field-odd">Documentation<span class="colon">:</span></dt> <dd class="field-odd"><p><a class="reference internal" href="wdmtoolbox/docs/index.html#wdmtoolbox-documentation"><span class="std std-ref">wdmtoolbox</span></a></p> </dd> <dt class="field-even">Development<span class="colon">:</span></dt> <dd class="field-even"><p><a class="reference external" href="https://bitbucket.org/timcera/wdmtoolbox">https://bitbucket.org/timcera/wdmtoolbox</a> or <a class="reference external" href="https://github.com/timcera/wdmtoolbox">https://github.com/timcera/wdmtoolbox</a></p> </dd> </dl> <a class="reference external image-reference" href="https://github.com/timcera/wdmtoolbox/actions/workflows/pypi-package.yml"><img alt="Tests" src="https://github.com/timcera/wdmtoolbox/actions/workflows/pypi-package.yml/badge.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://coveralls.io/r/timcera/wdmtoolbox?branch=master"><img alt="Test Coverage" src="https://img.shields.io/coveralls/github/timcera/wdmtoolbox" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/wdmtoolbox/"><img alt="Latest release" src="https://img.shields.io/pypi/v/wdmtoolbox.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/wdmtoolbox/"><img alt="BSD-3 clause license" src="https://img.shields.io/pypi/l/wdmtoolbox.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/wdmtoolbox/"><img alt="wdmtoolbox downloads" src="https://img.shields.io/pypi/dd/wdmtoolbox.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.org/project/wdmtoolbox/"><img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/wdmtoolbox" style="height: 20px;" /> </a> </section> <hr class="docutils" /> <section id="hspf-hspfbintoolbox"> <h1>HSPF: hspfbintoolbox<a class="headerlink" href="#hspf-hspfbintoolbox" title="Link to this heading">¶</a></h1> <p>Read the Hydrological Simulation Program - FORTRAN (HSPF) binary files.</p> <div class="toctree-wrapper compound"> </div> <dl class="field-list simple"> <dt class="field-odd">Documentation<span class="colon">:</span></dt> <dd class="field-odd"><p><a class="reference internal" href="hspfbintoolbox/docs/index.html#hspfbintoolbox-documentation"><span class="std std-ref">hspfbintoolbox</span></a></p> </dd> <dt class="field-even">Development<span class="colon">:</span></dt> <dd class="field-even"><p><a class="reference external" href="https://bitbucket.org/timcera/hspfbintoolbox">https://bitbucket.org/timcera/hspfbintoolbox</a> or <a class="reference external" href="https://github.com/timcera/hspfbintoolbox">https://github.com/timcera/hspfbintoolbox</a></p> </dd> </dl> <a class="reference external image-reference" href="https://github.com/timcera/hspfbintoolbox/actions/workflows/pypi-package.yml"><img alt="Tests" src="https://github.com/timcera/hspfbintoolbox/actions/workflows/pypi-package.yml/badge.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://coveralls.io/r/timcera/hspfbintoolbox?branch=master"><img alt="Test Coverage" src="https://img.shields.io/coveralls/github/timcera/hspfbintoolbox" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/hspfbintoolbox/"><img alt="Latest release" src="https://img.shields.io/pypi/v/hspfbintoolbox.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/hspfbintoolbox/"><img alt="BSD-3 clause license" src="http://img.shields.io/pypi/l/hspfbintoolbox.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/hspfbintoolbox/"><img alt="hspfbintoolbox downloads" src="http://img.shields.io/pypi/dd/hspfbintoolbox.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.org/project/hspfbintoolbox/"><img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/hspfbintoolbox" style="height: 20px;" /> </a> </section> <hr class="docutils" /> <section id="hspf-hspf-reader"> <h1>HSPF: hspf_reader<a class="headerlink" href="#hspf-hspf-reader" title="Link to this heading">¶</a></h1> <p>A command line tool and Python library to read the Hydrological Simulation Program - FORTRAN (HSPF) WDM files, binary files, and PLOTGEN files. The hspf_reader is a pure Python package including readers for PLOTGET, HSPF binary files and WDM files. If you need to create or populate WDM files use <cite>wdmtoolbox</cite>, and if you need a catalog of available water balance terms or large scale extraction from HPSF binary files use <cite>hspfbintoolbox</cite>.</p> <div class="toctree-wrapper compound"> </div> <dl class="field-list simple"> <dt class="field-odd">Documentation<span class="colon">:</span></dt> <dd class="field-odd"><p><a class="reference internal" href="hspf_reader/docs/index.html#hspf-reader-documentation"><span class="std std-ref">hspf_reader</span></a></p> </dd> <dt class="field-even">Development<span class="colon">:</span></dt> <dd class="field-even"><p><a class="reference external" href="https://bitbucket.org/timcera/hspf_reader">https://bitbucket.org/timcera/hspf_reader</a> or <a class="reference external" href="https://github.com/timcera/hspf_reader">https://github.com/timcera/hspf_reader</a></p> </dd> </dl> <a class="reference external image-reference" href="https://github.com/timcera/hspfbintoolbox/actions/workflows/pypi-package.yml"><img alt="Tests" src="https://github.com/timcera/hspfbintoolbox/actions/workflows/pypi-package.yml/badge.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://coveralls.io/r/timcera/hspfbintoolbox?branch=master"><img alt="Test Coverage" src="https://img.shields.io/coveralls/github/timcera/hspfbintoolbox" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/hspfbintoolbox/"><img alt="Latest release" src="https://img.shields.io/pypi/v/hspfbintoolbox.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/hspfbintoolbox/"><img alt="BSD-3 clause license" src="http://img.shields.io/pypi/l/hspfbintoolbox.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/hspfbintoolbox/"><img alt="hspfbintoolbox downloads" src="http://img.shields.io/pypi/dd/hspfbintoolbox.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.org/project/hspfbintoolbox/"><img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/hspfbintoolbox" style="height: 20px;" /> </a> </section> <hr class="docutils" /> <section id="hspf-hspf-utils"> <h1>HSPF: hspf_utils<a class="headerlink" href="#hspf-hspf-utils" title="Link to this heading">¶</a></h1> <p>Some HSPF model utilities to create a water balance, table of parameters values, …etc.</p> <div class="toctree-wrapper compound"> </div> <dl class="field-list simple"> <dt class="field-odd">Documentation<span class="colon">:</span></dt> <dd class="field-odd"><p><a class="reference internal" href="hspf_utils/docs/index.html#hspf-utils-documentation"><span class="std std-ref">hspf_utils</span></a></p> </dd> <dt class="field-even">Development<span class="colon">:</span></dt> <dd class="field-even"><p><a class="reference external" href="https://bitbucket.org/timcera/hspf_utils">https://bitbucket.org/timcera/hspf_utils</a> or <a class="reference external" href="https://github.com/timcera/hspf_utils">https://github.com/timcera/hspf_utils</a></p> </dd> </dl> <a class="reference external image-reference" href="https://github.com/timcera/hspf_utils/actions/workflows/pypi-package.yml"><img alt="Tests" src="https://github.com/timcera/hspf_utils/actions/workflows/pypi-package.yml/badge.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://coveralls.io/r/timcera/hspf_utils?branch=master"><img alt="Test Coverage" src="https://img.shields.io/coveralls/github/timcera/hspf_utils" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/hspf_utils/"><img alt="Latest release" src="https://img.shields.io/pypi/v/hspf_utils.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/hspf_utils/"><img alt="BSD-3 clause license" src="https://img.shields.io/pypi/l/hspf_utils.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/hspf_utils/"><img alt="hspf_utils downloads" src="https://img.shields.io/pypi/dd/hspf_utils.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.org/project/hspf_utils/"><img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/hspf_utils" style="height: 20px;" /> </a> </section> <hr class="docutils" /> <section id="astronomia"> <h1>astronomia<a class="headerlink" href="#astronomia" title="Link to this heading">¶</a></h1> <p>Calculation of astronomical ephemeris for the Sun, Moon, and Planets. Used by Tidal Analysis Program - Python.</p> <div class="toctree-wrapper compound"> </div> <dl class="field-list simple"> <dt class="field-odd">Documentation<span class="colon">:</span></dt> <dd class="field-odd"><p><a class="reference internal" href="astronomia/docs/index.html#astronomia-documentation"><span class="std std-ref">astronomia</span></a></p> </dd> <dt class="field-even">Development<span class="colon">:</span></dt> <dd class="field-even"><p><a class="reference external" href="https://bitbucket.org/timcera/astronomia">https://bitbucket.org/timcera/astronomia</a> or <a class="reference external" href="https://github.com/timcera/astronomia">https://github.com/timcera/astronomia</a></p> </dd> </dl> <a class="reference external image-reference" href="https://github.com/timcera/astronomia/actions/workflows/pypi-package.yml"><img alt="Tests" src="https://github.com/timcera/astronomia/actions/workflows/pypi-package.yml/badge.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://coveralls.io/r/timcera/astronomia?branch=master"><img alt="Test Coverage" src="https://img.shields.io/coveralls/github/timcera/astronomia" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/astronomia/"><img alt="Latest release" src="https://img.shields.io/pypi/v/astronomia.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/astronomia/"><img alt="BSD-3 clause license" src="http://img.shields.io/pypi/l/astronomia.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/astronomia/"><img alt="astronomia downloads" src="http://img.shields.io/pypi/dd/astronomia.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.org/project/astronomia/"><img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/astronomia" style="height: 20px;" /> </a> </section> <hr class="docutils" /> <section id="tappy"> <h1>TAPPy<a class="headerlink" href="#tappy" title="Link to this heading">¶</a></h1> <p>Tidal Analysis Program in Python. Takes a time-series of water level observations and finds the pure sine wave tidal constituents that would sum to the observations. TAPPy can then take the calculated constituents and make predictions of tidal heights in the future.</p> <div class="toctree-wrapper compound"> </div> <dl class="field-list simple"> <dt class="field-odd">Documentation<span class="colon">:</span></dt> <dd class="field-odd"><p><a class="reference internal" href="tappy/docs/index.html#tappy-documentation"><span class="std std-ref">tappy</span></a></p> </dd> <dt class="field-even">Development<span class="colon">:</span></dt> <dd class="field-even"><p><a class="reference external" href="https://bitbucket.org/timcera/tappy">https://bitbucket.org/timcera/tappy</a> or <a class="reference external" href="https://github.com/timcera/tappy">https://github.com/timcera/tappy</a></p> </dd> </dl> <a class="reference external image-reference" href="https://github.com/timcera/tappy/actions/workflows/pypi-package.yml"><img alt="Tests" src="https://github.com/timcera/tappy/actions/workflows/pypi-package.yml/badge.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://coveralls.io/r/timcera/tappy?branch=master"><img alt="Test Coverage" src="https://img.shields.io/coveralls/github/timcera/tappy" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/tappy/"><img alt="Latest release" src="https://img.shields.io/pypi/v/tappy.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/tappy/"><img alt="BSD-3 clause license" src="https://img.shields.io/pypi/l/tappy.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/tappy/"><img alt="tappy downloads" src="https://img.shields.io/pypi/dd/tappy.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.org/project/tappy/"><img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/tappy" style="height: 20px;" /> </a> </section> <hr class="docutils" id="index-0" /> <section id="pyslice"> <h1>pyslice<a class="headerlink" href="#pyslice" title="Link to this heading">¶</a></h1> <p>Templating engine to develop input model data sets. Especially useful for parametric or Monte Carlo simulations.</p> <div class="toctree-wrapper compound"> </div> <dl class="field-list simple"> <dt class="field-odd">Documentation<span class="colon">:</span></dt> <dd class="field-odd"><p><a class="reference internal" href="pyslice/docs/index.html#pyslice-documentation"><span class="std std-ref">pyslice</span></a></p> </dd> <dt class="field-even">Development<span class="colon">:</span></dt> <dd class="field-even"><p><a class="reference external" href="https://bitbucket.org/timcera/pyslice">https://bitbucket.org/timcera/pyslice</a> or <a class="reference external" href="https://github.com/timcera/pyslice">https://github.com/timcera/pyslice</a></p> </dd> </dl> <a class="reference external image-reference" href="https://github.com/timcera/pyslice/actions/workflows/pypi-package.yml"><img alt="Tests" src="https://github.com/timcera/pyslice/actions/workflows/pypi-package.yml/badge.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://coveralls.io/r/timcera/pyslice?branch=master"><img alt="Test Coverage" src="https://img.shields.io/coveralls/github/timcera/pyslice" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/pyslice/"><img alt="Latest release" src="https://img.shields.io/pypi/v/pyslice.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/pyslice/"><img alt="BSD-3 clause license" src="https://img.shields.io/pypi/l/pyslice.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/pyslice/"><img alt="pyslice downloads" src="https://img.shields.io/pypi/dd/pyslice.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.org/project/pyslice/"><img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/pyslice" style="height: 20px;" /> </a> </section> <hr class="docutils" /> <section id="cltoolbox"> <h1>cltoolbox<a class="headerlink" href="#cltoolbox" title="Link to this heading">¶</a></h1> <p>Toolbox to support the command line features of the other toolboxes.</p> <div class="toctree-wrapper compound"> </div> <dl class="field-list simple"> <dt class="field-odd">Documentation<span class="colon">:</span></dt> <dd class="field-odd"><p><a class="reference internal" href="cltoolbox/docs/index.html#cltoolbox-documentation"><span class="std std-ref">cltoolbox</span></a></p> </dd> <dt class="field-even">Development<span class="colon">:</span></dt> <dd class="field-even"><p><a class="reference external" href="https://bitbucket.org/timcera/cltoolbox">https://bitbucket.org/timcera/cltoolbox</a> or <a class="reference external" href="https://github.com/timcera/cltoolbox">https://github.com/timcera/cltoolbox</a></p> </dd> </dl> <a class="reference external image-reference" href="https://github.com/timcera/cltoolbox/actions/workflows/pypi-package.yml"><img alt="Tests" src="https://github.com/timcera/cltoolbox/actions/workflows/pypi-package.yml/badge.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://coveralls.io/r/timcera/cltoolbox?branch=master"><img alt="Test Coverage" src="https://img.shields.io/coveralls/github/timcera/cltoolbox" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/cltoolbox/"><img alt="Latest release" src="https://img.shields.io/pypi/v/cltoolbox.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/cltoolbox/"><img alt="BSD-3 clause license" src="http://img.shields.io/pypi/l/cltoolbox.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/cltoolbox/"><img alt="cltoolbox downloads" src="http://img.shields.io/pypi/dd/cltoolbox.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.org/project/cltoolbox/"><img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/cltoolbox" style="height: 20px;" /> </a> </section> <hr class="docutils" /> <section id="toolbox-utils"> <h1>toolbox_utils<a class="headerlink" href="#toolbox-utils" title="Link to this heading">¶</a></h1> <p>Some functions to support the other toolboxes.</p> <div class="toctree-wrapper compound"> </div> <dl class="field-list simple"> <dt class="field-odd">Documentation<span class="colon">:</span></dt> <dd class="field-odd"><p><a class="reference internal" href="toolbox_utils/docs/index.html#toolbox-utils-documentation"><span class="std std-ref">toolbox_utils</span></a></p> </dd> <dt class="field-even">Development<span class="colon">:</span></dt> <dd class="field-even"><p><a class="reference external" href="https://bitbucket.org/timcera/toolbox_utils">https://bitbucket.org/timcera/toolbox_utils</a> or <a class="reference external" href="https://github.com/timcera/toolbox_utils">https://github.com/timcera/toolbox_utils</a></p> </dd> </dl> <a class="reference external image-reference" href="https://github.com/timcera/toolbox_utils/actions/workflows/pypi-package.yml"><img alt="Tests" src="https://github.com/timcera/toolbox_utils/actions/workflows/pypi-package.yml/badge.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://coveralls.io/r/timcera/toolbox_utils?branch=master"><img alt="Test Coverage" src="https://img.shields.io/coveralls/github/timcera/toolbox_utils" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/toolbox_utils"><img alt="Latest release" src="https://img.shields.io/pypi/v/toolbox_utils.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/toolbox_utils/"><img alt="BSD-3 clause license" src="http://img.shields.io/pypi/l/toolbox_utils.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/toolbox_utils/"><img alt="toolbox_utils downloads" src="http://img.shields.io/pypi/dd/toolbox_utils.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.org/project/toolbox_utils/"><img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/toolbox_utils" style="height: 20px;" /> </a> </section> <hr class="docutils" /> <section id="dapclient"> <h1>dapclient<a class="headerlink" href="#dapclient" title="Link to this heading">¶</a></h1> <p>A client only fork of the <cite>pydap</cite> package to use the Data Access Protocol to access data from a remote server.</p> <div class="toctree-wrapper compound"> </div> <dl class="field-list simple"> <dt class="field-odd">Documentation<span class="colon">:</span></dt> <dd class="field-odd"><p><a class="reference internal" href="dapclient/docs/index.html#dapclient-documentation"><span class="std std-ref">dapclient</span></a></p> </dd> <dt class="field-even">Development<span class="colon">:</span></dt> <dd class="field-even"><p><a class="reference external" href="https://bitbucket.org/timcera/dapclient">https://bitbucket.org/timcera/dapclient</a> or <a class="reference external" href="https://github.com/timcera/dapclient">https://github.com/timcera/dapclient</a></p> </dd> </dl> <a class="reference external image-reference" href="https://github.com/timcera/dapclient/actions/workflows/pypi-package.yml"><img alt="Tests" src="https://github.com/timcera/dapclient/actions/workflows/pypi-package.yml/badge.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://coveralls.io/r/timcera/dapclient?branch=master"><img alt="Test Coverage" src="https://img.shields.io/coveralls/github/timcera/dapclient" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/dapclient/"><img alt="Latest release" src="https://img.shields.io/pypi/v/dapclient.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/dapclient/"><img alt="BSD-3 clause license" src="http://img.shields.io/pypi/l/dapclient.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/dapclient/"><img alt="dapclient downloads" src="http://img.shields.io/pypi/dd/dapclient.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.org/project/dapclient/"><img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/dapclient" style="height: 20px;" /> </a> </section> <hr class="docutils" /> <section id="vigor-rst-tables"> <h1>vigor_rst_tables<a class="headerlink" href="#vigor-rst-tables" title="Link to this heading">¶</a></h1> <p>A vim plugin to easily create and edit reStructuredText tables.</p> <div class="toctree-wrapper compound"> </div> <dl class="field-list simple"> <dt class="field-odd">Documentation<span class="colon">:</span></dt> <dd class="field-odd"><p><a class="reference internal" href="vigor_rst_tables/docs/index.html#vigor-rst-tables-documentation"><span class="std std-ref">vigor_rst_tables</span></a></p> </dd> <dt class="field-even">Development<span class="colon">:</span></dt> <dd class="field-even"><p><a class="reference external" href="https://github.com/timcera/vigor_rst_tables">https://github.com/timcera/vigor_rst_tables</a></p> </dd> </dl> </section> <hr class="docutils" /> <section id="tsproc"> <h1>TSPROC<a class="headerlink" href="#tsproc" title="Link to this heading">¶</a></h1> <p>TSPROC is a Time Series PROCessor that uses a configuration file to describe the tasks the data scientest or modeler wants to accomplish.</p> <div class="toctree-wrapper compound"> </div> <dl class="field-list simple"> <dt class="field-odd">Main site<span class="colon">:</span></dt> <dd class="field-odd"><p><a class="reference external" href="https://wi.water.usgs.gov/models/tsproc/">https://wi.water.usgs.gov/models/tsproc/</a></p> </dd> <dt class="field-even">Documentation<span class="colon">:</span></dt> <dd class="field-even"><p><a class="reference external" href="https://pubs.usgs.gov/tm/tm7c7/">https://pubs.usgs.gov/tm/tm7c7/</a></p> </dd> <dt class="field-odd">Development<span class="colon">:</span></dt> <dd class="field-odd"><p><a class="reference external" href="https://github.com/smwesten-usgs/tsproc">https://github.com/smwesten-usgs/tsproc</a></p> </dd> </dl> </section> <hr class="docutils" /> <section id="tsblender"> <h1>tsblender<a class="headerlink" href="#tsblender" title="Link to this heading">¶</a></h1> <p>Command line tool intended as a drop-in replacement for the USGS Time-Series PROCessor (TSPROC) (still in development).</p> <div class="toctree-wrapper compound"> </div> <dl class="field-list simple"> <dt class="field-odd">Documentation<span class="colon">:</span></dt> <dd class="field-odd"><p><a class="reference internal" href="tsblender/docs/index.html#tsblender-documentation"><span class="std std-ref">tsblender</span></a></p> </dd> <dt class="field-even">Development<span class="colon">:</span></dt> <dd class="field-even"><p><a class="reference external" href="https://bitbucket.org/timcera/tsblender">https://bitbucket.org/timcera/tsblender</a> or <a class="reference external" href="https://github.com/timcera/tsblender">https://github.com/timcera/tsblender</a></p> </dd> </dl> <a class="reference external image-reference" href="https://github.com/timcera/tsblender/actions/workflows/pypi-package.yml"><img alt="Tests" src="https://github.com/timcera/tsblender/actions/workflows/pypi-package.yml/badge.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://coveralls.io/r/timcera/tsblender?branch=master"><img alt="Test Coverage" src="https://img.shields.io/coveralls/github/timcera/tsblender" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/tsblender/"><img alt="Latest release" src="https://img.shields.io/pypi/v/tsblender.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/tsblender/"><img alt="BSD-3 clause license" src="https://img.shields.io/pypi/l/tsblender.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.python.org/pypi/tsblender/"><img alt="tsblender downloads" src="https://img.shields.io/pypi/dd/tsblender.svg" style="height: 20px;" /> </a> <a class="reference external image-reference" href="https://pypi.org/project/tsblender/"><img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/tsblender" style="height: 20px;" /> </a> </section> <div class="section ablog__blog_comments"> </div> </div> </div> </div> <div class="sphinxsidebar" role="navigation" aria-label="Main"> <div class="sphinxsidebarwrapper"> <p class="logo"><a href="#"> <img class="logo" src="_static/logo_web.jpg" alt="Logo of Tim Cera"/> </a></p><h3>Navigation</h3> <ul> <li class="toctree-l1"><a class="reference internal" href="tstoolbox/docs/index.html">tstoolbox</a></li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="plottoolbox/docs/index.html">plottoolbox</a></li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="tsgettoolbox/docs/index.html">tsgettoolbox</a></li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="mettoolbox/docs/index.html">mettoolbox</a></li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="hydrotoolbox/docs/index.html">hydrotoolbox</a></li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="swmmtoolbox/docs/index.html">swmmtoolbox</a></li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="wdmtoolbox/docs/index.html">wdmtoolbox</a></li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="hspfbintoolbox/docs/index.html">hspfbintoolbox</a></li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="hspf_reader/docs/index.html">hspf_reader</a></li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="hspf_utils/docs/index.html">hspf_utils</a></li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="astronomia/docs/index.html">astronomia</a></li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="tappy/docs/index.html">tappy</a></li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="pyslice/docs/index.html">pyslice</a></li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="cltoolbox/docs/index.html">cltoolbox</a></li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="toolbox_utils/docs/index.html">toolbox_utils</a></li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="dapclient/docs/index.html">dapclient</a></li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="vigor_rst_tables/docs/index.html">vigor_rst_tables</a></li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="tsproc.html">TSPROC</a></li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="tsblender/docs/index.html">tsblender</a></li> </ul> <div class="ablog-sidebar-item ablog__recentposts"> <h3> <a href="blog.html">Recent Posts</a> </h3> <ul> <li> <a href="posts/appveyor_finally.html"> 11 February - Appveyor and mingwpy to Create Python Wheels on Windows </a> </li> <li> <a href="posts/nosetests_image_comparison.html"> 29 November - Testing Images </a> </li> <li> <a href="posts/docker_hybrid_distributions.html"> 15 November - Docker to Create Hybrid Linux Distributions </a> </li> <li> <a href="posts/vrts_are_amazing.html"> 06 October - Virtual Format for GDAL/OGR </a> </li> <li> <a href="posts/docker_a_beginning.html"> 22 August - Docker - Almost Everything I Could Want, But Not What I Need </a> </li> </ul> </div> <div class="ablog-sidebar-item ablog__tagcloud"> <link rel="stylesheet" href="_static/ablog/tagcloud.css" type="text/css" /> <h3><a href="blog/tag.html">Tags</a></h3> <ul class="ablog-cloud"> <li class="ablog-cloud ablog-cloud-1"> <a href="blog/tag/appveyor.html">appveyor</a> </li> <li class="ablog-cloud ablog-cloud-1"> <a href="blog/tag/c.html">c</a> </li> <li class="ablog-cloud ablog-cloud-1"> <a href="blog/tag/centos.html">centos</a> </li> <li class="ablog-cloud ablog-cloud-1"> <a href="blog/tag/cmake.html">cmake</a> </li> <li class="ablog-cloud ablog-cloud-1"> <a href="blog/tag/comparison.html">comparison</a> </li> <li class="ablog-cloud ablog-cloud-1"> <a href="blog/tag/compiler.html">compiler</a> </li> <li class="ablog-cloud ablog-cloud-5"> <a href="blog/tag/docker.html">docker</a> </li> <li class="ablog-cloud ablog-cloud-1"> <a href="blog/tag/fortran.html">fortran</a> </li> <li class="ablog-cloud ablog-cloud-1"> <a href="blog/tag/gdal.html">gdal</a> </li> <li class="ablog-cloud ablog-cloud-1"> <a href="blog/tag/gis.html">gis</a> </li> <li class="ablog-cloud ablog-cloud-1"> <a href="blog/tag/hspf.html">hspf</a> </li> <li class="ablog-cloud ablog-cloud-1"> <a href="blog/tag/image.html">image</a> </li> <li class="ablog-cloud ablog-cloud-1"> <a href="blog/tag/lut.html">lut</a> </li> <li class="ablog-cloud ablog-cloud-1"> <a href="blog/tag/matplotlib.html">matplotlib</a> </li> <li class="ablog-cloud ablog-cloud-1"> <a href="blog/tag/mingwpy.html">mingwpy</a> </li> <li class="ablog-cloud ablog-cloud-1"> <a href="blog/tag/mosaic.html">mosaic</a> </li> <li class="ablog-cloud ablog-cloud-1"> <a href="blog/tag/nose.html">nose</a> </li> <li class="ablog-cloud ablog-cloud-1"> <a href="blog/tag/nosetests.html">nosetests</a> </li> <li class="ablog-cloud ablog-cloud-1"> <a href="blog/tag/ogr.html">ogr</a> </li> <li class="ablog-cloud ablog-cloud-1"> <a href="blog/tag/qgis.html">qgis</a> </li> <li class="ablog-cloud ablog-cloud-1"> <a href="blog/tag/raster.html">raster</a> </li> <li class="ablog-cloud ablog-cloud-1"> <a href="blog/tag/reproject.html">reproject</a> </li> <li class="ablog-cloud ablog-cloud-1"> <a href="blog/tag/sql.html">sql</a> </li> <li class="ablog-cloud ablog-cloud-1"> <a href="blog/tag/tests.html">tests</a> </li> <li class="ablog-cloud ablog-cloud-1"> <a href="blog/tag/ubuntu.html">ubuntu</a> </li> <li class="ablog-cloud ablog-cloud-1"> <a href="blog/tag/vector.html">vector</a> </li> <li class="ablog-cloud ablog-cloud-1"> <a href="blog/tag/vrt.html">vrt</a> </li> <li class="ablog-cloud ablog-cloud-1"> <a href="blog/tag/windows.html">windows</a> </li> </ul> </div> <div class="ablog-sidebar-item ablog__categories"> <h3> <a href="blog/category.html">Categories</a> </h3> <ul> <li> <a href="blog/category/appveyor.html">appveyor (1)</a> </li> <li> <a href="blog/category/docker.html">docker (2)</a> </li> <li> <a href="blog/category/gis.html">gis (1)</a> </li> <li> <a href="blog/category/tests.html">tests (1)</a> </li> </ul> </div> <div class="ablog-sidebar-item ablog__archives"> <h3> <a href="blog/archive.html">Archives</a> </h3> <ul> <li> <a href="blog/2016.html">2016 (1)</a> </li> <li> <a href="blog/2015.html">2015 (4)</a> </li> </ul> </div> <search id="searchbox" style="display: none" role="search"> <h3 id="searchlabel">Quick search</h3> <div class="searchformwrapper"> <form class="search" action="search.html" method="get"> <input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/> <input type="submit" value="Go" /> </form> </div> </search> <script>document.getElementById('searchbox').style.display = "block"</script> </div> </div> <div class="clearer"></div> </div> <div class="footer"> &#169;2013, Tim Cera. | <a href="_sources/index.rst.txt" rel="nofollow">Page source</a> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10