d9fd82b2e3cf69b107504cac549b2827587fa591
- Added CapexComponentInput, CapexParameters, CapexCalculationRequest, CapexCalculationResult, and related schemas for capex calculations. - Introduced calculate_initial_capex function to aggregate capex components and compute totals and timelines. - Created ProjectCapexRepository and ScenarioCapexRepository for managing capex snapshots in the database. - Developed capex.html template for capturing and displaying initial capex data. - Registered common Jinja2 filters for formatting currency and percentages. - Implemented unit and integration tests for capex calculation functionality. - Updated unit of work to include new repositories for capex management.
CalMiner
A web application to plan mining projects and estimate costs, returns and profitability.
Focuses on ore mining operations and covering parameters such as capital and operational expenditures, resource consumption, production output, and Monte Carlo simulations for risk analysis.
The system is designed to help mining companies make informed decisions by simulating various scenarios and analyzing potential outcomes based on stochastic variables.
Documentation & quickstart
- Detailed developer, architecture, and operations guides live in the companion calminer-docs repository.
- For a local run, create a
.env(see.env.example), install requirements, then executepython -m scripts.init_dbfollowed byuvicorn main:app --reload. The initializer is safe to rerun and seeds demo data automatically. - To wipe and recreate the schema in development, run
CALMINER_ENV=development python -m scripts.reset_dbbefore invoking the initializer again.
Description
Languages
Python
80.5%
HTML
11.8%
CSS
4%
JavaScript
3.3%
Dockerfile
0.4%