Skip to content

Commit

Permalink
migrate branding to geovista-media (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle authored Sep 18, 2023
1 parent e41aca4 commit 8d52c5d
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 1,720 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
prune .github
prune .tox
prune branding
prune docs
prune requirements
recursive-include requirements pypi-*.txt
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">
<a href="https://github.com/bjlittle/geovista#--------">
<img src="https://raw.githubusercontent.com/bjlittle/geovista/main/branding/logo/primary/geovistalogo.svg"
<img src="https://raw.githubusercontent.com/bjlittle/geovista-media/2023.09.1/media/branding/logo/primary/geovistalogo.svg"
alt="GeoVista"
width="200"></a>
</h1>
Expand Down Expand Up @@ -175,7 +175,7 @@ plotter.show()
```
</details>

![ww3-tri](https://raw.githubusercontent.com/bjlittle/geovista-media/2023.07.0/media/readme/ww3-tri.png)
![ww3-tri](https://raw.githubusercontent.com/bjlittle/geovista-media/2023.09.1/media/readme/ww3-tri.png)

#### Finite Volume Community Ocean Model

Expand Down Expand Up @@ -218,7 +218,7 @@ plotter.show()
```
</details>

![tamar](https://raw.githubusercontent.com/bjlittle/geovista-media/2023.07.0/media/readme/tamar.png)
![tamar](https://raw.githubusercontent.com/bjlittle/geovista-media/2023.09.1/media/readme/tamar.png)

#### CF UGRID

Expand Down Expand Up @@ -267,7 +267,7 @@ plotter.show()
```
</details>

![lam-mollweide](https://raw.githubusercontent.com/bjlittle/geovista-media/2023.07.0/media/readme/lam-moll.png)
![lam-mollweide](https://raw.githubusercontent.com/bjlittle/geovista-media/2023.09.1/media/readme/lam-moll.png)

Using the same **unstructured** LAM data, reproject to
[Equidistant Cylindrical](https://proj.org/operations/projections/eqc.html) but this time using a
Expand Down Expand Up @@ -311,7 +311,7 @@ plotter.show()
```
</details>

![lam-mollweide](https://raw.githubusercontent.com/bjlittle/geovista-media/2023.07.0/media/readme/lam-eqc.png)
![lam-mollweide](https://raw.githubusercontent.com/bjlittle/geovista-media/2023.09.1/media/readme/lam-eqc.png)

#### LFRic Cube-Sphere

Expand Down Expand Up @@ -351,7 +351,7 @@ plotter.show()
```
</details>

![lam-mollweide](https://raw.githubusercontent.com/bjlittle/geovista-media/2023.07.0/media/readme/lfric-robin.png)
![lam-mollweide](https://raw.githubusercontent.com/bjlittle/geovista-media/2023.09.1/media/readme/lfric-robin.png)

#### UM ORCA2

Expand Down Expand Up @@ -391,7 +391,7 @@ plotter.show()
```
</details>

![um-orca](https://raw.githubusercontent.com/bjlittle/geovista-media/2023.07.0/media/readme/um-orca.png)
![um-orca](https://raw.githubusercontent.com/bjlittle/geovista-media/2023.09.1/media/readme/um-orca.png)

#### OISST AVHRR

Expand Down Expand Up @@ -429,7 +429,7 @@ plotter.show()
```
</details>

![oisst-avhrr](https://raw.githubusercontent.com/bjlittle/geovista-media/2023.07.0/media/readme/oisst-avhrr.png)
![oisst-avhrr](https://raw.githubusercontent.com/bjlittle/geovista-media/2023.09.1/media/readme/oisst-avhrr.png)

#### DYNAMICO Icosahedral

Expand Down Expand Up @@ -464,7 +464,7 @@ plotter.show()
```
</details>

![dynamico-icosahedral](https://raw.githubusercontent.com/bjlittle/geovista-media/2023.07.0/media/readme/dynamico-icosahedral.png)
![dynamico-icosahedral](https://raw.githubusercontent.com/bjlittle/geovista-media/2023.09.1/media/readme/dynamico-icosahedral.png)

## Unreal Reels

Expand Down
Binary file removed branding/logo/logomark/geovistalogoicon.png
Binary file not shown.
563 changes: 0 additions & 563 deletions branding/logo/logomark/geovistalogoicon.svg

This file was deleted.

Binary file removed branding/logo/primary/geovistalogo.png
Binary file not shown.
573 changes: 0 additions & 573 deletions branding/logo/primary/geovistalogo.svg

This file was deleted.

Binary file removed branding/logo/secondary/geovistalogo2.png
Binary file not shown.
573 changes: 0 additions & 573 deletions branding/logo/secondary/geovistalogo2.svg

This file was deleted.

2 changes: 1 addition & 1 deletion docs/src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
.. raw:: html

<h1 align="center">
<img src="https://raw.githubusercontent.com/bjlittle/geovista/main/branding/logo/secondary/geovistalogo2.png" alt="GeoVista">
<img src="https://raw.githubusercontent.com/bjlittle/geovista-media/2023.09.1/media/branding/logo/secondary/geovistalogo2.png" alt="GeoVista">
</h1>
<h4 align="center">
Cartographic rendering and mesh analytics powered by <a href="https://docs.pyvista.org/index.html">PyVista</a>
Expand Down

0 comments on commit 8d52c5d

Please sign in to comment.