NASA-IMPACT / NASA-IMPACT/veda-docs
Investigate errors from gif-generation.ipynb
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 10
- Forks
- 16
- Avg merge
- 2d 31m
- Merged PRs (30d)
- 4
Description
There are at least 2 issues in https://github.com/NASA-IMPACT/veda-docs/blob/ab/gif-gen-errors/notebooks/tutorials/gif-generation.ipynb to address.
- Similar to https://github.com/NASA-IMPACT/veda-docs/pull/118, the
no2-monthlydataset is missingcog_defaultfrom summaries so in that PR and in this version of the gif-generation notebook I use the item's assets - With ⬆️ we can proceed but there is an issue emanating from the
webdriver_managerpackage when it drives to look up a browser version.
I also found that this instruction from the pypi homepage
# selenium 4
from selenium import webdriver
from selenium.webdriver.chrome.service import Service as ChromeService
from webdriver_manager.chrome import ChromeDriverManager
driver = webdriver.Chrome(service=ChromeService(ChromeDriverManager().install()))
throws the same error (I was hoping it might fix it)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with notebooks/tutorials/gif-generation.ipynb and compare the handling of the no2-monthly dataset with pull request 118. Reproduce the webdriver_manager error using the Selenium example shown in the issue. Done means the missing cog_default handling and browser-driver error are addressed and the notebook runs successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, python
- Domain
- data, documentation
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100