Skip to content

Commit

Permalink
Deployed 6fcb9f1 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Sep 22, 2024
1 parent e95cb7f commit c6c048c
Show file tree
Hide file tree
Showing 8 changed files with 124 additions and 70 deletions.
2 changes: 1 addition & 1 deletion changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ <h2 id="v030-apr-3-2022">v0.3.0 - Apr 3, 2022<a class="headerlink" href="#v030-a
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
</span>
2024-09-22
2023-07-08
</span>


Expand Down
2 changes: 1 addition & 1 deletion contributing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ <h2 id="pull-request-guidelines">Pull Request Guidelines<a class="headerlink" hr
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
</span>
2024-09-22
2023-04-24
</span>


Expand Down
2 changes: 1 addition & 1 deletion geospatial/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ <h1 id="geospatial-module">geospatial module<a class="headerlink" href="#geospat
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
</span>
2024-09-22
2024-02-22
</span>


Expand Down
165 changes: 110 additions & 55 deletions index.html

Large diffs are not rendered by default.

17 changes: 8 additions & 9 deletions index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,23 @@
"\n",
"## Installation\n",
"\n",
"### Mamba\n",
"### uv\n",
"\n",
"Installing commonly used packages for geospatial analysis and data visualization with only one command.\n",
"[uv](https://docs.astral.sh/uv/) us an extremely fast Python package and project manager, written in Rust. It is designed to be a drop-in replacement for pip. You can install `geospatial` using `uv` as follows:\n",
"\n",
"```bash\n",
"mamba install -c conda-forge geospatial\n",
"uv pip install geospatial\n",
"uv pip install --find-links https://girder.github.io/large_image_wheels gdal pdal pyproj \n",
"```\n",
"\n",
"### uv\n",
"### Mamba\n",
"\n",
"[uv](https://docs.astral.sh/uv/) us an extremely fast Python package and project manager, written in Rust. It is designed to be a drop-in replacement for pip. You can install `geospatial` using `uv` as follows:\n",
"Installing commonly used packages for geospatial analysis and data visualization with only one command.\n",
"\n",
"```bash\n",
"uv install geospatial\n",
"uv pip install gdal pdal --find-links https://girder.github.io/large_image_wheels\n",
"mamba install -c conda-forge geospatial\n",
"```\n",
"\n",
"\n",
"## Video Tutorial\n",
"\n",
"[![Introducing geospatial](images/thumbnail.png)](https://youtu.be/t7eJKQwacOE \"Introducing geospatial\")"
Expand All @@ -61,7 +60,7 @@
"\n",
"The [recipe](https://github.com/conda-forge/geospatial-feedstock/blob/main/recipe/meta.yaml) of the geospatial Python package on the conda-forge channel:\n",
"\n",
" - python >=3.8\n",
" - python >=3.9\n",
" - apache-sedona\n",
" - bokeh\n",
" - cartopy\n",
Expand Down
2 changes: 1 addition & 1 deletion installation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ <h2 id="upgrading-geospatial">Upgrading geospatial<a class="headerlink" href="#u
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
</span>
2024-09-22
2024-02-02
</span>


Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion usage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ <h1 id="usage">Usage<a class="headerlink" href="#usage" title="Permanent link">&
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
</span>
2024-09-22
2022-04-16
</span>


Expand Down

0 comments on commit c6c048c

Please sign in to comment.