Skip to content
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

[WIP] Add ESDL XML reader #226

Closed
wants to merge 6 commits into from
Closed

Conversation

sjvrijn
Copy link
Contributor

@sjvrijn sjvrijn commented Nov 1, 2023

Pull request details

Describe the changes made in this pull request

Writing a reader to take an ESDL/XML file and turn it into a Julia graph for further internal usage

List of related issues or pull requests

Closes #89

Collaboration confirmation

As a contributor I confirm

  • I read and followed the instructions in README.dev.md
  • The documentation is up to date with the changes introduced in this Pull Request (or NA)
  • Tests are passing
  • Lint is passing

@sjvrijn sjvrijn marked this pull request as draft November 1, 2023 15:38
Copy link

codecov bot commented Nov 2, 2023

Codecov Report

Attention: 26 lines in your changes are missing coverage. Please review.

Comparison is base (dedf117) 100.00% compared to head (a2f9215) 90.44%.
Report is 4 commits behind head on main.

Files Patch % Lines
src/io.jl 27.77% 26 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##              main     #226      +/-   ##
===========================================
- Coverage   100.00%   90.44%   -9.56%     
===========================================
  Files            5        5              
  Lines          236      272      +36     
===========================================
+ Hits           236      246      +10     
- Misses           0       26      +26     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@clizbe
Copy link
Member

clizbe commented Nov 21, 2023

This may be unneeded if we use a JSON instead.

@clizbe
Copy link
Member

clizbe commented Jan 22, 2024

@suvayu If we've decided to use JSON, can we close this PR?

@suvayu
Copy link
Member

suvayu commented Jan 31, 2024

I'ld like to leave this open until we also get the other attributes

@clizbe
Copy link
Member

clizbe commented Apr 17, 2024

@suvayu Can we close it now? 🙃

@suvayu
Copy link
Member

suvayu commented Apr 17, 2024

sorry, forgot about this alternative. I'll close it

@suvayu suvayu closed this Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Map ESDL to a Julia data structure (assets data, flows data, and graph)
3 participants