Giter Site home page Giter Site logo

pysigmap's Introduction

Hi there ๐Ÿ‘‹, I'm Exneyder A. Montoya-Araque

Welcome! Visit my website to know more about me and my work.

Also, these are some direct links to my profile on different platforms:

WebPage ResearchGate GoogleScholar LinkedIn CvLAC ORCID GitHub

๐Ÿ“ List of publications

Here, you can find a list of my publications. You'll find the links to the papers, but if your institution or you don't have a subscription to the publisher sites, you can send me an email and I'll be happy to share them with you.

๐Ÿ’ป Development projects

Here, you can find a list of application software and other development projects I have worked on. Most of them are colavorative works. You'll find the links to the repositories and the documentation, as well as the credits to the other co-authors or contributors.

๐Ÿ“ซ How to reach me

You can send me an email ๐Ÿ“ง at any of these addresses:

| [email protected] | [email protected] | [email protected] | [email protected] |

pysigmap's People

Contributors

eamontoyaa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

pysigmap's Issues

Issues with running the code with oedometer data that does not have a reloading stage

  • pySigmaP version: 0.1.9
  • Python version: 3.10.10
  • Operating System: Windows 10 Pro

Description

Tried to determine the preconsolidation pressure from oedometer test data. However the test data only had one loading and an unloading stage. The program does not seem to be able to run with such data throwing up and index error (below). It is reasonably frequent that reloading is not specified in the industry, therefore having a function to run without reloading curve would be useful.

FYI - I tested the code with the testData.csv provided and removing the reloading stage from that data resulted in the same error message.

brkIdx1 = idx_unloading_init[self.use_this_UR_stage]
IndexError: list index out of range

Dataframe:
Effective_Vertical_Stress Axial_Strain Void_Ratio
0 123.0 0.0 0.791
1 251.0 0.0 0.749
2 498.0 0.0 0.723
3 1001.0 0.0 0.674
4 2002.0 0.0 0.612
5 3999.0 0.0 0.548
6 8002.0 0.0 0.464
7 15999.0 0.0 0.357
8 29001.0 0.0 0.246
9 7248.0 0.0 0.141
10 1814.0 0.0 0.222

What I Did

import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
from pysigmap.data import Data
from pysigmap.boone import Boone


input_data = r'XXXXXXXXXXXXXXX'
data_frame = pd.read_csv(input_data)
print(data_frame)

data = Data(data_frame, sigmaV=75)

method = Boone(data)
fig = method.getSigmaP()

Evaluation of Data with Second Reloading after Second Unloading possible?

  • pySigmaP version: 0.1.9
  • Python version: 3.9.
  • Operating System: Windows 10

Description

Is there any way to apply pySigmaP for the evaluation of oedometer tests, in which there is a second reloading after the second unloading ?

What I Did

If I load a dataset with a second reloading, the follow error occurs
ValueError: "x" must be strictly increasing sequence.

Removing the data of the second reloading from the rawdata does resolve that issue, but if possible, I would like to keep the dataset for the evaluation complete.

Thanks in advance!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.