This folder contains examples in either script .py or notebook .ipynb files regarding different topics. The folder is being updated to the new changes. Those examples marked as (WIP) are currently not functional (feel free to help or improve via issue/pull request).
- Get device data: scripts/get_device_data.py
- (WIP) Get devices by location and mac addresses: scripts/get_device_data.py
- (WIP) Process data based on blueprints: scripts/process_data.py
- Understanding data structure and getting from different sources: notebooks/01_getting_started.ipynb
- Getting even more data from different sources: notebooks/02_access_data.ipynb
- Plotting data: notebooks/03_data_visualisation.ipynb
- Processing data: notebooks/04_processing_data.ipynb
- (WIP) Sensor calibration: notebooks/05_sensor_calibration_workflows.ipynb
- (WIP) Zenodo uploads: notebooks/06_upload_to_zenodo.ipynb
- Query the SC API to find devices: notebooks/08_querying_the_sc_api.ipynb
- Load and post data (concatenating SD card data too): notebooks/09_load_and_post.ipynb
- (WIP) Basic analysis workflow: notebooks/10_basic_workflow.ipynb
- (WIP) Making HTML-PDF reports: notebooks/11_making_html-pdf_reports.ipynb
- (WIP) Visualizing Geolocated data: notebooks/12_geolocated_data.ipynb
- Large format plots: notebooks/13_pdf_largescale_plots.ipynb
- (WIP) Easy dispersion analysis: notebooks/14_easy_dispersion_analysis.ipynb
- R basic example: notebooks/15_R_basic_example.ipynb
- Load, process and post device: notebooks/16_device_processing.ipynb
- Process complex data (TwinAIR project): notebooks/17_twinair_demo.ipynb
- Basic data exploration: learning/notebooks/01_basic_data_exploration.ipynb
- Interactive plots tutorial with uPlot: notebooks/18_interactive_plots.ipynb
- Interactive plots tutorial with bokeh: notebooks/19_interactive_plots_with_panel.ipynb