Skip to content

Commit

Permalink
Merge pull request #1202 from dtcenter/feature_1000_cycloneplotter
Browse files Browse the repository at this point in the history
Feature 1000 cycloneplotter
  • Loading branch information
bikegeek authored Oct 19, 2021
2 parents 59f7b52 + 1540290 commit 139ee0d
Show file tree
Hide file tree
Showing 4 changed files with 588 additions and 606 deletions.
4 changes: 2 additions & 2 deletions docs/Users_Guide/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,12 @@ to run.

- MakePlots wrapper

- cartopy (0.17.0)
- cartopy (0.18.0)
- pandas (1.0.5)

- CyclonePlotter wrapper

- cartopy (0.17.0)
- cartopy (0.18.0)
- matplotlib (3.3.4)

Cartopy, one of the dependencies of CyclonePlotter, attempts to download shapefiles from the internet to complete successfully. So if CyclonePlotter is run on a closed system (i.e. no internet), additional steps need to be taken. First, go to the Natural Earth Data webpage and download the small scale (1:110m) cultural and physical files that will have multiple extensions (e.g. .dbf, .shp, .shx). Untar these files in a noted location. Finally, create an environment variable in the user-specific system configuration file for CARTOPY_DIR, setting it to the location where the shapefiles are located.
Expand Down
Loading

0 comments on commit 139ee0d

Please sign in to comment.