This is a gridded version of the Lightning Creek anomaly from our Osborne Mine dataset. The anomaly is very visible and presents interesting processing and modelling challenges. The grid was generated using gradient-boosted equivalent sources. It's a regular grid in UTM coordinates at a constant height of 500 m. Having the gridded version allows us to use it for FFT-based examples and other applications that require a grid (without having to interpolate every time we need it).
Summary | |
---|---|
File | lightning-creek-magnetic-grid.nc |
Size | 0.18 Mb |
Version | v1 |
DOI | https://doi.org/10.5281/zenodo.7079711 |
License | CC-BY |
MD5 | md5:4b19c2eabe75865183964983861cbf68 |
SHA256 | sha256:d83f5d89f82cee128227746e2edab4498d37a3904c4770752135b7972d64629f |
Source | Geophysical Acquisition & Processing Section 2019. MIM Data from Mt Isa Inlier, QLD (P1029), magnetic line data, AWAGS levelled. Geoscience Australia, Canberra. http://pid.geoscience.gov.au/dataset/ga/142419 |
Original license | CC-BY |
Processing code | prepare.ipynb |
These are the changes made to the original dataset.
- Slice to area of interest.
- Project data to UTM.
- Interpolate to a regular 50 m grid at 500 m height.
- Add CF-compliant metadata to the grid.
- Export to compressed netCDF 4.
This is a place to format and prepare the original dataset for use in our tutorials and documentation.
We include the source code that prepares the datasets for redistribution by
filtering, standardizing, converting coordinates, compressing, etc.
The goal is to make loading the data as easy as possible (e.g., a single call
to pandas.read_csv
or xarray.load_dataset
).
Whenever possible, the code also downloads the original data (otherwise the
original data are included in this repository).
💡 Tip: The easiest way to download this dataset is using Pooch, particularly to download straight from the DOI of a release.
See our Contributing Guidelines for information on proposing new datasets and making changes to this repository.
All Python source code is made available under the BSD 3-clause license. You can freely use and modify the code, without warranty, so long as you provide attribution to the authors.
Unless otherwise specified, all data files and figures created by the code are available under the Creative Commons Attribution 4.0 License (CC-BY).
See LICENSE.txt
for the full text of each license.
The license for the original data is specified in this README.md
file.