Skip to content

Commit

Permalink
Deployed ab31e93 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abarciauskas-bgse committed May 24, 2024
1 parent 39dc513 commit 71ed8b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -686,9 +686,7 @@ <h2 id="installation">Installation<a class="headerlink" href="#installation" tit
$ python -m pip install -e .
</code></pre></div>
<h2 id="launch">Launch<a class="headerlink" href="#launch" title="Permanent link">&para;</a></h2>
<p>You'll need to have <code>TITILER_STACAPI_STAC_API_URL</code> variables set in your environment pointing to your STAC API service.</p>
<div class="highlight"><pre><span></span><code>export TITILER_STACAPI_STAC_API_URL=https://api.stac
</code></pre></div>
<p>By default the <code>stac_api_url</code> is <a href="https://planetarycomputer.microsoft.com/api/stac/v1">planetarycomputer.microsoft.com/api/stac/v1</a>, but you can override it by setting the environment variable <code>TITILER_STACAPI_STAC_API_URL</code>.</p>
<div class="highlight"><pre><span></span><code>python -m pip install uvicorn

uvicorn titiler.stacapi.main:app --port 8000
Expand All @@ -700,15 +698,15 @@ <h3 id="using-docker">Using Docker<a class="headerlink" href="#using-docker" tit
</code></pre></div>
<p>It runs <code>titiler.stacapi</code> using Gunicorn web server.</p>
<h3 id="how-it-works">How it works<a class="headerlink" href="#how-it-works" title="Permanent link">&para;</a></h3>
<p><img alt="" src="https://github.com/developmentseed/titiler-stacapi-mspc/assets/10407788/2e53bfe3-402a-4c57-bf61-c055e32f1362" /></p>
<p><img alt="" src="https://github.com/developmentseed/titiler-stacapi/assets/10407788/2e53bfe3-402a-4c57-bf61-c055e32f1362" /></p>
<h2 id="contribution-development">Contribution &amp; Development<a class="headerlink" href="#contribution-development" title="Permanent link">&para;</a></h2>
<p>See <a href="https://github.com//developmentseed/titiler-stacapi-mspc/blob/main/CONTRIBUTING.md">CONTRIBUTING.md</a></p>
<h2 id="license">License<a class="headerlink" href="#license" title="Permanent link">&para;</a></h2>
<p>See <a href="https://github.com//developmentseed/titiler-stacapi-mspc/blob/main/LICENSE">LICENSE</a></p>
<h2 id="authors">Authors<a class="headerlink" href="#authors" title="Permanent link">&para;</a></h2>
<p>See <a href="https://github.com/developmentseed/titiler-stacapi-mspc/graphs/contributors">contributors</a> for a listing of individual contributors.</p>
<h2 id="changes">Changes<a class="headerlink" href="#changes" title="Permanent link">&para;</a></h2>
<p>See <a href="https://github.com/developmentseed/titiler-stacapi-mspc/blob/main/CHANGES.md">CHANGES.md</a>.</p>
<p>See <a href="https://github.com/developmentseed/titiler-stacapi-mspc/blob/main/CHANGELOG.md">CHANGELOG.md</a>.</p>



Expand Down
Loading

0 comments on commit 71ed8b9

Please sign in to comment.