NASA-IMPACT / NASA-IMPACT/veda-docs

Investigate errors from gif-generation.ipynb

Open
#121 2 comments 0 reactions 0 assignees View on GitHub

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.

  1. Similar to https://github.com/NASA-IMPACT/veda-docs/pull/118, the no2-monthly dataset is missing cog_default from summaries so in that PR and in this version of the gif-generation notebook I use the item's assets
  2. With ⬆️ we can proceed but there is an issue emanating from the webdriver_manager package 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.