Skip to content

pandahub developer meeting

Jan Ulffers edited this page Jun 30, 2022 · 7 revisions

Meeting agenda

30.06.2022

  • data type casting in convert_dataframes_to_dicts: In the current implementation dataframe columns are always cast to their default type. This also means that, e.g. None gets cast to "None", when the column's dtype is str --> pandahub should not cast dtypes but only ensure bson conformity. Datatype checks need to be done in the REST-API.
  • why are results not included when nets are written to the database but there are a tests that check that results are the same? --> The tests are used to compare power flow results for networks with different pandapower versions but the results are not written to the database
  • MongoDB supports geospatial queries: For this reason geojson columns need to be converted to dicts when written to the database.
Clone this wiki locally