Skip to content

Commit b5c3fca

Browse files
authored
Update CHANGELOG.md date (#747)
1 parent 7ee9ecc commit b5c3fca

4 files changed

Lines changed: 19 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Version 1.13.0
22
==============
33

4-
Date: August 1, 2024
4+
Date: September 16, 2024
55

66
This release includes various bug fixes and maintenance updates. Many thanks to @hoxbro and @ahuang11 for their ongoing contributions.
77

doc/about.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ About
33

44
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.
55

6-
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>`_.
6+
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>`_.
77

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

doc/topics.rst

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,46 +8,46 @@ To learn how to use Geoviews, see the `User Guide
88
<user_guide/index.html>`_.
99

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

1313

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

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

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

2525
.. figure:: _static/images/census.png
26-
:target: https://examples.pyviz.org/census/census.html
26+
:target: https://examples.holoviz.org/census/census.html
2727
:scale: 30 %
2828
:alt: Visualize 2010 Census demographic data
2929

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

3333
.. figure:: _static/images/gerrymandering.png
34-
:target: https://examples.pyviz.org/gerrymandering/gerrymandering.html
34+
:target: https://examples.holoviz.org/gerrymandering/gerrymandering.html
3535
:scale: 30 %
3636
:alt: Combine data of very different types to show gerrymandering
3737

38-
* `Glaciers <https://examples.pyviz.org/glaciers/glaciers.html>`_
38+
* `Glaciers <https://examples.holoviz.org/glaciers/glaciers.html>`_
3939
Glaciers explorer using Datashader
4040

4141
.. figure:: _static/images/glaciers.png
42-
:target: https://examples.pyviz.org/glaciers/glaciers.html
42+
:target: https://examples.holoviz.org/glaciers/glaciers.html
4343
:scale: 30 %
4444
:alt: Glaciers explorer using Datashader
4545

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

4949
.. figure:: _static/images/landsat.png
50-
:target: https://examples.pyviz.org/landsat/landsat.html
50+
:target: https://examples.holoviz.org/landsat/landsat.html
5151
:scale: 30 %
5252
:alt: Datashade LandSat8 raster satellite imagery
5353

@@ -57,8 +57,8 @@ examples are on https://examples.pyviz.org.
5757
:hidden:
5858
:maxdepth: 2
5959

60-
Bay Trimesh <https://examples.pyviz.org/bay_trimesh/bay_trimesh.html>
61-
Census <https://examples.pyviz.org/census/census.html>
62-
Gerrymandering <https://examples.pyviz.org/gerrymandering/gerrymandering.html>
63-
Glaciers <https://examples.pyviz.org/glaciers/glaciers.html>
64-
LandSat <https://examples.pyviz.org/landsat/landsat.html>
60+
Bay Trimesh <https://examples.holoviz.org/bay_trimesh/bay_trimesh.html>
61+
Census <https://examples.holoviz.org/census/census.html>
62+
Gerrymandering <https://examples.holoviz.org/gerrymandering/gerrymandering.html>
63+
Glaciers <https://examples.holoviz.org/glaciers/glaciers.html>
64+
LandSat <https://examples.holoviz.org/landsat/landsat.html>

examples/user_guide/Resampling_Grids.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"source": [
2727
"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",
2828
"\n",
29-
"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))."
29+
"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))."
3030
]
3131
},
3232
{

0 commit comments

Comments
 (0)