-
Hi,
I'm currently trying to install flotilla from scratch, but I cannot appear to use any part of it--having a more in-depth tutorial for users (especially from Windows--`activate` doesn't seem to wo…
-
**Describe the new feature you would like to see**
What about using flotilla.equinor.com for prod if possible? Open for discussion.
-
This project looks really cool and useful for me, but I'm having a really hard time getting it to work. For reference, I'm running ubuntu 16.04, go 1.9, docker 17.12.0, docker-compose version 1.19.0. …
-
**Describe the bug**
If clicking the "Add predefined missions" button on an asset with several longer missions, the loading is unreasonable long. This is if using echoMissionLoader as selected missio…
-
Upon embarking on an existing datapackage, we run into a string/bytes error:
```
import flotilla
study = flotilla.embark('REDACTED', flotilla_dir=flotilla_dir)
```
```
2016-08-08 11:13:09 Reading d…
-
Remove curl requirement:
https://github.com/YeoLab/flotilla/blob/master/flotilla/util.py#L296
-
```
2015-07-06 12:15:30 Initializing Study
2015-07-06 12:15:30 Initializing Predictor configuration manager for Study
2015-07-06 12:15:30 Predictor ExtraTreesClassifier is of type
2015-07-06 12:15:30…
-
**Describe the new feature you would like to see**
A `FacilityController` combined with a `FacilityService` should replace existing functionality talking to Echo and other relevant third-party applic…
-
**Describe the improvement you would like to see**
Currently the map service is dependant on loading png images from an azure blob service. Rewrite this to be more flexible for non-Equinorian users. …
-
Running
```
import flotilla
study = flotilla.embark(flotilla._shalek2013)
study.interactive_pca()
````
yields
```
-------------------------------------------------------------------------…