FLINT
FLINT copied to clipboard
Full Lands INtegration Tool: a modular system to estimate greenhouse gas emissions and removals by the land sector
fixed the last section and made some punctuation changes. fixes issue #120 @HarshCasper Signed-off-by: Rahul Sharma
The "Maintainers Reviewers Ambassadors Coaches" section in the README file of this repository currently lacks proper formatting and punctuation. This could be improved.
# Pull Request Template ## Description This was found while building an AppImage for FLINT, these 2 headers were missing, and have been added in this PR. Fixes # (issue)...
# Pull Request Template ## Description This PR creates a template of the source docs for FLINT
## Description This commit is help to be compatible to run agricultural soil module. Fixes # (issue) char can not be casted to wchar_t static EnvironmentImpl::startProcessFolderImpl() not allowed ## Type...
Change to using a better string formatter – use this perhaps (https://github.com/fmtlib/fmt ) an Implementation of C++20 std::format. More questions/suggestions, please contact Jim via slack. https://app.slack.com/client/T1G1M5HPF/D014VTVKJEA
In [this Dockerfile](https://github.com/moja-global/FLINT.Cloud/blob/gcbm-container/rest_api_gcbm/Dockerfile) I updated the FLINT dependencies from those given in the `FLINT` Dockerfiles: [FLINT base Dockerfile](https://github.com/moja-global/FLINT/blob/develop/Docker/Dockerfile.base.ubuntu.18.04) | Dependency | old version | new version | | ----- |...
Fixed broken links and compatibility issues. To run tests, use the following commands: - [x] For baseimage: ~# docker build -f Dockerfile.base.ubuntu.18.04 --build-arg NUM_CPU=4 -t moja/baseimage:ubuntu-18.04 . - [x] For...
**Describe the bug** The service that Boost uses to serve up its releases, Bintray.com is retired by JFrog. Boost currently uses JFrog.Arifactory to serve build artifacts. **To Reproduce** Steps to...