Before the changes, there were no appropriate ISO codes for three Russian districts,
Nenetsky autonomous district, Chuckchi autonomous district, and Altai republic in the file
\src\shared\scrapers\RU\mapping.json so the data was not scraped for these regions.
Changes
As @freeatnet advised, to add the scraping for the missing regions, the following entries should be added:
Summary
Update mapping.json file to add missing ISO codes to resolve the issue https://github.com/covidatlas/coronadatascraper/issues/1009
Before the changes, there were no appropriate ISO codes for three Russian districts, Nenetsky autonomous district, Chuckchi autonomous district, and Altai republic in the file \src\shared\scrapers\RU\mapping.json so the data was not scraped for these regions.
Changes
As @freeatnet advised, to add the scraping for the missing regions, the following entries should be added:
I've added these entries to the file(according to alphabetical order) and tested the scraper locally. It resolved the issue.
Closes #1009