Florian Arbes

Results 8 comments of Florian Arbes

Hi, pyclipper is only a wrapper for Angus Johnson's implementation of the Vatti's polygon clipping algorithm. How does your data look like? You need to have the points of the...

If you are able to extract the polygons from your file, it works (even with numpy arrays). However, this library does not support reading shapefiles, you will have to do...

Hi, this library does not support 3D polygon clipping. In the documentation it is defined as follows (http://www.angusj.com/delphi/clipper/documentation/Docs/Overview/_Body.htm): > **Clipping:** commonly refers to the process of cutting away from a...

To me it looks like Clipper and Clipper2 are quite different, I would guess that the entire wrapper had to be rewritten. For example, they are now using templates in...

That's the result for intersection, the difference should look differently. @GilParnon did you find the error? Can you provide a minimal working example?

If I understand it right, you are trying to predict a sinus of one frequency, based on sines of different frequencies. That is never going to work well, because sines...

I figured out that this must be for the `StandardScaler` from [scikit-learn](https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.StandardScaler.html). I think this could be better documented. - In the [database class](https://github.com/mathLab/EZyRB/blob/7cc2962bbc15eaac4ab331bfa34980794acfd227/ezyrb/database.py#L14) documentation, the `scaler_parameters` and `scaler_snapshots` should...

any thoughts @ndem0, do you have an example how to use the scaler plugin?