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

Add task definition in separate module #1891 #1940

Merged
merged 53 commits into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
02f1959
Add new module
madbkr Oct 7, 2024
be725c9
Add experimental implementation for first task
madbkr Oct 7, 2024
65bb1c8
Add provisional definitions
madbkr Oct 7, 2024
77116af
Change definition of determined wind characteristics
madbkr Oct 8, 2024
3f97253
Update definitions
madbkr Oct 8, 2024
7eb5dd6
Remove new relations
madbkr Oct 8, 2024
ab67ed1
Update changelog
madbkr Oct 8, 2024
2ce72e0
Merge branch 'dev' into feature-1891-add-task-definition-in-seperate-…
madbkr Oct 10, 2024
dc2f994
Revert "Merge branch 'dev' into feature-1891-add-task-definition-in-s…
madbkr Oct 11, 2024
1bddad8
Add new object properties
madbkr Oct 14, 2024
261a4fb
Merge branch 'dev' into feature-1891-add-task-definition-in-seperate-…
madbkr Oct 14, 2024
ac779e0
Update definitions
madbkr Oct 14, 2024
67c6b3c
Update definition and remove axiom
madbkr Oct 15, 2024
0fe0deb
Update definitions
madbkr Oct 16, 2024
81724d8
Remove unused relation
madbkr Oct 16, 2024
d9ac4c2
Add second task
madbkr Oct 16, 2024
637cacb
Add third task
madbkr Oct 16, 2024
1fbe45e
Add forth task
madbkr Oct 16, 2024
41e56dc
Add fifth task and missing annotation
madbkr Oct 16, 2024
6279094
Merge branch 'dev' into feature-1891-add-task-definition-in-seperate-…
madbkr Oct 17, 2024
7fd5194
Remove unclear axioms
madbkr Oct 18, 2024
5babf4f
Update changelog
madbkr Oct 18, 2024
7255dac
Merge branch 'dev' into feature-1891-add-task-definition-in-seperate-…
madbkr Oct 18, 2024
38f33ae
Update src/ontology/edits/oeo-tasks.omn
stap-m Oct 21, 2024
413ad96
Update src/ontology/edits/oeo-tasks.omn
stap-m Oct 21, 2024
0c45c86
Update src/ontology/edits/oeo-tasks.omn
stap-m Oct 21, 2024
a472847
Update src/ontology/edits/oeo-tasks.omn
stap-m Oct 21, 2024
9416320
Update src/ontology/edits/oeo-tasks.omn
stap-m Oct 21, 2024
1bf59e9
Update src/ontology/edits/oeo-tasks.omn
stap-m Oct 21, 2024
51bf7a4
Update src/ontology/edits/oeo-tasks.omn
stap-m Oct 21, 2024
7e23191
Update src/ontology/edits/oeo-tasks.omn
stap-m Oct 21, 2024
dc0f752
Update src/ontology/edits/oeo-tasks.omn
stap-m Oct 21, 2024
0b9542d
Update definition
madbkr Oct 21, 2024
a3252b4
Update src/ontology/edits/oeo-tasks.omn
madbkr Oct 21, 2024
185c2a2
Update src/ontology/edits/oeo-tasks.omn
madbkr Oct 21, 2024
7e1ebb8
Update definitions
madbkr Oct 21, 2024
b6e2de4
Update definitions
madbkr Oct 21, 2024
3751313
Update src/ontology/edits/oeo-tasks.omn
madbkr Oct 22, 2024
857df4d
Update definitions as suggested
madbkr Oct 22, 2024
48b8a0a
Fix typos
madbkr Oct 28, 2024
6989153
Update src/ontology/edits/oeo-tasks.omn
stap-m Oct 28, 2024
953b8f9
Change lables and adjust definitions
madbkr Oct 28, 2024
f2910ae
Update definition
madbkr Oct 28, 2024
c59b825
Update changelog
madbkr Oct 28, 2024
7f8f61e
Update src/ontology/edits/oeo-tasks.omn
madbkr Oct 30, 2024
77b931e
Update src/ontology/edits/oeo-tasks.omn
madbkr Oct 30, 2024
7f4e563
Update src/ontology/edits/oeo-tasks.omn
madbkr Oct 30, 2024
20fca81
Update src/ontology/edits/oeo-tasks.omn
madbkr Oct 30, 2024
5c6978a
Update src/ontology/edits/oeo-tasks.omn
madbkr Oct 30, 2024
831b67a
Update src/ontology/edits/oeo-tasks.omn
madbkr Oct 30, 2024
616ab85
Update src/ontology/edits/oeo-tasks.omn
madbkr Oct 30, 2024
2cb2bbd
Update changelog
madbkr Oct 30, 2024
c08a4a3
Fix typo
madbkr Oct 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/
- licence provider, licensee, has licence provider, permits (#1925)
- has aggregation type, has time stamp alignment (#1944)
- study descriptor (#1950)
- file oeo-tasks (#1940)
- action specification for techno-economic potential, calculate economic potential, calculate levelised cost of energy, determine capital expenditures, determine discount and interest rate, determine operational expenditures, determine wind turbine lifetime (#1940)
- action specification for the feasible potential, apply constraints for assessment of potential, calculate feasible potential (#1940)
- action specification for the technical wind potential, account for wake losses, calculate technical potential, determine annual energy yield, determine capacity density, determine capacity factor, place turbines within area, select appropriate turbine types (#1940)
- action specification for wind characteristics, air density adjustment, data preparation, wind power density calculation, wind speed calculation, wind speed frequency analysis, wind variability identification (#1940)
- action specification for wind farm development area, determine development area, determine geographical potential, improve spatial resolution, prepare exclusion criteria datasets, run multi-criteria decision analysis, select exclusion criteria (#1940)
- determined feasible potential, determined techno-economic potential, determined wind characteristics, determined wind farm area, determined wind potential (#1940)
- feasible potential determination process, techno-economic potential determination process, wind characteristics determination process, wind farm area determination process, wind potential determination process (#1940)
- feasible potential determination method, techno-economic potential determination method, wind characteristics determination method, wind farm area determination method, wind potential determination method (#1940)




### Changed
- gams -> General Algebraic Modeling System (#1889)
Expand Down
33 changes: 17 additions & 16 deletions src/ontology/edits/catalog-v001.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<catalog prefer="public" xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
<uri id="Imports Wizard Entry" name="http://openenergy-platform.org/ontology/oeo/dev/oeo-import-edits.owl" uri="oeo-import-edits.owl"/>
<uri id="Imports Wizard Entry" name="http://openenergy-platform.org/ontology/oeo/dev/oeo-model.omn" uri="oeo-model.omn"/>
<uri id="Imports Wizard Entry" name="http://openenergy-platform.org/ontology/oeo/dev/oeo-physical.omn" uri="oeo-physical.omn"/>
<uri id="Imports Wizard Entry" name="http://openenergy-platform.org/ontology/oeo/dev/oeo-sector.omn" uri="oeo-sector.omn"/>
<uri id="Imports Wizard Entry" name="http://openenergy-platform.org/ontology/oeo/dev/oeo-social.omn" uri="oeo-social.omn"/>
<uri id="Imports Wizard Entry" name="http://openenergy-platform.org/ontology/oeo/dev/oeo-shared.omn" uri="oeo-shared.omn"/>
<uri id="Imports Wizard Entry" name="http://openenergy-platform.org/ontology/oeo/dev/imports/iao-extracted.owl" uri="../imports/iao-extracted.owl"/>
<uri id="Imports Wizard Entry" name="http://openenergy-platform.org/ontology/oeo/dev/imports/ro-extracted.owl" uri="../imports/ro-extracted.owl"/>
<uri id="Imports Wizard Entry" name="http://openenergy-platform.org/ontology/oeo/dev/imports/uo-extracted.owl" uri="../imports/uo-extracted.owl"/>
<group id="Folder Repository, directory=, recursive=true, Auto-Update=true, version=2" prefer="public" xml:base="">
<uri id="Automatically generated entry, Timestamp=1728550706758" name="http://openenergy-platform.org/ontology/oeo/oeo-import-edits.owl" uri="oeo-import-edits.owl"/>
<uri id="Automatically generated entry, Timestamp=1728550706758" name="http://openenergy-platform.org/ontology/oeo/oeo-physical-axioms/" uri="oeo-physical-axioms.owl"/>
</group>
</catalog>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<catalog prefer="public" xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
<uri id="Imports Wizard Entry" name="http://openenergy-platform.org/ontology/oeo/dev/oeo-import-edits.owl" uri="oeo-import-edits.owl"/>
<uri id="Imports Wizard Entry" name="http://purl.obolibrary.org/obo/bfo/2.0/bfo.owl" uri="https://raw.githubusercontent.com/BFO-ontology/BFO/v2.0/bfo.owl"/>
<uri id="Imports Wizard Entry" name="http://openenergy-platform.org/ontology/oeo/dev/oeo-model.omn" uri="oeo-model.omn"/>
<uri id="Imports Wizard Entry" name="http://openenergy-platform.org/ontology/oeo/dev/oeo-physical.omn" uri="oeo-physical.omn"/>
<uri id="Imports Wizard Entry" name="http://openenergy-platform.org/ontology/oeo/dev/oeo-sector.omn" uri="oeo-sector.omn"/>
<uri id="Imports Wizard Entry" name="http://openenergy-platform.org/ontology/oeo/dev/oeo-social.omn" uri="oeo-social.omn"/>
<uri id="Imports Wizard Entry" name="http://openenergy-platform.org/ontology/oeo/dev/oeo-shared.omn" uri="oeo-shared.omn"/>
<uri id="Imports Wizard Entry" name="http://openenergy-platform.org/ontology/oeo/dev/imports/iao-extracted.owl" uri="../imports/iao-extracted.owl"/>
<uri id="Imports Wizard Entry" name="http://openenergy-platform.org/ontology/oeo/dev/imports/ro-extracted.owl" uri="../imports/ro-extracted.owl"/>
<uri id="Imports Wizard Entry" name="http://openenergy-platform.org/ontology/oeo/dev/imports/uo-extracted.owl" uri="../imports/uo-extracted.owl"/>
<group id="Folder Repository, directory=, recursive=true, Auto-Update=true, version=2" prefer="public" xml:base="">
<uri id="Automatically generated entry, Timestamp=1728294660247" name="http://openenergy-platform.org/ontology/oeo/oeo-import-edits.owl" uri="oeo-import-edits.owl"/>
<uri id="Automatically generated entry, Timestamp=1728294660247" name="http://openenergy-platform.org/ontology/oeo/oeo-physical-axioms/" uri="oeo-physical-axioms.owl"/>
</group>
</catalog>
Loading
Loading