File:Map of tlp sites on moon 02 01.png

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(1,356 × 1,356 pixels, file size: 3.03 MB, MIME type: image/png)

Captions

Captions

Map of TLP sites on the Moon

Summary

[edit]
Description
English: Map of TLP sites on the Moon
Date
Source Own work
Author Merikanto

Sourds of data of locations of TLP:s is https://arxiv.org/abs/0706.3947

Transient Lunar Phenomena: Regularity and Reality Arlin P.S. Crotts 27 Jun 2007 arXiv:0706.3947

Source of data for map is

# NASA "CGI Moon Kit"
# https://svs.gsfc.nasa.gov/cgi-bin/details.cgi?aid=4720

Color map: lroc_color_poles_8k.tif Displacement: ldem_16_uint.tif

sh gmt gdal source code

  1. /usr/bin/gmt
    1. Lunar TLP map
    1. Linux bash GDAL, GMT 6 source code
    1. 07.06.2024 v 0000.0010
    1. based gmt, gdal tools on linux and data from
  1. NASA "CGI Moon Kit"
  2. https://svs.gsfc.nasa.gov/cgi-bin/details.cgi?aid=4720
    1. source color tiff is "lroc_color_poles_16k.tif"
    2. source of heightfiled is "ldem_16_uint.tif"
  1. gdal_translate -of GTiff -gcp 1 1 -180 90 -gcp 8191 4095 180 -90 -gcp 1 4095 -180 -90 -gcp 8191 1 180 90 "./indata/lroc_color_poles_8k.tif" "./rokka.png"
  2. gdalwarp -r near -tps -co COMPRESS=None -t_srs EPSG:4326 "rokka.png" "./rokka.tif"
  1. gdal_translate -of GTiff -ot Uint16 -gcp 1 1 -180 90 -gcp 5759 2879 180 -90 -gcp 1 2879 -180 -90 -gcp 5759 1 180 90 "./indata/ldem_16_uint.tif" "./ludem.png"
  2. gdalwarp -r near -tps -co COMPRESS=None -t_srs EPSG:4326 "ludem.png" "./ludem.tif"
  3. gdal_translate ludem.tif lude.tif -of GTiff -outsize 8192 4096 -scale
  1. gmt grdgradient lude.tif -Ghillshade-grad.tiff -A270 -Ne0.6 -V
  2. gmt grdhisteq hillshade-grad.tiff -Ghillshade-hist.tiff -N -V
  3. gmt grdmath hillshade-hist.tiff 5 DIV = hillshade-int.tiff

gmt makecpt -Ccopper -T00/255/1 -Z > palette1.cpt

  1. exit(-1)
    1. moon TLP map

gmt begin out png -C

  1. gmt grdimage -Rd -JG-0/0/4.5i lude.tif -Ihillshade-int.tiff

gmt grdimage -JG-0/0/4.5i -Rd rokka.tif -Ihillshade-int.tiff

  1. -47.4 23.7

gmt psxy -Rd -JG-0/0/4.5i -Sc0.3 -Gred -t70 -W0.5p,red -Baf << EOF -47.4,23.7,Aristarchus -9,51,Plato -52,26,Schroter’s Valley -3,-13,Alphonsus -40,-18,Gassendi 22,12,Ross D 58,18,Mare Crisium -48,24,Cobras Head -20,10,Copernicus -38,8,Kepler 30,32,Posidonius -11,-43,Tycho -11,15,Eratosthenes 48,2,Messier -68,-6,Grimaldi -68,32,Lichtenberg -1,41,Mons Piton 55,15,Picard -26,-34,Capuanus 5,40,Cassini 16,44,Eudoxus -9,46,Mons Pico B -13,-30,Pitatus 47,16,Proclus -2,-9,Ptolemaeus -74,-3,Riccioli 26,-44,Schickard 26,-12,Theophilus -3,47,1.3 arcmin S.E. of Plato -5,-16,Alpetragius 44,47,Atlas 18,22,Bessel 11,39,Calippus -23,40,Helicon -50,23,Herodotus 31,21,Littrow 46,21,Macrobius -39,-24,Mare Humorum 28,8,Mare Tranquilitaties -26,28,MonsLa Hire 2,46,Montes Alps S. of -13,47,MontesTeneriffe -2,5,Pallas 58,18,Promontorium Agarum 66,14,Promontorium Heraclides -90,Pole,South 6,37,Theaetetus -13,27,Timocharis 11,4,Agrippa -51,67,Anaximander -4,30N,Archimedes -2,-18,Arzachel -9,22S,Birt -24,34,Carlini -54,-24,Cavendish 32,0,Censorinus -14,-58,Clavius 2,22,Conon 31,35,Daniell -69,-20,Darwin 26E,17,Dawes 17,3,Dionysius 56,54,Endymion 33,-21,Fracastorius 10,2,Godin -52,-11,Hansteen 39,47,Hercules -2,-6,Herschel 80,-27,Humboldt 6,8,Hyginus_N 20,-11,Kant -32,3,Kunowsky -21,26,Lambert 61,-9,Langrenus -39,-83,Leibnitz Mt. unoffic.: 9,15,Manilius -39,-24,Mare Humorum -15,-10,Mare Nubium 18,28,Mare Serenitatis 3,13,Mare Vaporum -51,12,Marius 16,16,Menelaus -49,-22,Mersenius 0,45,Mont Blanc -25,15,Montes Carpatus 36,26,Montes Taurus 18,A,Peirce -32,72,Philolaus 24,15,Plinius 20,1,Sabine -32,45,Sinus Iridum S.of 12,20,Sulpicius Gallus 46,6,Taruntius 50,62,Thales 4,4,Triesnecker 31,18,Vitruvius 0,-33,Walter EOF

  1. echo -47.4 23.7 | /usr/bin/gmt psxy -R-180/180/-90/90 -Sc0.5c -W0.75p,red
  2. echo -48 23 'Aristarchus' | gmt pstext -F+f16p,Times-Italic,blue

gmt end

Licensing

[edit]
I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution
This file is licensed under the Creative Commons Attribution 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current10:18, 7 June 2024Thumbnail for version as of 10:18, 7 June 20241,356 × 1,356 (3.03 MB)Merikanto (talk | contribs)Uploaded own work with UploadWizard

There are no pages that use this file.

Metadata