Skip to content
Snippets Groups Projects
Commit c23be7d6 authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Added CHANGELOG ETC

parent 6179e09b
No related branches found
No related tags found
1 merge request!2New branch with fixed history
# FACT project changelog
All notable changes to this project will be documented in this file.
Release mentioned here correspond to docker registry entries and use semantic versioning as in 'MAJOR.MINOR.PATCH'.
## Change entries
Added: For new features that have been added.
Changed: For changes in existing functionality.
Deprecated: For once-stable features removed in upcoming releases.
Removed: For features removed in this release.
Fixed: For any bug fixes.
Security: For vulnerabilities.
## [0.2] - 2024-10-04
Added:
- license
- changelog
- contributing
- 2023 EU NUTS population data
Fixed:
- updated docker base image
## [0.1] - 2024-01-30
Added:
- first full structure and dataset creation
cff-version: 1.2.0
title: 'FACT Data: Airports and Traffic'
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
doi: 10.17605/OSF.IO/FH7DY
authors:
- given-names: Riccardo
family-names: Boero
email: ribo@nilu.no
orcid: 'https://orcid.org/0000-0002-7468-9096'
affiliation: NILU
identifiers:
- type: doi
value: 10.17605/OSF.IO/FH7DY
description: This DOI represents all software versions.
repository-code: 'https://git.nilu.no/fact/data/FACT_air'
url: 'https://osf.io/fh7dy/'
abstract: >-
Airports location and size (traffic) in US (BTS) and EU (EUROSTAT).
keywords:
- Airport
- Air traffic
- Eurostat
- Transportation statistics
- US BTS
license: GPL-3.0-only
# Contributing to this project
Thank you for your interest in contributing to FACT! We welcome contributions from everyone and value your input and efforts to improve this project. Below, you will find guidelines and instructions on how to contribute effectively and ensure a smooth collaboration process.
## Ways to Contribute
There are many ways to contribute to our project:
- **Reporting bugs**: File issues for any bugs you encounter.
- **Feature suggestions**: Suggest new features or improvements to existing features.
- **Documentation**: Help improve the project documentation.
- **Code contributions**: Contribute bug fixes or implement new features.
## Submitting Contributions
Please follow these steps to submit your contributions:
1. **Create a branch** for your changes.
2. **Make your changes**: Follow our coding guidelines and write clean, testable Go code.
3. **Write tests**: Add or update tests as necessary for your changes.
4. **Run all tests** to ensure nothing else was accidentally broken.
5. **Submit a pull request**:
- Push your branch to Gitlab and open a pull request against the main branch.
- Provide a clear description of the changes and any relevant issue numbers.
## Style Guide and Coding Conventions
- Use clear and descriptive variable names.
- Document all public functions and packages.
- Keep functions focused and well-organized within packages.
- Update changelog accordingly
## Review Process
Our team will review all pull requests as soon as possible. During the review, we may ask for additional changes or clarification. Pull requests must be approved by at least one maintainer before merging.
Contributions that include new features or substantial changes should be discussed in the issue tracker or discussions before starting work.
Thank you again for considering contributing to FACT. We look forward to your contributions and are excited to see what we can achieve together!
This diff is collapsed.
......@@ -2,6 +2,14 @@
General geology of the world and main minerals deposits and mines (data from USGS).
---
[![GitLab License](https://img.shields.io/gitlab/license/fact%2Fdata%2FFACT_mine?gitlab_url=https%3A%2F%2Fgit.nilu.no&style=flat&color=orange)](https://www.gnu.org/licenses/gpl-3.0.en.html#license-text)
[![DOI](https://img.shields.io/badge/DOI-10.17605%2FOSF.IO%2F68YWE-blue?style=flat)](https://doi.org/10.17605/OSF.IO/68YWE)
[![Data License](https://img.shields.io/badge/data-CC%20BY%204.0-green)](https://creativecommons.org/licenses/by/4.0/legalcode.txt)
---
## Use
Connect to the GitLab container registry with privileges for the FACT group:
......@@ -121,7 +129,24 @@ https://mrdata.usgs.gov/potash/
https://mrdata.usgs.gov/pp1802/
---
### Authors
## Author
Riccardo Boero - ribo@nilu.no
### License
## Licenses
All the code and the resulting docker images in this project are subject to:
- [![GPL v3](https://www.gnu.org/graphics/gplv3-88x31.png "License Icon")](https://www.gnu.org/licenses/gpl-3.0.en.html#license-text).
The data is released under:
- [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license.
The input data is licensed as:
- EU power palants follows [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license.
- ENTSOE data [terms of use](https://transparency.entsoe.eu/content/static_content/download?path=/Static%20content/terms%20and%20conditions/181108_ENTSOE_Transparency_Terms_Conditions_MC_APPROVED.pdf&loggedUserIsPrivileged=false).
- EIA public domain [data copyrights](https://www.eia.gov/about/copyrights_reuse.php).
## Citation
- Boero, Riccardo. 2024. “FACT Data: Geographical Boundaries.” OSF. [doi:10.17605/OSF.IO/68YWE](https://doi.org/10.17605/OSF.IO/68YWE).
Part of the Fine scAle eConomic daTa - FACT project:
- Boero, Riccardo. 2024. “Fine scAle eConomic daTa - FACT.” OSF. [doi:10.17605/OSF.IO/PV4ZW](https://doi.org/10.17605/OSF.IO/PV4ZW).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment