Giter VIP home page Giter VIP logo

Comments (4)

Haigutus avatar Haigutus commented on September 26, 2024

HMG 2022-09-30: Proposal to go with option 3. - the drawback of data duplication is small compared to he flexibility accuracy and alignment with different models (mainly CIM). One to one compatibility between functions is not guaranteed, what other options would expect.

from energy-reference-data.

VladimirAlexiev avatar VladimirAlexiev commented on September 26, 2024

@Haigutus , @Sveino
Whatever solution you adopt, should work equally well for all kinds of EIC entities: Parties, Resources, etc because they also have Functions.

I strongly believe that each EIC entity should have one identity, linking to its various functions. Example from our TEKG project:

<10YCA-BULGARIA-R> a tr:EnergyResource ;
        tr:countryCode  "BG" ;
        tr:eic          "10YCA-BULGARIA-R" ;
        tr:function     "Bidding Zone" , "Member State" , "Control Block" , "Control Area" , "Market Balance Area" , "Scheduling Area" ;
        tr:eicType <type/Eic/Y>.
<eic/10X1001A1001A38Y> a tr:EnergyResource;
  tr:name "STATNETT SF";
  tr:countryCode "NO";
  tr:eic "10X1001A1001A38Y";
  tr:function "System Operator";
  tr:eicType <type/Eic/X>.
  • function is better rendered as a resource (not string), part of a Functions concept scheme. However, some functions are inconsistently spelled, so require normalization, so you may well need two fields function and functionText (latter to be used as a mini "staging area" until resolved)
  • eicType is the class of EIC and decodes the third char of the EIC.
  • for some EnergyResources we also added rdf:type based on function. However, some functions are inconsistent with eicType and multiple values are inconsistent between themselves (eg both "Production Unit" and "Generation Unit").

See function-related validation rules starting at https://transparency.ontotext.com/spec/#function-not-null (3.6.1). Also see 3.6.10 and 3.6.11 about EIC-functions compatibility.

from energy-reference-data.

Sveino avatar Sveino commented on September 26, 2024

There are some areas that we need to include in a common reference for Pan-Europe, but there is also a need for area that it maintain inside each country:

  • GeographicalRegion (need to be pan Europe)
  • SubGeographicalRegion (needed for the country).

image

  • BiddingZone and BiddingZoneBoard - should be one concept

  • SynchronousArea, LFCBlock, LFCArea and LFCOperator

I think the Function should be part of the organisation and roles: #17

from energy-reference-data.

Haigutus avatar Haigutus commented on September 26, 2024

Related to: #51

from energy-reference-data.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.