@@ -24,12 +24,12 @@ width=200"><br>
2424[ pre-commit ] : https://github.com/pre-commit/pre-commit
2525[ black ] : https://github.com/psf/black
2626
27- ** _ "MDIO"_ ** is a library to work with large multi-dimensional energy datasets.
28- The primary motivation behind ** MDIO** is to represent multi-dimensional
29- time series data in a format that makes it easier to use in resource assesment ,
27+ ** _ "MDIO"_ ** is a library to work with large multidimensional energy datasets.
28+ The primary motivation behind ** MDIO** is to represent multidimensional
29+ time series data in a format that makes it easier to use in resource assessment ,
3030machine learning, and data processing workflows.
3131
32- ## Features
32+ # Features
3333
3434** Shared Features**
3535
@@ -43,18 +43,16 @@ machine learning, and data processing workflows.
4343
4444- Oil & Gas Data
4545 - Import and export 2D - 5D seismic data types stored in SEG-Y.
46- - Import seismic interpretation, horizon, data (experimental).
47- - Optimized chunking logic for various seismic types.
46+ - Import seismic interpretation, horizon, data. ** FUTURE **
47+ - Optimized chunking logic for various seismic types. ** FUTURE **
4848- Wind Resource Assessment
49- - Numerical weather prediction models with arbitrary metadata.
50- - Optimized chunking logic for time-series analysis and mapping.
51- - [ Xarray] [ xarray ] interface.
49+ - Numerical weather prediction models with arbitrary metadata. ** FUTURE **
50+ - Optimized chunking logic for time-series analysis and mappin. ** FUTURE **
51+ - [ Xarray] [ xarray ] interface. ** FUTURE **
5252
53- ## Requirements
53+ The features marked as ** FUTURE ** will be open-sourced at a later date.
5454
55- - TODO
56-
57- ## Installation
55+ # Installation
5856
5957You can install _ MDIO_ via [ pip] from [ PyPI] :
6058
@@ -73,30 +71,52 @@ pip install multidimio[lossy]
7371` distributed ` installs [ Dask] [ dask ] for parallel, distributed processing.\
7472` cloud ` installs [ fsspec] [ fsspec ] backed I/O libraries for [ AWS' S3] [ s3fs ] ,
7573[ Google's GCS] [ gcsfs ] , and [ Azure ABS] [ adlfs ] .\
76- ` lossy ` will install the ZFPY library for lossy chunk compression.
74+ ` lossy ` will install the [ ZFPY] [ zfp ] library for lossy chunk compression.
7775
78- ## Usage
76+ # Usage
7977
8078Please see the [ Command-line Reference] for details.
8179
82- ## Contributing
80+ For Python API please see the [ API Reference] for details.
81+
82+ # Requirements
83+
84+ ### Minimal
85+
86+ Chunked storage and parallelization: ` zarr ` , ` dask ` , ` numba ` , and ` psutil ` .\
87+ SEG-Y Parsing: ` segyio ` \
88+ CLI and Progress Bars: ` click ` , ` click-params ` , and ` tqdm ` .
89+
90+ ### Optional
91+
92+ Distributed computing ` [distributed] ` : ` distributed ` and ` bokeh ` .\
93+ Cloud Object Store I/O ` [cloud] ` : ` s3fs ` , ` gcsfs ` , and ` adlfs ` .\
94+ Lossy Compression ` [lossy] ` : ` zfpy `
95+
96+ # Contributing
8397
8498Contributions are very welcome.
8599To learn more, see the [ Contributor Guide] .
86100
87- ## License
101+ # License
88102
89103Distributed under the terms of the [ Apache 2.0 license] [ license ] ,
90104_ MDIO_ is free and open source software.
91105
92- ## Issues
106+ # Issues
93107
94108If you encounter any problems,
95109please [ file an issue] along with a detailed description.
96110
97- ## Credits
111+ # Credits
112+
113+ This project was established at [ TGS] ( https://www.tgs.com/ ) . Original authors
114+ and current maintainers are [ Altay Sansal] ( https://github.com/tasansal ) and
115+ [ Sri Kainkaryam] ( https://github.com/srib ) ; with the support of many more great
116+ colleagues.
98117
99- This project was generated from [ @cjolowicz ] 's [ Hypermodern Python Cookiecutter] template.
118+ This project template is based on [ @cjolowicz ] 's [ Hypermodern Python Cookiecutter]
119+ template.
100120
101121[ @cjolowicz ] : https://github.com/cjolowicz
102122[ pypi ] : https://pypi.org/
@@ -119,3 +139,4 @@ This project was generated from [@cjolowicz]'s [Hypermodern Python Cookiecutter]
119139[ license ] : https://github.com/TGSAI/mdio-python/blob/main/LICENSE
120140[ contributor guide ] : https://github.com/TGSAI/mdio-python/blob/main/CONTRIBUTING.md
121141[ command-line reference ] : https://mdio-python.readthedocs.io/en/latest/usage.html
142+ [ api reference ] : https://mdio-python.readthedocs.io/en/latest/reference.html
0 commit comments