Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some export format strings are not enumerated in FileFormat #1170

Open
mferrera opened this issue Feb 14, 2024 · 0 comments
Open

Some export format strings are not enumerated in FileFormat #1170

mferrera opened this issue Feb 14, 2024 · 0 comments

Comments

@mferrera
Copy link
Contributor

These may need to be refined, changed, or split/move some values in FileFormat.

elif fformat == "rms_regular":
_cube_export.export_rmsreg(self, fobj.name)
elif fformat == "xtgregcube":

if fformat in (None, "rms_ascii", "rms_asc", "rmsasc", "rmswell"):

  • various xtg formats
  • etc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant