Metadata-Version: 2.1
Name: pluma-analysis
Version: 0.4.2
Summary: A low-level interface to data collected with the pluma urban data acquisition system
Author-email: Goncalo Lopes <g.lopes@neurogears.org>, Bruno Cruz <b.cruz@neurogears.org>
License: MIT License
Project-URL: Bug Tracker, https://github.com/emotional-cities/pluma-analysis/issues
Project-URL: Source Code, https://github.com/emotional-cities/pluma-analysis
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.9.0
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# pluma-analysis

A low-level interface to data collected with the [pluma](https://github.com/emotional-cities/pluma) urban data acquisition system. Data used in the notebooks has been made publicly available in Amazon Simple Storage Service (S3) buckets.

More information about sample data sharing can be found in the [eMOTIONAL Cities data-share repository](https://github.com/emotional-cities/data-share).

## Compatible Environments

[Visual Studio Code](https://code.visualstudio.com/): All notebooks have been tested in Visual Studio Code on a Windows platform. Tests in other platforms and environments are forthcoming and will be added here.

## How to build

1. Open project folder in VS Code
2. Install [miniconda](https://docs.conda.io/en/latest/miniconda.html) (Python 3.9)
3. Install [Python Extension for VS Code](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
4. Create environment from VS Code:
  - `Ctrl+Shift+P` > `Create Environment`
  - Select `.conda` environment
5. Make sure correct environment is selected in the notebook

The current notebook requires Python 3.9+ to run successfully. The file `environment.yml` contains the list of minimal package dependencies required.
