Kedro based computer vision pipeline for detecting petroleum, oil and lubricant (pol)) storage areas on satellite imagery.
Explore the docs »
Report Bug
.
Request Feature
Aboveground Petroleum, Oil and Lubricant (POL) storage areas are common in manufacturing and government facilities. They fall under critical infrastructure for transportation (e.g. vehicles, ships and aircraft) and manufacturing industries (e.g. refineries, power stations, manufacturing).
Deep Learning can automatically detect the number, size, and type of POL storage present on a site. This can help monitor the state of aboveground fuel storage tanks, including preventing spills, overfills, and corrosion.
The following business use cases can be identified:
- Detect POL storage area to subsequently monitor the site for safety or environmental issues (e.g. fire hazard)
- Countries try to keep their oil reserves and production a secret. However, oil prices have a significant influence on the prices of all commodities. POL storage area detection would allow higher transparency leading to a potential competitive advantage.
There are different companies that already target these business cases:
This project is based on the following core technologies:
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
For the project to work locally, the following libraries and frameworks are required:
- Clone the repo
git clone https://github.com/FelixBehne/oil-storage-detection.git
- Install prerequisites
pip install -r src/requirements.txt
- Run default pipeline
kedro run
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
- Please make sure you check your spelling and grammar.
- Create individual PR for each suggestion.
- Don't remove any lines from the
.gitignore
file we provide - Make sure your results can be reproduced by following a data engineering convention
- Don't commit data to your repository
- Don't commit any credentials or your local configuration to your repository. Keep all your credentials and local configuration in
conf/local/
Distributed under the MIT License. See LICENSE for more information.