Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature 1000 cycloneplotter #1202

Merged
merged 25 commits into from
Oct 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
b9665a4
Part of Github issue #1000 METplus: added font size for legend label
bikegeek Sep 21, 2021
3b624f3
Github Issue #1000: major refactor to accommodate "sanitizing" of lon…
bikegeek Sep 21, 2021
e8034f2
Correctly returning the track dictionary in the get_points_by_track()…
bikegeek Sep 22, 2021
2758476
removed extra import of pandas
georgemccabe Sep 22, 2021
73e4ba7
Update use_case_groups.json
bikegeek Sep 22, 2021
931c41e
Cleaned up unneccessary comments and other things in retrieve_data() …
bikegeek Sep 23, 2021
a9f9464
Previous checkin was missing text due to IDE settings.
bikegeek Sep 23, 2021
807f888
Add correction to retrieve_data() to create directory where ASCII csv…
bikegeek Sep 24, 2021
9722076
Clean up logic that writes the csv output file.
bikegeek Sep 24, 2021
d8ab168
Reinstate saving the png file (final plot), initial checkin had hard-…
bikegeek Sep 24, 2021
3e7df99
Add support for when no CYCLONE_PLOTTER_MODEL value is set and reinde…
bikegeek Sep 24, 2021
7b86c5f
Add configuration setting for LOOP_BY
Sep 24, 2021
26b7908
Added CYCLONE_PLOTTER_ANNOTATION_FONT_SIZE and modified size of the m…
bikegeek Sep 24, 2021
b1db637
Merge branch 'feature_1000_cycloneplotter' of https://github.com/dtce…
bikegeek Sep 24, 2021
9650b5b
Updated config file with resolution setting, annotation size setting,…
bikegeek Sep 25, 2021
9849583
Remove unneccessary debug logging message
bikegeek Sep 25, 2021
a31b7a8
Github Issue #1000 added legend label fontsize and central longitude …
bikegeek Oct 5, 2021
567ddd2
Github Issue #1000 fix line plot (now use the Geodesic coordinate ref…
bikegeek Oct 6, 2021
7202abd
Merge branch 'develop' of https://github.com/dtcenter/METplus into fe…
bikegeek Oct 7, 2021
a98718c
Remove the setting for the central longitude, this should ALWAYS be 1…
bikegeek Oct 8, 2021
54ce942
Change size of markers and remove setting for central longitude, this…
bikegeek Oct 8, 2021
5e55bc5
Change class variable names to be more informative, add better commen…
bikegeek Oct 8, 2021
5742971
Github issue #1000, using the suggested gridlines command from https:…
bikegeek Oct 14, 2021
eaf73c5
Update use_case_groups.json
bikegeek Oct 16, 2021
1540290
Update installation.rst
bikegeek Oct 16, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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