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 Analog measurements #16

Open
VladimirAlexiev opened this issue Feb 14, 2025 · 0 comments
Open

add Analog measurements #16

VladimirAlexiev opened this issue Feb 14, 2025 · 0 comments

Comments

@VladimirAlexiev
Copy link

@AndyKims @Sveino
statnett/Talk2PowerSystem#5 (comment) shows cim:Analog measurements.
This query on https://cim.ontotext.com/graphdb/sparql finds 30 measurements:

PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
PREFIX sesame: <http://www.openrdf.org/schema/sesame#>
select * { 
  [] a cim:Analog; 
    cim:IdentifiedObject.name ?measName;
    cim:IdentifiedObject.description ?measDescr;
    # cim:Measurement.measurementType ?type; # all are "ThreePhaseActivePower"
    cim:Measurement.PowerSystemResource [sesame:directType ?psrType; cim:IdentifiedObject.name ?psrName]
}

They are all about entsoe2:EnergyCongestionZone (entsoe2: <http://entsoe.eu/CIM/SchemaExtension/3/2#>):

Image

#10 has removed entsoe2, and I can't find any Analog in this repo.
Please add measurements!

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

No branches or pull requests

1 participant