Git Product home page Git Product logo

cementat's Introduction

CementAT, CO2 emissions and CO2 transportation of Austrian Cement Industry

CementAT CementAT is a project that visualizes the Austrian cement plants and their corresponding CO2 emissions, as well as calculates the CO2 transportation costs for transporting the emissions to possible CO2 storage sites/ports, using different modes of transportation.

Documentation and Support

  • Cement_AT.R This component contains data and visualization on the Austrian cement industry, including the locations of cement plants, their corresponding CO2 emissions, and their capacities.
  • Transportation_AT.R This component contains data on the transportation of CO2 emissions from the cement plants to possible CO2 storage sites/ports, using different modes of transportation. It includes the distances between the plants and the storage sites/ports, the CO2 transportation capacity, and the transportation costs.
  • test_transport.py, test_map.py This component includes a test script to ensure that the code runs without errors. You can run the test script using the following command in your terminal after installing Conda:
conda create --name CementAT_env
conda activate CementAT_env
python -m unittest test_transport.py
python -m unitest test_map.py

Installation and Packages

To use the project, simply download the code from GitHub and run it in R. Or you can clone the repository from Github using the following command in your terminal:

git clone https://github.com/username/CementAT.git

Packages of R needed in this project:

install.packages("ggplot2")
install.packages("geojsonio")
install.packages("geosphere")
install.packages("openxlsx")

Contributing

We welcome contributions to CementAT. Please feel free to submit pull requests or contact us with any suggestions or issues.

License

This project is licensed under the Apache license, Version 2.0

Apache License, Version 2.0

License

Contact

If you have questions or comments about CementAT, please contact me at [email protected]. Copyright 2023 Pingping Wang

cementat's People

Contributors

pingping1997 avatar

Watchers

 avatar

cementat's Issues

Evaluation of the first homework assignment

Overview

This is the evaluation for the first homework assignment.

There are no GitHub Actions workflows implemented in this repository to automatically execute the tests upon a pull request.

Grade

Sufficient (4)

Other comments

  1. The readme is very detailed and the code looks ok at a quick glance.
  2. It's better to put the author/copyright and license statement at the top of the readme.
  3. You should add a requirements.txt listing the necessary packages so that a user can easily see the dependencies.
  4. Your tests in Python simply checks that the R script finished without any errors - it doesn't check whether the values obtained are correct. This is not a good testing strategy.
  5. You committed the py-cache folder to the repository. This makes it more complicated for a new user to identify what is relevant, and creates noise in the version history. Better to add __pycache__ to the gitignore file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.