"# Script for automatically uploading LiMoNet data to a Dataverse repository"
]
},
{
"cell_type": "markdown",
"id": "750b30d8",
"metadata": {},
"source": [
"This script uploads data collected by the LiMoNet (Lightning Monitoring Network) to a Dataverse repository. The code firstly load the python packages needed for the connection to dataverse, load metadata from a **.json** file and search data files in a folder. We define some functions: **create_dataset**, **modify_metadata**, **load_metadata** and **upload_data**. For more information, some references are listed along the script.\n",
# Script for automatically uploading LiMoNet data to a Dataverse repository
%% Cell type:markdown id:750b30d8 tags:
This script uploads data collected by the LiMoNet (Lightning Monitoring Network) to a Dataverse repository. The code firstly load the python packages needed for the connection to dataverse, load metadata from a **.json** file and search data files in a folder. We define some functions: **create_dataset**, **modify_metadata**, **load_metadata** and **upload_data**. For more information, some references are listed along the script.