Skip to main content
MethodsX logoLink to MethodsX
. 2019 Aug 23;6:2293–2304. doi: 10.1016/j.mex.2019.08.007

Semi-automated crater depth measurements

Sylvain Breton 1,, Cathy Quantin-Nataf 1, Thomas Bodin 1, Damien Loizeau 1, Matthieu Volat 1, Loic Lozac’h 1
PMCID: PMC6812331  PMID: 31667129

Graphical abstract

graphic file with name fx1.jpg

Method name: Semi-automated crater depth measurements

Keywords: Mars, Surface, Cratering, Image processing

Abstract

Impact cratering is a major process driving planetary landscape evolution. Statistics of craters spatial density is extensively used to date planetary surfaces. Their degradation state and morphometry are also key parameters to understand surface processes.

To exploit the increasing coverage of digital terrain models (DEM) on Mars at high spatial resolution, we propose a semi-automated pipeline for crater depth measurement based on coupled optical images and DEM. From a craters map shapefile coupled with a co-registered DEM, we propose to measure crater depth as the difference between the 60th percentile of elevation values on the edge of the crater and the 3rd percentile value of the elevations within the crater. We present here this method and its calibration.

  • Aside to this paper, we provide a simple python code of this pipeline.

  • This method can rapidly produce crater depth dataset big enough to be interpreted statistically.

  • We provide solid tests on the precision of measured crater depth. Especially, we show that minimal elevation value within a crater, sometime used as crater floor elevation, is a far less precise approximation than a low percentile of elevation.


Specifications Table

Subject Area: Earth and Planetary Sciences
More specific subject area: Crater morphometry
Method name: Semi-Automated Crater Depth Measurements
Resource availability: Python code in the supplementary material

Background

Impact craters are observed on every solid body of the solar system and drive the landscape evolution on many planetary surfaces. Their number, spatial density and shape hold key clues to planetary landscapes evolution [[1], [2], [3], [4]].

The most common use of impact craters statistics is the analysis of their size-frequency distribution to study the exposure age of a planetary surface to meteoritic bombardment [[5], [6], [7]]. Thanks to the Apollo sample-return missions, a correlation has been established between the crater size-frequency distribution of lunar geological units and ages provided by radiometric dating [7,8]. Since then, we can attribute an absolute model age to planetary surfaces based on their crater size-frequency distribution [8]. However, the number of craters visible on a planetary surface can be affected by other parameters. Several studies investigated how crater size-frequency distributions were affected by phenomena such as resurfacing events by surfaces processes [[9], [10], [11], [12]] or how the presence of a thick atmosphere modified the number of small craters [13]. Investigating these processes requires more complex models and thus complementary observations of crater shapes and densities.

Craters morphometry analysis is widely used, as parameters describing the shape and geometry of craters are affected by a wide range of phenomena [14,3,15,16]. First, the shape of the craters depends on impact dynamics. In cases of strength-dominated impacts, craters feature simple bowl-shape while in cases of gravity-dominated impacts, complex craters with a central peak are observed [3]. The target properties also play a role in the initial crater shape [14,[17], [18], [19]].

The observed shape of an impact crater not only depends on its formation conditions but also on its evolution. A wide range of surface processes affects the morphometry of craters. Among those processes, we can include sedimentary cycles (e.g. [12,20]), lava flows and degradation by new craters (e.g. [21,22]). Analyzing crater modification from their pristine shape is a way to probe the geological history of the crater vicinity.

Observation of degradation states of craters demonstrate that Noachian craters were highly degraded while Hesperian craters were less modified and Amazonian craters were rarely modified (e.g. [20,23]). To quantify crater degradation processes, the ratio between the crater depth and its diameter is widely used [14,[24], [25], [26], [27], [28], [29], [30], [31]]. Assuming the initial depth of a crater, its observed depth to diameter ratio depends on age and obliteration rate, as the crater is filled by deposits and the rims are eroded [32].

Studies of Martian craters morphometry have already been conducted. Some provide scaling laws between depth and diameter for fresh craters ([33] and therein), while other focus on crater degradation with time [32,34,35]. However, those studies often rely on a restricted number of craters or mainly focus on large craters. Robbins and Hynek [27] database provide crater depth for Martian craters with a diameter larger than 3 km. With the growth of high-resolution imagery, below 10 m/pixel, it becomes now possible to study the dynamics and degradation of small impact craters on Mars (smaller than 100 m). In this diameter range, target properties may affect the initial crater/depth ratio [3,14,28]. This diameter range also covers many secondary craters which are generally shallower than primaries [26,36]. The increasing coverage of Martian surface by the Context Camera (CTX) images from The Mars Reconnaissance Orbiter mission (MRO) makes it possible to massively compute digital terrain models (DEM) using stereo-photogrammetry. Thousands of CTX DEMs are now available or computable for analyzing Martian small craters morphometry [37].

In their review of crater depth measurements, Robbins et al. [33] recommend avoiding unsupervised depth determination algorithms. For instance, automatic craters mapping programs detect circular depressions on DEM and give depth measurements [28], but those methods miss the shallowest craters. On the other hand, manual extraction of individual crater morphometry is time-consuming. Semi-automated depth measurements seem to be a good compromise between the two approaches.

Here we present a semi-automatic algorithm for measuring crater depths on a DEM. Crater depths are measured as the difference between the high 60th percentile value of elevations on the edge of the crater and the low 3rd percentile value of elevations within the crater. We describe the algorithm and the used imagery, which allows to rapidly produce large datasets of crater depth. We calibrated the parameters of the method by comparing produced depths with measurements made at higher spatial resolution. This comparison also provides error estimates on our measured depth. Quantification of the error allows a more robust exploitation of crater statistics with the kernel density estimation, providing continuous depth or diameter distributions.

Imagery datasets and processing

Mars surface elevation is described by various elevation datasets. First, a global model was produced by Mars Orbital Laser Altimeter (MOLA) onboard Mars Global Surveyor (MGS). Elevations from MOLA have been converted into a global DEM with a spatial resolution (Rs) of 463 m/pixel [38]. Other Martian DEMs are produced by stereo-photogrammetry, from two images taken from different observation angles, and are aligned on MOLA data.

Mainly three instruments are used to perform stereo-photogrammetry on Mars. The High Resolution Stereo Camera (HRSC) onboard Mars Express (Rs = 12–25 m/pixel) [39,40], CTX onboard MRO (Rs = 6 m/pixel) [41,42] and HiRISE (High Resolution Imaging Science Experiment) also onboard MRO mission (Rs = 50 or 25 cm/pixel) [43,44].

The increasing coverage of Mars by visible imagery allows creating DEMs by stereo-photogrammetry with a better spatial resolution than MOLA. The calculated DEMs have at best the spatial resolution of the used images. The vertical resolution (Rv) of the DEM is not precisely determined but is expected to be around ¼ of the horizontal resolution of the images used for the stereo-photogrammetry [45]. The use of CTX and HiRISE stereo-photogrammetry data has been recommended to study crater morphometry, even for large craters, as the precision of these data is better than Mars Orbiter Laser Altimeter (MOLA) data [46].

All the management of images: images download, calibration, map-projection, DEM and ortho-images calculation have been performed thanks to the MarsSI application. The MarsSI application uses the AMES stereo-pipeline [45] to produce CTX or HiRISE DEMs and associated ortho-images on demand [37]. MarsSI produces DEMs with generic parameters, this allows easier and faster production of DEMs. However, computed products may contain more noise than a manually calibrated DEM. In order to quantify the coverages, we computed global coverages of the various data-set using MarsSI footprints.

Despite being the highest spatial resolution, HiRISE data suffers very low spatial coverage (˜4% of image coverage and ˜0.3% of stereo-coverage). CTX images offer a very good trade-off between coverage and resolution with a resolution allowing to assess the morphometry of craters down to 50 m of diameter and a coverage large enough to provide sufficient crater statistics (almost 100% of image coverage and ˜17% of stereo-coverage). To better explore the ever larger CTX dataset, we propose a semi-automated depth measurements workflow, with a manual crater mapping a CTX image and an automatic rim to floor depth extraction from an aligned DEM.

In order to design and calibrate our automatic measurements and assess the precision of our depth measurements, we performed manual crater rim to floor depth measurements using HiRISE DTMs and orthoimages, as this data-set has a higher spatial resolution and precision than CTX data set.

Description of the semi-automatic pipeline

Manual crater mapping on CTX images

