Airborne magnetic data of the Osborne Mine and Lightning Creek sill complex, Australia

Overview

Osborne Mine, Australia - Airborne total-field magnetic anomaly

This is a section of a survey acquired in 1990 by the Queensland Government, Australia. The data are good quality with approximately 80 m terrain clearance and 200 m line spacing. The anomalies are very visible and present interesting processing and modelling challenges, as well as plenty of literature about their geology.

Total field magnetic anomaly data and the flight height.

Summary
File osborne-magnetic.csv.xz
Size 2.2 Mb
Version v1
DOI https://doi.org/10.5281/zenodo.5882209
License CC-BY
MD5 md5:b26777bdde2f1ecb97dda655c8b1cf71
SHA256 sha256:12d4fc2c98c71a71ab5bbe5d9a82dd263bdbf30643ccf7832cbfec6249d40ded
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

Changes made

These are the changes made to the original dataset.

  • Change the horizontal datum from GDA94 to WGS84.
  • Convert terrain clearance to flight height using an SRTM grid.
  • Keep only the coordinates, AWAGS leveled magnetic anomaly, and flight line ID.
  • Cut to a smaller region containing only the 2 anomalies of interest.

Useful references

For prior interpretations and geological context:

About this repository

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.

Contributing

See our Contributing Guidelines for information on proposing new datasets and making changes to this repository.

License

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.

You might also like...
Spiking Neural Network for Computer Vision using SpikingJelly framework and Pytorch-Lightning

Spiking Neural Network for Computer Vision using SpikingJelly framework and Pytorch-Lightning

A Python library created to assist programmers with complex mathematical functions
A Python library created to assist programmers with complex mathematical functions

libmaths libmaths was created not only as a learning experience for me, but as a way to make mathematical models in seconds for Python users using mat

Continuous Query Decomposition for Complex Query Answering in Incomplete Knowledge Graphs

Continuous Query Decomposition This repository contains the official implementation for our ICLR 2021 (Oral) paper, Complex Query Answering with Neura

Datasets accompanying the paper ConditionalQA: A Complex Reading Comprehension Dataset with Conditional Answers.

ConditionalQA Datasets accompanying the paper ConditionalQA: A Complex Reading Comprehension Dataset with Conditional Answers. Disclaimer This dataset

A non-linear, non-parametric Machine Learning method capable of modeling complex datasets
A non-linear, non-parametric Machine Learning method capable of modeling complex datasets

Fast Symbolic Regression Symbolic Regression is a non-linear, non-parametric Machine Learning method capable of modeling complex data sets. fastsr aim

Autonomous Perception: 3D Object Detection with Complex-YOLO
Autonomous Perception: 3D Object Detection with Complex-YOLO

Autonomous Perception: 3D Object Detection with Complex-YOLO LiDAR object detect

Neural-fractal - Create Fractals Using Complex-Valued Neural Networks!

Neural Fractal Create Fractals Using Complex-Valued Neural Networks! Home Page Features Define Dynamical Systems Using Complex-Valued Neural Networks

Compute execution plan: A DAG representation of work that you want to get done. Individual nodes of the DAG could be simple python or shell tasks or complex deeply nested parallel branches or embedded DAGs themselves.

Hello from magnus Magnus provides four capabilities for data teams: Compute execution plan: A DAG representation of work that you want to get done. In

"SinNeRF: Training Neural Radiance Fields on Complex Scenes from a Single Image", Dejia Xu, Yifan Jiang, Peihao Wang, Zhiwen Fan, Humphrey Shi, Zhangyang Wang

SinNeRF: Training Neural Radiance Fields on Complex Scenes from a Single Image [Paper] [Website] Pipeline Code Environment pip install -r requirements

