Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergeimakarovv/mini-frac-application
Application for mini-frac test analysis (oil and gas)
https://github.com/sergeimakarovv/mini-frac-application
html-css r rmarkdown shiny-apps
Last synced: 16 days ago
JSON representation
Application for mini-frac test analysis (oil and gas)
- Host: GitHub
- URL: https://github.com/sergeimakarovv/mini-frac-application
- Owner: sergeimakarovv
- Created: 2024-03-03T14:50:47.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-03T16:21:30.000Z (11 months ago)
- Last Synced: 2024-11-10T20:13:17.172Z (2 months ago)
- Topics: html-css, r, rmarkdown, shiny-apps
- Language: R
- Homepage:
- Size: 819 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `Mini-Frac` Shiny Application
## **Description:**
This web application allows to analyze a **mini-frac test** used in oil and gas industry and calculate hydraulic fracture parameters.
It is developed for oil and gas professionals and analysts working with hydraulic fracturing. The app is available in **English** and **Russian**.[![Button-8.png](https://i.postimg.cc/XvwTVW8C/Button-8.png)](https://sergei-makarov.shinyapps.io/MiniFrac/)
A user is required to input data about the oil and gas reservoir and upload the Excel file with mini-frac test results (a sample file can be downloaded in the app). The application calculates output parameters
(fracture half length, fracture width, fluid efficiency and etc.) and creates charts visualizing the data. The report with the analysis results is available to download in Excel and Word formats.Full methodology and logic of mini-frac test are described in attached `PDF files` in English and Russian.
## **Project overview**
The application consists of 2 main files: `ui.R` and `server.R`.
The Word output file is created from RMarkdown files: `Results_Eng.Rmd`, `Results_Ru.Rmd`.
Files containing the sample mini-frac tests: `minifrac_test.xlsx`, `minifrac_test_en.xlsx`In order to run the application, ensure to download the necessary packages as in `requirements.txt` and set the working directory to local.