The fact that Ames stereo-pipeline provides a DEM perfectly aligned with an ortho-image is crucial. Visible imagery allows precise and rapid mapping of craters, even of the most degraded ones. With a crater map aligned with the DEM, it is possible to extract elevation information within and around the crater in order to measure depth.

We perform crater mapping on the CTX ortho-images under GIS environment (QGIS). Each crater is represented by a circle manually drawn from 2 points on opposite sides of the rim and stored as a polygon shapefile. Fig. 1 illustrates the mapping approach. This method may not be the most precise as it introduces an error on non-circular craters and craters with degraded rims [47]. However, the mapping is rapid and similar to the one proposed by the CraterTools extension of ArcGIS, a widely used tool in planetary science [48].

Fig. 1.

Fig. 1

The crater (red circle) is mapped on a CTX stereo-image (A). Depth is measured from the associated CTX DEM (B). (C) and (D) are close-ups on the crater edge. (C) illustrates how the pixels elevation values are weighted according to the intersecting area with the crater resulting in a weighted histogram (C’). (D) illustrates how the pixels representing the rim are selected, from those pixel values, the 60th percentile of elevation is computed (D’).

Description of the automatic pipeline

We provide aside this paper a code written in python. From a craters map saved as a shapefile and an associated DEM in the same projection system, this program computes depth for each crater and adds it, as a new attribute, to the shapefile. This section describes the algorithm used to measure depth.

The elevation of the floor of the crater can simply be estimated by the minimum elevation within the crater. However, DEMs may contain artifacts both of natural origin (subsequent craters on the floor) or artificial origin (DEM computation errors). To better assess the deepest point of the initial crater, we choose to use a low percentile. For each crater, we extract the elevation values of each pixel within the circle. Those elevation values are weighted by the area of the surface of the pixel included within the circle. From these elevations and weights, we compute a histogram and extract percentiles values (Fig. 1C).

The rim elevation is more difficult to estimate. Indeed, the rim can be unequally degraded, by surface processes and/or affected by younger impact craters. In order to consider this bias, we not only compute the median elevation value of the pixels touching the edge of the crater, but also higher percentiles value of those values. The provided code computes crater depth as the difference between the 60th percentile of elevation values on the edge of the crater and the 3rd percentile value of the elevations within the crater according the tests we present in the following section.

Parametrization

Creation of the test dataset

In order to design and calibrate our automatic measurements and assess the precision of our depth measurements, we performed manual crater rim to floor depth measurements using HiRISE DTMs and orthoimages, as this data-set has a higher spatial resolution than CTX data set. Our calibration set is composed of 182 craters depth measurements at HiRISE scale where HiRISE and CTX DEM were overlapping. Table 1 lists the used images. Fig. 2 is a histogram of diameters and depth of the test sample, the size frequency distribution follows a power law, which is representative of a classic crater database [49].

Table 1.

list of the used images for the test set.

Site ID HiRISE orthoimages DEM source CTX orthoimages MarsSI and AMES Number of craters
1 PSP_001782_1655 AMES stereo-pipeline P02_001782_1657_XI_14S321W 10
PSP_002204_1655 P03_002204_1657_XI_14S321W
2 ESP_011365_1365 HiRISE DEM Team B04_011365_1364_XN_43S239W 19
ESP_011642_1365 B05_011642_1364_XN_43S239W
3 ESP_017417_1655 AMES stereo-pipeline B19_016916_1654_XN_14S230W 48
ESP_016916_1655 B20_017417_1657_XN_14S230W
4 ESP_013213_1705 AMES stereo-pipeline J04_046377_1728_XN_07S296W 34
ESP_013635_1705 J05_046588_1709_XN_09S296W
5 ESP_024222_1590 AMES stereo-pipeline G15_024222_1590_XN_21S252W 34
ESP_024723_1590 G17_024723_1590_XN_21S253W
6 ESP_019346_1690 HiRISE DEM Team G05_020190_1689_XN_11S334W 5
ESP_020190_1690 G03_019346_1689_XN_11S334W
7 ESP_025174_1660 ESP_028207_1660 and AMES stereo-pipeline G18_025174_1656_XN_14S325W 10
ESP_028629_1660 ESP_029051_1660 D05_029051_1659_XN_14S325W
7’ ESP_029908_1660 ESP_029974_1660 and AMES stereo-pipeline D05_029051_1659_XN_14S325W 22
ESP_028629_1660 ESP_029051_1660 D07_029908_1662_XN_13S325W

