Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 committed Sep 16, 2024
1 parent bff7515 commit a86f9b0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion doc/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ About

GeoViews is completely open source, available under a BSD license freely for both commercial and non-commercial use. GeoViews was originally developed with the support of `Anaconda Inc. <https://anaconda.com>`_, and is now maintained by Anaconda developers and community contributors.

GeoViews is part of the `HoloViz <https://holoviz.org>`_ family of tools. The `holoviz.org <https://holoviz.org>`_ website shows how to use GeoViews together with other libraries to solve complex problems, with detailed tutorials and examples. You can see a variety of projects using GeoViews at `examples.pyviz.org <https://examples.pyviz.org>`_, and you can compare GeoViews to other available tools at `pyviz.org <https://pyviz.org>`_.
GeoViews is part of the `HoloViz <https://holoviz.org>`_ family of tools. The `holoviz.org <https://holoviz.org>`_ website shows how to use GeoViews together with other libraries to solve complex problems, with detailed tutorials and examples. You can see a variety of projects using GeoViews at `examples.holoviz.org <https://examples.holoviz.org>`_, and you can compare GeoViews to other available tools at `pyviz.org <https://pyviz.org>`_.

If you have any questions or usage issues visit the `GeoViews Discourse <https://discourse.holoviz.org/c/geoviews/>`_ site.

Expand Down
32 changes: 16 additions & 16 deletions doc/topics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,46 +8,46 @@ To learn how to use Geoviews, see the `User Guide
<user_guide/index.html>`_.

NOTE: This is a list of links to examples on external sites. Most
examples are on https://examples.pyviz.org.
examples are on https://examples.holoviz.org.


* `Bay Trimesh <https://examples.pyviz.org/bay_trimesh/bay_trimesh.html>`_
* `Bay Trimesh <https://examples.holoviz.org/bay_trimesh/bay_trimesh.html>`_
Visualize water depth into the Chesapeake and Delaware Bays

.. figure:: _static/images/bay_trimesh.png
:target: https://examples.pyviz.org/bay_trimesh/bay_trimesh.html
:target: https://examples.holoviz.org/bay_trimesh/bay_trimesh.html
:scale: 30 %
:alt: Visualize water depth into the Chesapeake and Delaware Bays

* `Census <https://examples.pyviz.org/census/census.html>`_
* `Census <https://examples.holoviz.org/census/census.html>`_
Visualize 2010 Census demographic data

.. figure:: _static/images/census.png
:target: https://examples.pyviz.org/census/census.html
:target: https://examples.holoviz.org/census/census.html
:scale: 30 %
:alt: Visualize 2010 Census demographic data

* `Gerrymandering <https://examples.pyviz.org/gerrymandering/gerrymandering.html>`_
* `Gerrymandering <https://examples.holoviz.org/gerrymandering/gerrymandering.html>`_
Combine data of very different types to show gerrymandering

.. figure:: _static/images/gerrymandering.png
:target: https://examples.pyviz.org/gerrymandering/gerrymandering.html
:target: https://examples.holoviz.org/gerrymandering/gerrymandering.html
:scale: 30 %
:alt: Combine data of very different types to show gerrymandering

* `Glaciers <https://examples.pyviz.org/glaciers/glaciers.html>`_
* `Glaciers <https://examples.holoviz.org/glaciers/glaciers.html>`_
Glaciers explorer using Datashader

.. figure:: _static/images/glaciers.png
:target: https://examples.pyviz.org/glaciers/glaciers.html
:target: https://examples.holoviz.org/glaciers/glaciers.html
:scale: 30 %
:alt: Glaciers explorer using Datashader

* `LandSat <https://examples.pyviz.org/landsat/landsat.html>`_
* `LandSat <https://examples.holoviz.org/landsat/landsat.html>`_
Datashade LandSat8 raster satellite imagery

.. figure:: _static/images/landsat.png
:target: https://examples.pyviz.org/landsat/landsat.html
:target: https://examples.holoviz.org/landsat/landsat.html
:scale: 30 %
:alt: Datashade LandSat8 raster satellite imagery

Expand All @@ -57,8 +57,8 @@ examples are on https://examples.pyviz.org.
:hidden:
:maxdepth: 2

Bay Trimesh <https://examples.pyviz.org/bay_trimesh/bay_trimesh.html>
Census <https://examples.pyviz.org/census/census.html>
Gerrymandering <https://examples.pyviz.org/gerrymandering/gerrymandering.html>
Glaciers <https://examples.pyviz.org/glaciers/glaciers.html>
LandSat <https://examples.pyviz.org/landsat/landsat.html>
Bay Trimesh <https://examples.holoviz.org/bay_trimesh/bay_trimesh.html>
Census <https://examples.holoviz.org/census/census.html>
Gerrymandering <https://examples.holoviz.org/gerrymandering/gerrymandering.html>
Glaciers <https://examples.holoviz.org/glaciers/glaciers.html>
LandSat <https://examples.holoviz.org/landsat/landsat.html>
2 changes: 1 addition & 1 deletion examples/user_guide/Resampling_Grids.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"source": [
"In geographical applications grids and meshes of different kinds are very common and for visualization and analysis it is often very important to be able to resample them in different ways. Regridding can refer both to upsampling and downsampling a grid or mesh, which is achieved through interpolation and aggregation.\n",
"\n",
"Naive approaches to regridding treat the space as flat, which is often simpler but can also give less accurate results when working with a spherical space such as the earth. In this user guide we will summarize how to work with different grid types including rectilinear, curvilinear grids and trimeshes. Additionally we will discuss different approaches to regridding working based on the assumption of a flat earth (using [datashader](http://datashader.org/)) and a spherical earth ([xESMF](http://xesmf.readthedocs.io/en/latest/Curvilinear_grid.html))."
"Naive approaches to regridding treat the space as flat, which is often simpler but can also give less accurate results when working with a spherical space such as the earth. In this user guide we will summarize how to work with different grid types including rectilinear, curvilinear grids and trimeshes. Additionally we will discuss different approaches to regridding working based on the assumption of a flat earth (using [datashader](http://datashader.org/)) and a spherical earth ([xESMF](http://xesmf.readthedocs.io/en/latest/notebooks/Curvilinear_grid.html))."
]
},
{
Expand Down

0 comments on commit a86f9b0

Please sign in to comment.