equinor / xtgeo

XTGeo Python class library for subsurface Surfaces, Cubes, Wells, Grids, Points, etc
https://xtgeo.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
110 stars 58 forks source link

Support memory stream i/o for all supported formats #1252

Open jcrivenaes opened 1 month ago

jcrivenaes commented 1 month ago

Currently, only some formats for a given datatype support memory streams i/o. These are:

It should a goal to have all formats able for memory streams

This issue was originated in #1251