Fig. 2.

Fig. 2

Histogram of the diameters and depths of the test dataset. Both distributions are logarithmic. Our test sample presents depth and diameter distribution similar to observed crater populations.

Crater depth can be either defined as the difference between the local surface and the bottom of the crater elevations or as the difference between the rim and the crater bottom elevations ([33] and references therein). We exclude the first method as the local surface is never homogenous in impacted surfaces, which may lead to large error in the measurements. We focus here on rim to floor depth. To perform such a measurement, a precise map of the rim is required, excluding local anomalies caused, for example, by other subsequent craters on the rim.

We manually mapped the floor and the rim of the crater on HiRISE images. The lowest point of the crater floor has been mapped as a polygon using HiRISE DEMs and images. The rim has been mapped as a polyline using HiRISE image excluding the parts of the rim degraded by other craters. We applied a 1 m buffer around the rim polyline (Fig. 3). Floor and rim elevation were then extracted as the median elevations of respectively the floor polygon and the rim buffer, using the raster statistic tool of QGIS.

Fig. 3.

Fig. 3

Crater rim (red) and floor (blue) mapping on HiRISE stereo-image (A) and elevation map from HiRISE DEM (B). Crater represented is the same than in Fig. 1.

These depth measurements at HiRISE scale are used to calibrate the parameters of the algorithm used to measure the depth on CTX data. We do not consider HiRISE measurements as foolproof, but we estimated that their error is negligible compared to CTX measurements. The next section describes how we used this test dataset to find the best floor and the rim elevation estimations.

Parameter tests

For a crater i, we note da,i, the depth measured by our algorithm on CTX dataset and dm,i, the precise data measured on HiRISE (we consider the error on this measurement to be negligible). We note ri = da,i – dm,i the residual error and R the set of the 182 residual errors.

We computed the sum of the absolute values of residual error χ=iri to test the different percentile values. The lowest sum of residual error will determine the best percentile to use. We computed χ using different estimations of floor elevation and rim elevation. Fig. 4 represents the result of this computation for various combination of tested rim and floor elevations.

Fig. 4.

Fig. 4

Sum of residual errors represented relative to the different parameters used to estimate floor elevation and rim elevation. Zi refers to ith percentile of elevations within the crater and Edgei refers to the ith percentile of elevations on the crater edge. Residual errors are both written and represented as a color. The lowest residual error corresponds to the 60th percentile of elevation values of pixel touching the crater edge minus the third percentile of elevation within the crater. For clarity reasons, only the parameters around the best estimation are represented.

As shown in Fig. 4, the floor elevation estimated as the 3rd percentile of elevation value within the crater, and the rim elevation as the 60th percentile of elevation values on the circle edge are the measurements minimizing the error. We set these parameters of our python code, but they can be easily tuned. Fig. 4 shows that simply taking the median of elevation around the crater and the minimum elevation within the crater results in large residual error. Especially, crater floor elevation should not be approximated by the minimal elevation within the crater. Using a low percentile value provide better results for a slightly higher computation time. The minimum elevation is probably too sensitive to DEM artifacts and local elevation anomalies like smaller craters on the floor. Fig. 5 shows a histogram of the residual error. This histogram can be described by a Laplacian law with a standard deviation of 5 m. This standard deviation seems independent from diameter or depth.

Fig. 5.

Fig. 5

Histogram of the residual error between depth computed by our program and precise HiRISE depth measurements. Red curve is the best fit with a Laplacian distribution, with a standard deviation of 5 m.

Discussion

Sources of error

We have estimated the error of our measurements to be about 5 m. This error can originate from the CTX DEM resolution. Indeed, automatically computed DEM may contain artifacts or holes, especially in area where it is difficult to correlate the stereo pairs. For instance, craters filled with sand have very smooth floors. On such smooth surfaces, correlation is challenging resulting in noisy or incomplete DEM. In such cases, the estimation of the bottom elevation of the crater may be challenging.

