This is a Python wrapper for working with the Building Transparency EC3 API. Documentation for the EC3 API can be found at https://buildingtransparency.org/ec3/manage-apps/api-doc/api
This project is still early in development. Further documentation and functionality will continue to evolve as the project progresses.
pip install ec3-python-wrapper
For documentation on how to use the EC3 Python Wrapper visit: https://ec3-python-wrapper.readthedocs.io/
Some Jupyter Notebook examples are provided here:
- Overview of some available functions: ec3_overview.ipynb
- Querying and plotting materials: ec3_materials_plot.ipynb
A Streamlit example app can be found here:
- Obviously none of this would exist without the great efforts of the Building Transparency team and the EC3 database.
- Much of how this library has been structured was modeled off of the amazing work done on the pyAirtable module.