OpenEnergyPlatform / academy

The Open Energy Academy is a collection of courses, tutorials, and questions for the Open Energy Family
https://openenergyplatform.github.io/academy/
GNU Affero General Public License v3.0
16 stars 6 forks source link

Update tutorial: OEP_Upload_Process_Data_and_Metadata_oem2orm.ipynb #155

Closed chrwm closed 1 year ago

chrwm commented 1 year ago

I would like to return some suggestions for improving the script, having worked with it recently.

For large tables the upload to the OEP often fails with error code [504] and insufficient information to resolve the problem. Uploading large tables in smaller chunks will resolve the problem (stable connection to OEP) and is no harm for smaller tables.

chrwm commented 1 year ago

@jh-RLI I think the strength of uploading to the OEP with oem2orm is in the possibility of doing it automised with multiple tables. Do you want to keep this tutorial simple and keep it implemented for one table? Or can I implement the upload for multiple tables in this tutorial? Either way, I think a tutorial for automatically uploading multiple tables to the OEP with oem2orm should exist.