Skip to content

Commit

Permalink
add figures in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ctroupin committed Dec 12, 2023
1 parent 7b2c33b commit 21f8dc5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
Binary file added docs/src/figs/polarproj.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 10 additions & 3 deletions docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Installation of Cartopy in Julia
# CPR-DINCAE documentation


```@contents
```


## Installation of `Cartopy` in Julia

The instructions have been tested on a machine running under Linux (`Ubuntu 22.04.3 LTS`).

Expand Down Expand Up @@ -35,6 +42,6 @@ axis("off")
```
which should provide the following figure:

![Polar projection](../figs/polarproj.png)
![Polar projection](./figs/polarproj.png)

The full example can be tested in the notebook [cartopy_example.ipynb](../src/cartopy_example.ipynb).
The full example can be tested in the notebook [cartopy_example.ipynb](https://github.com/gher-uliege/MVRE-DIVAnd/blob/main/src/interp_mosaic_data.ipynb).

0 comments on commit 21f8dc5

Please sign in to comment.