On the other hand, errors can also come from the approximations we made in our pipeline. For example, estimating the rim by a circle may be an issue in case of dissymmetric craters, such as the one resulting from low angle impacts, like in the case of secondary craters fields [36]. Along with this problem, we can cite the differences in diameter found by various mappers [47]. This error is estimated around 10% of the diameter of the crater. However, we expect our method to be stable regarding those variations, as the disk representing the crater has a high probability to contain both the bottom of the crater and a part of the rim. Only highly degraded craters may be a source of error as their rim can be unequally degraded.

Finally, overlapping craters can produce errors, either by increasing depth if they are within the measured crater, or by decreasing depth when located on the rim of the measured crater.

Interpretation of measured depths

This method allows the extraction of an extended crater morphometry dataset. However, the error on the measure is quite important for shallow craters. Considering a maximum depth over diameter ratio of 0.2 ([33] and therein), most craters less than 100 m of diameter are expected to have a depth less than 5 m. We recommend not to use this pipeline to measure depth for crater smaller than 100 m on CTX image. We also recommend not to use depth measured with this algorithm to interpret single crater depth as the error from a single crater depth measure may be large while on a wider data-set, the results can be statistically significant.

This algorithm is, indeed, designed to compute depth statistics for a large number of craters, typically a crater set of several hundred craters like the ones used for crater-based chronology. Depth measurements would actually add a new dimension to crater statistics. By analogy to crater size-frequency distributions, we propose the use of crater diameter vs depth frequency distributions. Those two-dimension distributions, can be used to determine, along with the age of the surface, the resurfacing history.

Conclusion

We present an algorithm that returns crater depth values from a crater map shapefile and an aligned DEM. We designed this algorithm to better interpret CTX digital terrain models (DEM). From a manually mapped crater shapefile and an aligned DEM we compute the depth as the difference between the 3rd percentile of elevation value within the crater and the 60th percentile of elevation values on the circle edge.

The calibration from HiRISE help us to constrain the error of the depth value extracted by our algorithm on CTX stereo-images. The error follows a Laplacian law with a standard deviation of about 5 m. We therefore, recommend using this pipeline to measure crater depth for crater larger than 100 m on CTX images.

HiRISE calibration shows that minimum elevation value within a crater must be avoided to estimate crater floor elevation, probably linked with local elevation anomalies or DEM errors.

We provide a python code that reproduce our pipeline. With this program and the MarsSI application, it becomes easy to compute large dataset of crater depth. This method may be extended to other datasets, as long as a crater shapefile is associated with a DEM. In this case, supplementary work should be done to assess errors on the measurements.

With about 17% of global coverage by CTX DEM, the algorithm offers large perspective to widely analyze the depth distribution of Martian craters down to 100 m. Such large depth dataset should help to better understand to interaction between surfaces processes and cratering mechanisms based on their shape distribution.

Acknowledgments

The research leading to these results has received funding from the European Research Council under the European Union’s Seventh Framework Program (FP7/2007-2013)/ERC Grant agreement n° 280168. This paper has received the advice of Stuart Robbin and Gregory Michael.

Footnotes

Appendix A

Supplementary material related to this article can be found, in the online version, at doi:https://doi.org/10.1016/j.mex.2019.08.007.

Contributor Information

Sylvain Breton, Email: sylvain.breton@univ-lorraine.fr.

Cathy Quantin-Nataf, Email: cathy.quantin-nataf@univ-lyon1.fr.

Thomas Bodin, Email: thomas.bodin@ens-lyon.fr.

Damien Loizeau, Email: icdamien@gmail.com.

Matthieu Volat, Email: matthieu.volat@univ-lyon1.fr.

Appendix A. Supplementary data

The following is Supplementary data to this article:

mmc1.zip (3.3KB, zip)

