-
Notifications
You must be signed in to change notification settings - Fork 9
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
Simulation results #130
Comments
I wouldn't create an Object specific to simulation data. In TimeSeries, we have this attribute "AcquisitionMethod" which can be either measures, simulation, calibrated simulation. The rest of the attributes is similar if it is measurement or simulation data. When the DynamizerADE will be introduced, you will be able to integrate all your simulation results in the CityGML file (if you think it makes sense). In between, I wouldn't charge the Energy ADE with a further temporary object... |
I did not attend the meeting in Ferrara, and minutes of the meeting are not (yet?) available. When will this "Dynamizer ADE" be available, and what will be the relation of EnergyADE and Dynamizer ADE? Is it planned to eliminate the TimeSeries classes of the EnergyADE, because time series are also represented in Dynamizer? This would have (among others) the consequence that in future the EnergyADE could not be used stand-alone, but only in combination with the DynamizerADE. |
Neither Alexandru nor Kanishk were there in Ferrara unfortunately, then we haven't discuss much about Dynamizer there. Both are working on the compaibility of Dynamizer development with the Energy ADE. In any case, we should have a strategical discussion with them and maybe other participants early next year about a possible integration ... |
I agree, let's postpone the issue until next year. |
Hi Joachim, |
No problem for me, when we avoid Monday afternoon. |
This is a second and extended version of the proposed Feature Type. In Grenoble, I can present and justfy my proposal, which of course needs to be discussed and further enhanced. |
Taking into account the discussions during the last workshop im Grenoble, I generated a new and much more general proposal. It now represents Observation Data, which comprises simulation results as well as sensor or measurement data. In Grenoble, we discussed that concepts of the Dynamizer ADE, esp. the OGC standard TimeSeriesML, could be used alternatively. For me, it is very difficult to assess the consequences without a more detailled knowlege about the Dynamizer data model. @kanishk-chaturvedi, can you provide the UML model of Dynamizer for the Energy ADE workking group? At least for me, this would be very helpful. I will setup a doodle to find the date for a Web Session, where we can further discuss the representation of Observation Data in the Energy ADE. |
The Energy ADE plenum decided at December 6th, 2017 to postpone the issue for later versions of the Energy ADE |
I think the EnergyADE should be able to represent also the output data of simulation systems. At the moment, it is possible to include simulated energy demands into an EnergyADE file, but not, e.g., the simulated actual temperature of a Thermal Zone.
Because the ADE supports different types of simulations and mutiple simulation systems, it is quite difficult to model arbitrary simulation results. Therefore, I propose to start with a very simple and generic data type SimulationData: A text attribute describing the simulated quantity (e.g. actual temperature) and a Time Series with time dependent, scalar data. This data structure can be referenced by every city object (ADE attribute of _CityObject). In future versions of the standard, it might be extended for other types of simulation data, or for supporting references to data bases.
The text was updated successfully, but these errors were encountered: