We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This PowerPlant https://www.datacommons.org/browser/eia/pp/2322 has link isPartOf being string "eia/u/13407", rather than a thing: the corresponding PublicUtility https://www.datacommons.org/browser/eia/u/13407 . Consequently, the section "In Arcs" of the utility doesn't show its power plants.
PowerPlant
isPartOf
PublicUtility
Maybe the bug is at https://github.com/datacommonsorg/data/blob/master/scripts/us_eia/eia_860/2_plant.tmcf#L12 . It calls a function isPartOf: C:EIA_860_Schedule_2->UtilityDcid but it seems to me the output is formatted like a string (just like the prev line eiaPlantCode: C:EIA_860_Schedule_2->PlantCode) ?
isPartOf: C:EIA_860_Schedule_2->UtilityDcid
eiaPlantCode: C:EIA_860_Schedule_2->PlantCode
The text was updated successfully, but these errors were encountered:
Note: https://datacommons.rff.org uses worse IDs (GUIDs instead of EIA ids), but doesn't have this problem: https://datacommons.rff.org/browser/dc/05gsw4m93mz6 (utility) links to https://datacommons.rff.org/browser/dc/3lwrcytjq2k09 (power plant).
Sorry, something went wrong.
No branches or pull requests
This
PowerPlant
https://www.datacommons.org/browser/eia/pp/2322 has linkisPartOf
being string "eia/u/13407",rather than a thing: the corresponding
PublicUtility
https://www.datacommons.org/browser/eia/u/13407 .Consequently, the section "In Arcs" of the utility doesn't show its power plants.
Maybe the bug is at https://github.com/datacommonsorg/data/blob/master/scripts/us_eia/eia_860/2_plant.tmcf#L12 .
It calls a function
isPartOf: C:EIA_860_Schedule_2->UtilityDcid
but it seems to me the output is formatted like a string (just like the prev line
eiaPlantCode: C:EIA_860_Schedule_2->PlantCode
) ?The text was updated successfully, but these errors were encountered: