Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aamaricci/stat_ultratrail
Statistical analysis of the data for UltraTrail events
https://github.com/aamaricci/stat_ultratrail
Last synced: 4 days ago
JSON representation
Statistical analysis of the data for UltraTrail events
- Host: GitHub
- URL: https://github.com/aamaricci/stat_ultratrail
- Owner: aamaricci
- Created: 2023-11-10T17:15:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-10T17:16:36.000Z (about 1 year ago)
- Last Synced: 2024-03-18T00:34:56.315Z (8 months ago)
- Language: Fortran
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stat UltraTrail
*beta version*This is a simple software to perform statistical analysis of UltraTrail events. Data are retrieved from
[statistik.d-u-v.org](https://statistik.d-u-v.org).
### Dependencies
The code is based on:- [X] Python3, pandas, lxml
- [X] [SciFortran](https://github.com/aamaricci/SciFortran)
### Installation
Clone the repo
Open and edit the Python script in `data`.
Open and setup the Makefile with your favorite editor Compile```
git clone https://github.com/aamaricci/Stat_UltraTrail
```
```
cd Stat_UltraTrail
emacs data/get_data.py
emacs src/Makefile
```
```
cd src
make
```### Info
For any information or suggestion contact the authors:
adriano DOT amaricci AT gmail DOT comcreate an issue in this repo.
### DEVELOPMENT
#### Milestone 1
- [X] Retrieve data from [statistik.d-u-v.org](https://statistik.d-u-v.org)
- [X] Code a data structure to collect all the available data sets
- [X] Test working data analysis code.
- [ ] Start performing preliminary analysis: statistics of the time-of-arrivals, speed and Probability Density Function.***LICENSE***
Copyright 2023- (C) Adriano AmaricciThe software is provided with no license, as such it is protected by copyright.
The software is provided as it is and can be read and copied, in agreement with
the Terms of Service of GITHUB. Use of the code is constrained to author agreement.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.