-
Notifications
You must be signed in to change notification settings - Fork 1k
feat(parsers): change source for some IN parsers #8247
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
base: master
Are you sure you want to change the base?
feat(parsers): change source for some IN parsers #8247
Conversation
The proxy currently does not work. We can fetch the data using a VPN, but when using either datacenter or residential proxies we cannot reach the data. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a problem with the old IN_EA test file which no longer work after rewriting the parser. We should probably delete this and create a new test.
This is why the CI is not passing.
…add correct filepath to test_GRID_INDIA
Issue
The following parsers are querying (https://www.wrldc.in/ and https://app.erldc.in/) that have been replaced by https://grid-india.in (to be accessed with a proxy) :
IN-SO->IN-WE
IN-NO->IN-WE
IN-EA->IN-WE
BT->IN-EA
Description
This PR uses the new source.
WIP :
parsing of the PDF containing interregional exchanges is working
Preview
Double check
poetry run test_parser "zone_key"
pnpx prettier@2 --write .
andpoetry run format
in the top level directory to format my changes.