subsurface icon indicating copy to clipboard operation
subsurface copied to clipboard

Core data exchange library for subsurface science and engineering

Results 17 subsurface issues
Sort by recently updated
recently updated
newest added

I am getting an ImportError because I think the latest version of Pandas (v1.4) has changed some internal references to the Types used by Subsurface. It looks like FilePathorBuffer has...

I stumbled on this now while trying to push volume data to Liquid Earth. The `StructuredData` has five data sets named `Features` and `Properties`, `X`, `Y`, and `Z`. I talked...

Dom has done already a function on simpeg to read at least one of the formats https://programtalk.com/vs2/python/12012/simpeg/SimPEG/Utils/io_utils.py/

Would be nice to have a better logo for `subsurface`

After #42 is closed, we should write a documentation page stating the standard coordinate system that will be used in `subsurface`. Adding formal explanations and examples would be awesome.

In order to make any `to_subsurface()` or `from_subsurface()` function to work seamlessly on every library that wants to implement them, we would need to determine a standard reference system on...

- [x] Borehole - [x] Cloud of points - [x] Seismic blocks - [ ] Geophysical data - [x] Meshes ...

Using Utha forge data (@banesullivan should we share the link here?) being able to link the following libraries ### Loaders - Loading boreholes - [ ] lasio - [x] welly...

- [ ] cpg -> https://github.com/GeospatialPython/pyshp - [ ] dbf -> https://dbfread.readthedocs.io/en/latest/ - [ ] prj -> ? - [ ] qpj - [ ] shp -> https://github.com/GeospatialPython/pyshp - [...

# Context Within the current proposed data levels, there are: - `element` - basic geometrical objects that all software integrating with `subsurface` should implement - `geological_object` - elements that represent...