Releases(v1)
  • v1(Jan 20, 2022)

    Date: 2022/01/20

    DOI: https://doi.org/10.5281/zenodo.5882209

    Note: This is a processed and formatted version of the source dataset below. It's meant for use in documentation and tutorials of the Fatiando a Terra project. Please cite the original authors when using this dataset.

    Data 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

    Changes:

    • 🎉 First release of the curated version of the Osborne Mine aeromagnetic data.

    | | Checksums | |--:|:--| | MD5 | md5:b26777bdde2f1ecb97dda655c8b1cf71 | | SHA256 | sha256:12d4fc2c98c71a71ab5bbe5d9a82dd263bdbf30643ccf7832cbfec6249d40ded |

    Source code(tar.gz)
    Source code(zip)
    osborne-magnetic.csv.xz(2.11 MB)
Owner
Fatiando a Terra Datasets
FAIR sample datasets for use in the Fatiando a Terra project
Fatiando a Terra Datasets
This project deploys a yolo fastest model in the form of tflite on raspberry 3b+. The model is from another repository of mine called -Trash-Classification-Car

Deploy-yolo-fastest-tflite-on-raspberry 觉得有用的话可以顺手点个star嗷 这个项目将垃圾分类小车中的tflite模型移植到了树莓派3b+上面。 该项目主要是为了记录在树莓派部署yolo fastest tflite的流程 (之后有时间会尝试用C++部署来提升

null 7 Aug 16, 2022
Complex-Valued Neural Networks (CVNN)Complex-Valued Neural Networks (CVNN)

Complex-Valued Neural Networks (CVNN) Done by @NEGU93 - J. Agustin Barrachina Using this library, the only difference with a Tensorflow code is that y

youceF 1 Nov 12, 2021
Official implementation of the paper DeFlow: Learning Complex Image Degradations from Unpaired Data with Conditional Flows

DeFlow: Learning Complex Image Degradations from Unpaired Data with Conditional Flows Official implementation of the paper DeFlow: Learning Complex Im

Valentin Wolf 86 Nov 16, 2022
Pretrained SOTA Deep Learning models, callbacks and more for research and production with PyTorch Lightning and PyTorch

Pretrained SOTA Deep Learning models, callbacks and more for research and production with PyTorch Lightning and PyTorch

Pytorch Lightning 1.4k Jan 1, 2023
PaddleRobotics is an open-source algorithm library for robots based on Paddle, including open-source parts such as human-robot interaction, complex motion control, environment perception, SLAM positioning, and navigation.

简体中文 | English PaddleRobotics paddleRobotics是基于paddle的机器人开源算法库集,包括人机交互、复杂运动控制、环境感知、slam定位导航等开源算法部分。 人机交互 主动多模交互技术TFVT-HRI 主动多模交互技术是通过视觉、语音、触摸传感器等输入机器人

null 185 Dec 26, 2022
This is the first released system towards complex meters` detection and recognition, which is implemented by computer vision techniques.

A three-stage detection and recognition pipeline of complex meters in wild This is the first released system towards detection and recognition of comp

Yan Shu 19 Nov 28, 2022
Generic template to bootstrap your PyTorch project with PyTorch Lightning, Hydra, W&B, and DVC.

NN Template Generic template to bootstrap your PyTorch project. Click on Use this Template and avoid writing boilerplate code for: PyTorch Lightning,

Luca Moschella 520 Dec 30, 2022
A small demonstration of using WebDataset with ImageNet and PyTorch Lightning

A small demonstration of using WebDataset with ImageNet and PyTorch Lightning

Tom 50 Dec 16, 2022
A small demonstration of using WebDataset with ImageNet and PyTorch Lightning

A small demonstration of using WebDataset with ImageNet and PyTorch Lightning This is a small repo illustrating how to use WebDataset on ImageNet. usi

null 50 Dec 16, 2022
An AutoML Library made with Optuna and PyTorch Lightning

An AutoML Library made with Optuna and PyTorch Lightning Installation Recommended pip install -U gradsflow From source pip install git+https://github.

GradsFlow 294 Dec 17, 2022