-
-
Notifications
You must be signed in to change notification settings - Fork 224
Enh/automatically download images #896
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
Open
C8H10O2
wants to merge
32
commits into
RocketPy-Team:develop
Choose a base branch
from
IDL-IMTA-Students:enh/automatically-download-images
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,471
−93
Open
Changes from 27 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
aaf5612
ENH: Add contextily as a dependency for Monte Carlo simulations in py…
C8H10O2 14cdb4a
ENH: Add background map functionality to Monte Carlo plots
C8H10O2 14f924c
DOC: Enhance documentation for _get_background_map method in Monte Ca…
C8H10O2 e7e8bfc
MNT: Move imageio import to conditional block in _MonteCarloPlots class
C8H10O2 3ca9159
TST: Add unit tests for ellipses background functionality in Monte Ca…
C8H10O2 30ddaa0
TST: Add integration test for Monte Carlo background map options at K…
C8H10O2 f026acc
DOC: Updated CHANGELOG.md
C8H10O2 8ccdfb7
STY: Reformat with black
C8H10O2 7036aec
MNT: Fix wrong usage for set_aspect in _MonteCarloPlots.ellipses_comp…
C8H10O2 408af47
MNT: Refactor _get_background_map in _MonteCarloPlots class
C8H10O2 2efc134
MNT: Move mercator_to_wgs84 from_MonteCarloPlots class to tools
C8H10O2 37d49aa
MNT: Decompose _get_background_map and move utilities to tools.py
C8H10O2 89f9bcf
BUG: Fix map alignment by enforcing standard Earth radius in plots
C8H10O2 c39f297
TST: Add Kennedy Space Center environment fixture
C8H10O2 02eb829
ENH: Improve error handling and documentation for automatically downl…
C8H10O2 f26be7c
TST: Enhance Monte Carlo background map unit tests
C8H10O2 bc309b4
TST: Refactor Monte Carlo plot tests with mock class
C8H10O2 0caa835
DOC: Add background map options to documentation
C8H10O2 5d9af92
DOC: Update Monte Carlo analysis notebook with background parameter
C8H10O2 150ee0e
REV: Remove background documents form mrs.rst
C8H10O2 93a0b3b
TST: Refactor Monte Carlo plot tests to remove cleanup function
C8H10O2 940c880
TST: Enhance Monte Carlo plot tests with file cleanup
C8H10O2 7178139
DOC: Update docstring for background map provider resolution
C8H10O2 d84bbfa
ENH: Improve error handling in Monte Carlo background map fetching
C8H10O2 551dafc
TST: Parameterize tests for bounds2img failure scenarios
C8H10O2 72c4a6e
TST: Parameterize background map option tests in Monte Carlo plots
C8H10O2 2e53b53
MNT: Formatting monte_carlo_class_usage.ipynb with ruff
C8H10O2 c9748c6
TST: Refactor imports in Monte Carlo plot tests for consistency
C8H10O2 4b65f03
TST: Skip tests requiring contextily in Monte Carlo plot tests
C8H10O2 bbb603f
TST: Update contextily import in Monte Carlo plot tests
C8H10O2 c6bae7f
Update contextily dependency in pyproject.toml and requirements-optio…
C8H10O2 e450d25
DOC: Update monte_carlo_class_usage.ipynb to note about contextily is…
C8H10O2 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
597 changes: 510 additions & 87 deletions
597
docs/notebooks/monte_carlo_analysis/monte_carlo_class_usage.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,4 +6,5 @@ timezonefinder | |
| imageio | ||
| multiprocess>=0.70 | ||
| statsmodels | ||
| prettytable | ||
| prettytable | ||
| contextily>=1.0.0 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.