Skip to content
This repository has been archived by the owner on Jan 14, 2023. It is now read-only.

to ensure easier use with data that comes in different formats, move merge of all input data to first bits of work. #16

Open
JustinGOSSES opened this issue Jun 4, 2019 · 0 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@JustinGOSSES
Copy link
Owner

Currently, things like fining all available curves in wells and finding neighboring wells are done with just the input files needed for those tasks, then the results merged.

If someone is bringing in geographic coordinate data that isn't in txt or CSV form, it might be easier to adapt this code if they only had to write their own imports and transforms at the very beginning.

Some of the code having to do with SiteID <=> UWI <=> Well log filesnames, for example, is transformed a couple of different times in different early modules.

In summary, It would probably make more sense to just do it once and have a big dataframe from then on. The intermediate file sizes would be bigger but the code would be less complex to adapt. If everything was a dataframe from check / load onwards.

@JustinGOSSES JustinGOSSES self-assigned this Jun 4, 2019
@JustinGOSSES JustinGOSSES added help wanted Extra attention is needed bug Something isn't working labels Aug 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant