Skip to content

Commit

Permalink
Fix SRC_TITLE in Pluto and Mars recipes (#186)
Browse files Browse the repository at this point in the history
* Fix SRC_TITLE for Pluto and Mars recipes

The SRC_TITLE were wrong. I change them. 

Please, check if the new title are ok.

* Update mars_relief.recipe
  • Loading branch information
Esteban82 authored Mar 17, 2023
1 parent 248afa9 commit e5d2f9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes/mars_relief.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Source: Information about master file, a title name (with underscores for spaces), planetary radius (km),
# name of z-variable, and z unit.
# SRC_FILE=https://planetarymaps.usgs.gov/mosaic/Mars/HRSC_MOLA_Blend/Mars_HRSC_MOLA_BlendDEM_Global_200mp_v2.tif
# SRC_TITLE=LOLA_Moon_Relief
# SRC_TITLE=MOLA_Mars_Relief
# SRC_REF="Neumann_et_al.,_2003"
# SRC_DOI="https://doi.org/10.1029/2000JE001426/abstract"
# SRC_RADIUS=3396.190
Expand Down
2 changes: 1 addition & 1 deletion recipes/pluto_relief.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Source: Information about master file, a title name (with underscores for spaces), planetary radius (km),
# name of z-variable, and z unit.
# SRC_FILE=https://planetarymaps.usgs.gov/mosaic/Pluto_NewHorizons_Global_DEM_300m_Jul2017_16bit.tif
# SRC_TITLE=LOLA_Moon_Relief
# SRC_TITLE=NewHorizons_Pluto_Relief
# SRC_REF="Moore_et_al.,_2016"
# SRC_DOI="https://doi.org/10.1126/science.aad7055"
# SRC_RADIUS=1188.300
Expand Down

0 comments on commit e5d2f9c

Please sign in to comment.