Skip to content

nged-data/smart-meters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

About The Project

This Jupyter notebook provides an example of what you can do using data published on WPD's connected data portal. This specific Lab will walk you through extracting a number of diverse datasets through API calls and visualising them using Python.

(back to top)

Built With

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

Installation

  1. Clone the repo

    git clone https://github.com/wpd-data/smart-meters.git
  2. Creating a new environment is not strictly necessary, but given that installing other geospatial packages from different channels may cause dependency conflicts (as mentioned in the note above), it can be good practice to install the geospatial stack in a clean environment starting fresh.

    The following commands create a new environment with the name geo_env, configures it to install packages always from conda-forge, and installs GeoPandas in it:

    conda create -n geo_env
    conda activate geo_env
    conda config --env --add channels conda-forge
    conda config --env --set channel_priority strict
    conda install python=3 geopandas
    
  3. Open Jupyter Notebook and run

(back to top)

Usage

Use this notebook in conjunction with WPD's connected data portal to explore and visualise the vast array of datasets available.

(back to top)

Roadmap

N/A

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the WPD Open Data License. For more information see here

(back to top)

Contact

Liam McSweeney - wpddata@westernpower.co.uk

Project Link: https://github.com/wpd-data/smart-meters/

(back to top)

Acknowledgments

  • Jon Berry
  • George Kiely

(back to top)

About

Smart meter visualisation using connected data portal and pandas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published