References

  • 1.Carr M.H., Head J.W. Geologic history of Mars. Earth Planet. Sci. Lett. 2010;294:185–203. [Google Scholar]
  • 2.Chapman C.R. Cratering on Mars I. Cratering and obliteration history. Icarus. 1974;22:272–291. [Google Scholar]
  • 3.Melosh H.J. 1989. Impact Cratering: A Geologic Process. [Google Scholar]
  • 4.Wilhelms D.E. The geologic history of the Moon. U.S. Geol. Surv. Prof. Pap. 1987;1348:302. [Google Scholar]
  • 5.Hartmann W.K., Neukum G. Cratering chronology and the evolution of Mars. Space Sci. Rev. 2001;96:165–194. [Google Scholar]
  • 6.Michael G.G., Neukum G. Planetary surface dating from crater size–frequency distribution measurements: partial resurfacing events and statistical age uncertainty. Earth Planet. Sci. Lett. 2010;294:223–229. [Google Scholar]
  • 7.Neukum G., Ivanov B.A., Hartmann W.K. Cratering records in the inner solar system in relation to the lunar reference system. Space Sci. Rev. 2001;96:55–86. [Google Scholar]
  • 8.Stöffler D., Ryder G. Stratigraphy and isotope ages of lunar geologics units: chronological standard for the inner Solar System. Space Sci. Rev. 2001:9–54. [Google Scholar]
  • 9.Hartmann W.K. Martian cratering III: theory of crater obliteration. Icarus. 1971;15:410–428. [Google Scholar]
  • 10.Michael G.G. Planetary surface dating from crater size–frequency distribution measurements: multiple resurfacing episodes and differential isochron fitting. Icarus. 2013;226:885–890. [Google Scholar]
  • 11.Michael G.G., Kneissl T., Neesemann A. Planetary surface dating from crater size-frequency distribution measurements: Poisson timing analysis. Icarus. 2016;277:279–285. [Google Scholar]
  • 12.Quantin-Nataf C., Craddock R.A., Dubuffet F., Lozac'h L., Martinot M. Decline of crater obliteration rates during early martian history. Icarus. 2019;317:427–433. [Google Scholar]
  • 13.Kite E.S., Williams J., Lucas A., Aharonson O. Constraints on early Mars atmospheric pressure inferred from small ancient craters. Astrophys. Astron. 2013:1–27. [Google Scholar]
  • 14.Martellato E., Vivaldi V., Massironi M., Cremonese G., Marzari F., Ninfo A., Haruyama J. Is the Linné impact crater morphology influenced by the rheological layering on the Moon’s surface? Insights from numerical modeling. Meteorit. Planet. Sci. 2017;52:1388–1411. [Google Scholar]
  • 15.Mouginis-Mark P.J. Martian fluidized crater morphology: variations with crater size, latitude, altitude, and target material. J. Geophys. Res. 1979;84:8011–8022. [Google Scholar]
  • 16.Watters W.A., Geiger L.M., Fendrock M., Gibson R., Hundal C.B. The role of strength defects in shaping impact crater planforms. Icarus. 2017;286:15–34. [Google Scholar]
  • 17.Krishna N., Kumar P.S. Impact spallation processes on the Moon: a case study from the size and shape analysis of ejecta boulders and secondary craters of Censorinus crater. Icarus. 2016;264:274–299. [Google Scholar]
  • 18.Tornabene L.L., Watters W.A., Osinski G.R., Boyce J.M., Harrison T.N., Ling V., McEwen A.S. A depth versus diameter scaling relationship for the best-preserved melt-bearing complex craters on Mars. Icarus. 2018;299:68–83. [Google Scholar]
  • 19.Williams A.E., Persechino M.A. The effect of projectile properties on target cratering. Int. J. Impact Eng. 1987;5:709–728. [Google Scholar]
  • 20.Mangold N., Adeli S., Conway S., Ansan V., Langlais B. A chronology of early Mars climatic evolution from impact crater degradation. J. Geophys. Res. E: Planets. 2012;117:1–22. [Google Scholar]
  • 21.Fassett C.I., Thomson B.J. Crater degradation on the lunar maria: topographic diffusion and the rate of erosion on the Moon. J. Geophys. Res. Planets. 2014:1–17. [Google Scholar]
  • 22.Head J.W. Processes of Lunar Crater degradation: changes in style with Geologic Time. Moon. 1975;12:299–329. [Google Scholar]
  • 23.De Haas T., Hauber E., Kleinhans M.G. Local late Amazonian boulder breakdown and denudation rate on Mars. Geophys. Res. Lett. 2013;40:3527–3531. [Google Scholar]
  • 24.Garvin J.B., Frawley J.J. Geometric properties of Martian impact craters: preliminary results from the mars orbiter laser altimeter. Geophys. Res. Lett. 1998;25:4405–4408. [Google Scholar]
  • 25.Golombek M.P., Grant J.A., Crumpler L.S., Greeley R., Arvidson R.E., Bell J.F., Weitz C.M., Sullivan R.J., Christensen P.R., Soderblom L.A., Squyres S.W. Erosion rates at the Mars Exploration Rover landing sites and long-term climate change on Mars. J. Geophys. Res. E: Planets. 2006;111:1–14. [Google Scholar]
  • 26.McEwen A.S., Preblich B.S., Turtle E.P., Artemieva N.A., Golombek M.P., Hurst M., Kirk R.L., Burr D.M., Christensen P.R. The rayed crater Zunil and interpretations of small impact craters on Mars. Icarus. 2005;176:351–381. [Google Scholar]
  • 27.Robbins S.J., Hynek B.M. A new global database of Mars impact craters ≥1 km: 1. Database creation, properties, and parameters. J. Geophys. Res. E: Planets. 2012;117:1–18. [Google Scholar]
  • 28.Stepinski T.F., Mendenhall M.P., Bue B.D. Machine cataloging of impact craters on Mars. Icarus. 2009;203:77–87. [Google Scholar]
  • 29.Warner N., Gupta S., Lin S.Y., Kim J.R., Muller J.P., Morley J. Late Noachian to Hesperian climate change on Mars: evidence of episodic warming from transient crater lakes near Ares Vallis. J. Geophys. Res. Planets. 2010;115 [Google Scholar]
  • 30.Watters W.A., Geiger L.M., Fendrock M., Gibson R. Morphometry of small recent impact craters on Mars: size and terrain dependence, short-term modification. J. Geophys. Res. Planets. 2015;120:226–254. [Google Scholar]
  • 31.Wood C.A., Andersson L. New morphometric data for fresh lunar craters. Lunar Planet. Sci. Conf. 9th; Houston, Tex.; 1978. [Google Scholar]
  • 32.Forsberg-Taylor N.K., Howard A.D., Craddock R.A. Crater degradation in the Martian highlands: morphometric analysis of the Sinus Sabaeus region and simulation modeling suggest fluvial processes. J. Geophys. Res. 2004;109:E05002. [Google Scholar]
  • 33.Robbins S.J., Watters W.A., Chappelow J.E., Bray V.J., Daubar I.J., Craddock R.A., Beyer R.A., Landis M., Ostrach L.R., Tornabene L.L., Riggs J.D., Weaver B.P. Measuring impact crater depth throughout the solar system. Meteorit. Planet. Sci. 2018;53:583–637. [Google Scholar]
  • 34.Craddock R.A., Maxwell T.A. Geomorphic evolution of the Martian highlands through ancient fluvial processes. J. Geophys. Res. Planets. 1993;98:3453–3468. [Google Scholar]
  • 35.Matsubara Y., Irwin R.P., Craddock R.A., Howard A.D., Bandeira L. Impact crater depth and diameter changes on Noachian Mars. Lunar Planet. Sci. Conf. 2017;48:2818. [Google Scholar]
  • 36.Quantin-Nataf C., Popova O., Hartmann W.K., Werner S.C. Young Martian crater Gratteri and its secondary craters. J. Geophys. Res. Planets. 2016;121:1118–1140. [Google Scholar]
  • 37.Quantin-Nataf C., Lozac’h L., Thollot P., Loizeau D., Bultel B., Fernando J., Allemand P., Dubuffet F., Poulet F., Ody A., Clenet H., Leyrat C., Harrisson S. MarsSI: Martian surface data processing information system. Planet. Space Sci. 2018;150:157–170. [Google Scholar]
  • 38.Smith E., Zuber M.T., Frey V., Garvin J.B., Muhleman O., Pettengill H., Phillips R.J., Zwally H.J., Duxbury C., Lemoine G., Neumann A., Rowlands D.D., Aharonson O., Ford P.G., Iranov A.B., Johnson L., Mcgovern J., Abshire J.B., Afzal R.S., Sun X. Mars Orbiter Laser Altimeter: experiment summary after the first year of global mapping of Mars. J. Geophys. Res. Atmos. 2001;106:689–722. [Google Scholar]
  • 39.Gwinner K., Jaumann R., Hauber E., Hoffmann H., Heipke C., Oberst J., Neukum G., Ansan V., Bostelmann J., Dumke A., Elgner S., Erkeling G., Fueten F., Hiesinger H., Hoekzema N.M., Kersten E., Loizeau D., Matz K.D., McGuire P.C., Mertens V., Michael G.G., Pasewaldt A., Pinet P., Preusker F., Reiss D., Roatsch T., Schmidt R., Scholten F., Spiegel M., Stesky R., Tirsch D., Van Gasselt S., Walter S.H.G., Wählisch M., Willner K. The High Resolution Stereo Camera (HRSC) of Mars express and its approach to science analysis and mapping for Mars and its satellites. Planet. Space Sci. 2016;126:93–138. [Google Scholar]
  • 40.Heipke C., Oberst J., Albertz J., Attwenger M., Dorninger P., Dorrer E., Ewe M., Kim J.R., Kirk R.L., Mayer H., Muller J.P., Rengarajan R., Rentsch M., Schmidt R., Scholten F., Shan J., Spiegel M., Wa M. Evaluating planetary digital terrain models—the HRSC DTM test. Planet. Space Sci. 2007;55:2173–2191. [Google Scholar]
  • 41.Kim J.R., Muller J.P. Very high resolution stereo DTM extraction and its application to surface roughness estimation over Martian surface. Int. Arch. Photogramm. Remote Sens. Spat. Inf. Sci. 2008;37:993–998. [Google Scholar]
  • 42.Malin M.C., Bell J.F., Cantor B.A., Caplinger M.A., Calvin W.M., Clancy R.T., Edgett K.S., Edwards L., Haberle R.M., James P.B., Lee S.W., Ravine M.A., Thomas P.C., Wolff M.J. Context camera investigation on board the mars reconnaissance orbiter. J. Geophys. Res. 2007;112:1–25. [Google Scholar]
  • 43.Kirk R.L., Howington-Kraus E., Rosiek M.R., Anderson J.A., Archinal B.A., Becker K.J., Cook D.A., Galuszka D.M., Geissler P.E., Hare T.M., Holmberg I.M., Keszthelyi L.P., Redding B.L., Delamere W.A., Gallagher D., Chapel J.D., Eliason E.M., King R., McEwen A.S. Ultrahigh resolution topographic mapping of Mars with MRO HiRISE stereo images: meter-scale slopes of candidate Phoenix landing sites. J. Geophys. Res. Planets. 2009;114:1–31. [Google Scholar]
  • 44.Mcewen A.S., Eliason E.M., Bergstrom J.W., Bridges N.T., Hansen C.J., Delamere W.A., Grant J.A., Gulick V.C., Herkenhoff K.E., Keszthelyi L.P., Kirk R.L., Mellon M.T., Squyres S.W., Thomas N., Weitz C.M. Mars reconnaissance orbiter’s High Resolution Imaging Science Experiment (HiRISE) J. Geophys. Res. 2007;112:1–40. [Google Scholar]
  • 45.Shean D.E., Alexandrov O., Moratto Z.M., Smith B.E., Joughin I.R., Porter C., Morin P. An automated, open-source pipeline for mass production of digital elevation models (DEMs) from very-high-resolution commercial stereo satellite imagery. ISPRS J. Photogramm. Remote Sens. 2016;116:101–117. [Google Scholar]
  • 46.Mouginis-Mark P.J., Boyce J.M., Sharpton V.L., Garbeil H. Determination of Mars crater geometric data: insights from high-resolution digital elevation models. Meteorit. Planet. Sci. 2017;15:1–15. [Google Scholar]
  • 47.Robbins S.J., Antonenko I., Kirchoff M.R., Chapman C.R., Fassett C.I., Herrick R.R., Singer K.N., Zanetti M., Lehan C., Huang D., Gay P.L. The variability of crater identification among expert and community crater analysts. Icarus. 2014;234:109–131. [Google Scholar]
  • 48.Kneissl T., Van Gasselt S., Neukum G. Map-projection-independent crater size-frequency determination in GIS environments—new software tool for ArcGIS. Planet. Space Sci. 2011;59:1243–1254. [Google Scholar]
  • 49.Young J. A statistical investigation of diameter and distribution of lunar craters. J. Br. Astron. Assoc. 1940;50:309–326. [Google Scholar]

Associated Data

This section collects any data citations, data availability statements, or supplementary materials included in this article.

Supplementary Materials

mmc1.zip (3.3KB, zip)

Articles from MethodsX are provided here courtesy of Elsevier

RESOURCES