NordicESMhub / deep_python

Python for Dynamics and Evolution of Earth and Planets
https://nordicesmhub.github.io/deep_python/
Other
3 stars 8 forks source link

Data format for DEEP workshop #3

Open annefou opened 5 years ago

annefou commented 5 years ago

Which data formats should we cover?

yellowchocobo commented 5 years ago

What do you mean? To give an introduction in how to read different types of data formats? Have you been working a bit with gdal for python? It could be interesting to see how to handle raster type of datasets.

Other suggestions: netcdf, 2-D and 3-D arrays..... I guess most people work with time series imported from text files.

yellowchocobo commented 5 years ago

The borehole datasets contains a variety of format such as .txt, .csv, .las (lidar data), .xls. Maybe it could provide some good examples?