Skip to content

Commit

Permalink
Cartopy: revised cartopy.md; added notebook 01
Browse files Browse the repository at this point in the history
  • Loading branch information
ktyle committed Mar 29, 2021
1 parent f54897c commit e7d3b8b
Show file tree
Hide file tree
Showing 4 changed files with 777 additions and 1 deletion.
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ logo: images/ProjectPythia_Logo_Final-01-Blue.png
# See https://jupyterbook.org/content/execute.html
execute:
execute_notebooks: force
timeout: 600
allow_errors: True

# Define the name of the latex output file for PDF builds
latex:
Expand Down
2 changes: 2 additions & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
- file: core/numpy
- file: core/matplotlib
- file: core/cartopy
sections:
- file: core/cartopy/01_Cartopy_Intro
- file: core/datetime
- file: core/pandas
- file: core/data-formats
Expand Down
14 changes: 13 additions & 1 deletion core/cartopy.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,16 @@
This content is under construction!
```

This section will contain tutorials on plotting maps with [cartopy](https://scitools.org.uk/cartopy/docs/latest/). It will be cross-referenced with tutorials on [xarray](xarray) and [matplotlib](matplotlib).

This section contains tutorials on plotting maps with [cartopy](https://scitools.org.uk/cartopy/docs/latest/). It will be cross-referenced with tutorials on [xarray](xarray) and [matplotlib](matplotlib).

---------------

From the [Cartopy website](https://scitools.org.uk/cartopy/docs/latest):
Cartopy is a Python package designed for geospatial data processing in order to produce maps and other geospatial data analyses.

Cartopy makes use of the powerful PROJ.4, NumPy and Shapely libraries and includes a programmatic interface
built on top of Matplotlib for the creation of publication quality maps.

Key features of cartopy are its object-oriented [projection definitions](https://scitools.org.uk/cartopy/docs/latest/crs/projections.html#cartopy-projections), and its
ability to transform points, lines, vectors, polygons and images between those projections.
760 changes: 760 additions & 0 deletions core/cartopy/01_Cartopy_Intro.ipynb

Large diffs are not rendered by default.

0 comments on commit e7d3b8b

Please sign in to comment.