Add geothermal electricity extraction implementation#368
Draft
Add geothermal electricity extraction implementation#368
Conversation
- Add geothermal_electricity extraction logic in ordinance
Codecov Report❌ Patch coverage is ❌ Your patch status has failed because the patch coverage (0.00%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #368 +/- ##
==========================================
- Coverage 55.49% 52.35% -3.15%
==========================================
Files 45 48 +3
Lines 4303 4636 +333
Branches 391 412 +21
==========================================
+ Hits 2388 2427 +39
- Misses 1888 2180 +292
- Partials 27 29 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
- Delete unfinished graphs.py and parse.py (still had solar code) - Update __init__.py to only export implemented ordinance classes - Add 27 geothermal electricity heuristic tests to existing test_extraction_validation.py - All tests pass, following same pattern as wind/solar tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR implements geothermal electricity ordinance extraction for COMPASS, addressing issue #245.
Progress on Issue #245 Steps
Changes
New Module:
compass/extraction/geothermal_electricity/ordinance.py: Feature definitions and ordinance structure for geothermal power plantsgraphs.py: Graph extraction logic for regulatory relationships and requirementsparse.py: LLM-based parsing implementation for extracting ordinance featuresFeatures Extracted
Next Steps
Notes
This is an initial implementation ready for team collaboration and further development.