Skip to main content

Urban Flows Observatory (Sheffield) metadata tools

Project description

Urban Flows Observatory metadata tools

These are tools and classes to help work with metadata in the Urban Flows Observatory.

Installation

Using Python virtual environments

Create a venv:

$ python -m venv my_environment
$ pip install ufmetadata

Using Conda

Create a Conda environment and use pip to install the package from the repository:

$ conda env create --name my_environment --file environment.yml

...where environment.yml contains:

name: my_environment
channels:
  - defaults
dependencies:
  - python
  - pip
  - pip:
    - ufmetadata

Usage

To view the documentation in Python:

import ufmetadata.assets

help(ufmetadata.assets.Site)
help(ufmetadata.assets.Sensor)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ufmetadata-0.0.2.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

ufmetadata-0.0.2-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page