2025-02-13 18:28:48 +00:00
|
|
|
|
|
|
|
|
2020-09-09 20:02:35 +00:00
|
|
|
<!DOCTYPE html>
|
2023-12-12 18:58:22 +00:00
|
|
|
<html class="writer-html5" lang="en">
|
2020-09-09 20:02:35 +00:00
|
|
|
<head>
|
2023-12-12 18:58:22 +00:00
|
|
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
2021-09-20 20:37:21 +00:00
|
|
|
|
2021-03-23 16:15:37 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2020-09-09 20:02:35 +00:00
|
|
|
<title>CombinedTimeQuery — python-awips documentation</title>
|
2025-02-13 18:28:48 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=03e43079" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=e59714d7" />
|
2023-12-12 18:58:22 +00:00
|
|
|
|
|
|
|
|
2025-02-13 18:28:48 +00:00
|
|
|
<script src="../_static/jquery.js?v=5d32c60e"></script>
|
|
|
|
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
|
|
|
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=b3ba4146"></script>
|
|
|
|
<script src="../_static/doctools.js?v=888ff710"></script>
|
|
|
|
<script src="../_static/sphinx_highlight.js?v=4825356b"></script>
|
2021-09-20 20:37:21 +00:00
|
|
|
<script src="../_static/js/theme.js"></script>
|
2020-09-09 20:02:35 +00:00
|
|
|
<link rel="author" title="About these documents" href="../about.html" />
|
|
|
|
<link rel="index" title="Index" href="../genindex.html" />
|
|
|
|
<link rel="search" title="Search" href="../search.html" />
|
|
|
|
<link rel="next" title="Available Data Types" href="../datatypes.html" />
|
|
|
|
<link rel="prev" title="DateTimeConverter" href="DateTimeConverter.html" />
|
|
|
|
</head>
|
|
|
|
|
2021-09-20 20:37:21 +00:00
|
|
|
<body class="wy-body-for-nav">
|
2020-09-09 20:02:35 +00:00
|
|
|
<div class="wy-grid-for-nav">
|
|
|
|
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
|
|
|
|
<div class="wy-side-scroll">
|
|
|
|
<div class="wy-side-nav-search" >
|
2023-02-27 20:38:55 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a href="../index.html" class="icon icon-home">
|
|
|
|
python-awips
|
2020-09-09 20:02:35 +00:00
|
|
|
</a>
|
|
|
|
<div role="search">
|
|
|
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
2023-02-27 20:38:55 +00:00
|
|
|
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
|
2020-09-09 20:02:35 +00:00
|
|
|
<input type="hidden" name="check_keywords" value="yes" />
|
|
|
|
<input type="hidden" name="area" value="default" />
|
|
|
|
</form>
|
|
|
|
</div>
|
2021-09-20 20:37:21 +00:00
|
|
|
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
|
2020-09-09 20:02:35 +00:00
|
|
|
<ul class="current">
|
|
|
|
<li class="toctree-l1 current"><a class="reference internal" href="index.html">API Documentation</a><ul class="current">
|
|
|
|
<li class="toctree-l2"><a class="reference internal" href="DataAccessLayer.html">DataAccessLayer</a></li>
|
|
|
|
<li class="toctree-l2"><a class="reference internal" href="IDataRequest.html">IDataRequest (newDataRequest())</a></li>
|
|
|
|
<li class="toctree-l2"><a class="reference internal" href="PyData.html">PyData</a></li>
|
|
|
|
<li class="toctree-l2"><a class="reference internal" href="PyGridData.html">PyGridData</a></li>
|
|
|
|
<li class="toctree-l2"><a class="reference internal" href="PyGeometryData.html">PyGeometryData</a></li>
|
|
|
|
<li class="toctree-l2"><a class="reference internal" href="ModelSounding.html">ModelSounding</a></li>
|
|
|
|
<li class="toctree-l2"><a class="reference internal" href="ThriftClientRouter.html">ThriftClientRouter</a></li>
|
|
|
|
<li class="toctree-l2"><a class="reference internal" href="ThriftClient.html">ThriftClient</a></li>
|
|
|
|
<li class="toctree-l2"><a class="reference internal" href="TimeUtil.html">TimeUtil</a></li>
|
|
|
|
<li class="toctree-l2"><a class="reference internal" href="RadarCommon.html">RadarCommon</a></li>
|
|
|
|
<li class="toctree-l2"><a class="reference internal" href="IFPClient.html">IFPClient</a></li>
|
|
|
|
<li class="toctree-l2"><a class="reference internal" href="DateTimeConverter.html">DateTimeConverter</a></li>
|
2025-02-13 18:28:48 +00:00
|
|
|
<li class="toctree-l2 current"><a class="current reference internal" href="#">CombinedTimeQuery</a></li>
|
2020-09-09 20:02:35 +00:00
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
<li class="toctree-l1"><a class="reference internal" href="../datatypes.html">Available Data Types</a></li>
|
|
|
|
<li class="toctree-l1"><a class="reference internal" href="../examples/index.html">Data Plotting Examples</a></li>
|
|
|
|
<li class="toctree-l1"><a class="reference internal" href="../dev.html">Development Guide</a></li>
|
2024-09-18 19:24:29 +00:00
|
|
|
<li class="toctree-l1"><a class="reference internal" href="../gridparms.html">Grid Parameters</a></li>
|
2020-09-09 20:02:35 +00:00
|
|
|
<li class="toctree-l1"><a class="reference internal" href="../about.html">About Unidata AWIPS</a></li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</nav>
|
|
|
|
|
2021-09-20 20:37:21 +00:00
|
|
|
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
|
2020-09-09 20:02:35 +00:00
|
|
|
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
|
|
|
|
<a href="../index.html">python-awips</a>
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
<div class="wy-nav-content">
|
|
|
|
<div class="rst-content">
|
2021-09-20 20:37:21 +00:00
|
|
|
<div role="navigation" aria-label="Page navigation">
|
2020-09-09 20:02:35 +00:00
|
|
|
<ul class="wy-breadcrumbs">
|
2023-02-27 20:38:55 +00:00
|
|
|
<li><a href="../index.html" class="icon icon-home" aria-label="Home"></a></li>
|
2022-11-09 18:56:39 +00:00
|
|
|
<li class="breadcrumb-item"><a href="index.html">API Documentation</a></li>
|
|
|
|
<li class="breadcrumb-item active">CombinedTimeQuery</li>
|
2020-09-09 20:02:35 +00:00
|
|
|
<li class="wy-breadcrumbs-aside">
|
|
|
|
<a href="../_sources/api/CombinedTimeQuery.rst.txt" rel="nofollow"> View page source</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
<hr/>
|
|
|
|
</div>
|
|
|
|
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
|
|
|
|
<div itemprop="articleBody">
|
2021-09-20 20:37:21 +00:00
|
|
|
|
2025-02-13 18:28:48 +00:00
|
|
|
<section id="combinedtimequery">
|
|
|
|
<h1>CombinedTimeQuery<a class="headerlink" href="#combinedtimequery" title="Permalink to this heading"></a></h1>
|
2021-09-20 20:37:21 +00:00
|
|
|
</section>
|
2020-09-09 20:02:35 +00:00
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
2021-09-20 20:37:21 +00:00
|
|
|
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
|
2021-03-23 16:15:37 +00:00
|
|
|
<a href="DateTimeConverter.html" class="btn btn-neutral float-left" title="DateTimeConverter" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
|
2021-09-20 20:37:21 +00:00
|
|
|
<a href="../datatypes.html" class="btn btn-neutral float-right" title="Available Data Types" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
|
2020-09-09 20:02:35 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<hr/>
|
|
|
|
|
|
|
|
<div role="contentinfo">
|
2025-02-13 18:28:48 +00:00
|
|
|
<p>© Copyright 2025, NSF Unidata.</p>
|
2020-09-09 20:02:35 +00:00
|
|
|
</div>
|
2021-09-20 20:37:21 +00:00
|
|
|
|
|
|
|
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
|
2021-03-23 16:15:37 +00:00
|
|
|
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
|
2021-09-20 20:37:21 +00:00
|
|
|
provided by <a href="https://readthedocs.org">Read the Docs</a>.
|
|
|
|
|
2020-09-09 20:02:35 +00:00
|
|
|
|
|
|
|
</footer>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</div>
|
2021-09-20 20:37:21 +00:00
|
|
|
<script>
|
2020-09-09 20:02:35 +00:00
|
|
|
jQuery(function () {
|
|
|
|
SphinxRtdTheme.Navigation.enable(true);
|
|
|
|
});
|
2021-09-20 20:37:21 +00:00
|
|
|
</script>
|
2020-09-09 20:02:35 +00:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|