Volcanoes on Venus - JARtool experiment
The JARtool project was a pioneering effort to develop an automatic system for cataloging small volcanoes in the large set of Venus images returned by the Magellan spacecraft.
Dataset Characteristics
Image
Subject Area
Climate and Environment
Associated Tasks
Classification
Feature Type
-
# Instances
1
# Features
-
Dataset Information
Additional Information
The data was collected by the Magellan spacecraft over an approximately four year period from 1990--1994. The objective of the mission was to obtain global mapping of the surface of Venus using synthetic aperture radar (SAR). A more detailed discussion of the mission and objectives is available at JPL's Magellan webpage. There are some spatial dependencies. For example, background patches from with in a single image are likely to be more similar than background patches taken across different images. In addition to the images, there are "ground truth" files that specify the locations of volcanoes within the images. The quotes around "ground truth" are intended as a reminder that there is no absolute ground truth for this data set. No one has been to Venus and the image quality does not permit 100%, unambiguous identification of the volcanoes, even by human experts. There are labels that provide some measure of subjective uncertainty (1 = definitely a volcano, 2 = probably, 3 = possibly, 4 = only a pit is visible). See reference [Smyth95] for more information on the labeling uncertainty problem. There are also files that specify the exact set of experiments using in the published evaluations of the JARtool system. The image files are in a format called VIEW. This format consists of two files, a binary file with extension .sdt (the image data) and an ascii file with extension .spr (header information). There is a MATLAB utility function included in the data package that can be used to read the data. If you want to use something other than Matlab, you are on your own, but the format is fairly simple and can be understood by looking at the Matlab code. The labeling files are provided in two forms. The .lxyr files are simple space-separated ascii containing label, x-location of center, y-location of center, and radius.
Has Missing Values?
Yes
Variable Information
The images are 1024X1024 pixels. The pixel values are in the range [0,255]. The pixel value is related to the amount of energy backscattered to the radar from a given spatial location. Higher pixel values indicate greater backscatter. Lower pixel values indicate lesser backscatter. Both topography and surface roughness relative to the radar wavelength affect the amount of backscatter.
Dataset Files
File | Size |
---|---|
volcanoes.tar.gz | 121.8 MB |
README | 14.2 KB |
uci_form.txt | 11.4 KB |
volcanoes.data.html | 8.1 KB |
volcanoes.html | 1.1 KB |
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset volcanoes_on_venus_jartool_experiment = fetch_ucirepo(id=142) # data (as pandas dataframes) X = volcanoes_on_venus_jartool_experiment.data.features y = volcanoes_on_venus_jartool_experiment.data.targets # metadata print(volcanoes_on_venus_jartool_experiment.metadata) # variable information print(volcanoes_on_venus_jartool_experiment.variables)
Burl, M. (1995). Volcanoes on Venus - JARtool experiment [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C5SW34.
Creators
Michael Burl
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.