Naar inhoud springen

Bestand:Some moon tlp areas in gravity map 1 1.png

Pagina-inhoud wordt niet ondersteund in andere talen.
Uit Wikivoyage

Oorspronkelijk bestand(1.350 × 1.350 pixels, bestandsgrootte: 2,11 MB, MIME-type: image/png)

Beschrijving

Beschrijving
English: Some moon TLP areas on gravity map
Datum
Bron Eigen werk
Auteur Merikanto

Source of gravity map data is

Goossens, S., Fernández Mora, Á., Heijkoop, E., & Sabaka, T. J. (2021). Patched local lunar gravity solutions using GRAIL data, Earth and Space Science, 8(11), e2021EA001695, doi:10.1029/2021EA001695.

https://pgda.gsfc.nasa.gov/products/80

Gravity datafile:

NetCDF Grid file of the free-air anomalies (in mGal) for GRGM1200L, at its full 0.15° by 0.15° resolution.

https://pgda.gsfc.nasa.gov/data/GRAIL_Local/grgm1200l_anom.grd

Source 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

GMT GDAL Linux bash script

    1. Lunar TLP map
    1. Linux bash GDAL, GMT 6 source code
    1. 05.06.2024 v 0000.0004
    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. cp lroc_color_poles_16k.tif lroc16k_base.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"
  1. gdal_translate ludem.tif lude.tif -of GTiff -outsize 8192 4096 -scale
  2. gdalwarp -r near -tps -co COMPRESS=None -t_srs EPSG:4326 ./indata/grgm1200l_anom.grd "./gravity0.tiff"
  3. gggrx_1200l_anom_l1199.tif
  1. gdal_translate ./indata/gggrx_1200l_anom_l1199.tif gravity.tiff -of GTiff -outsize 8192 4096 -scale
  2. gmt makecpt -Cturbo -T-500/500/10 -Z > balette.cpt
  1. gdal_translate ./indata/grgm1200l_anom.grd gravity.tiff -of GTiff -outsize 8192 4096 -scale
  2. gmt grdimage ./indata/grgm1200l_anom.grd -Cbalette.cpt -Rg -JG-0/0/4.5i -pdf ## OK
  1. gmt grdimage gravity.tiff -Cbalette.cpt -Rd -JG-0/0/4.5i -png ## OK
  1. exit(-1)
  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
  1. gmt makecpt -Cgray -T00/255/1 -Z > palette.cpt

gmt makecpt -Ccopper -T00/65535/1 -Z > palette.cpt

  1. gmt grdimage -JX15 -Rd rokka.tif -Cpalette.cpt -Ihillshade-int.tiff -png
  1. exit(-1)
  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. exit(-1)
    1. moon TLP map

gmt begin out png -C

  1. gmt set PS_MEDIA=A4
  2. gmt set PS_MEDIA=22cx11c
  3. gmt set PS_MEDIA=Custom_20cx10c
  1. /usr/bin/gmt grdimage -JG-0/0/4.5i -Rd rokka.tif -Ihillshade-int.tiff
  1. /usr/bin/gmt grdimage -JG-0/0/4.5i -Rd lude.tif -Ihillshade-int.tiff
  1. /usr/bin/gmt grdimage -JG-0/0/4.5i -Rd gravity.tiff -Ihillshade-int.tiff
  1. /usr/bin/gmt grdimage -JG-0/0/4.5i -Rd gravity.tiff
  1. /usr/bin/gmt grdimage -JG-0/0/4.5i -Rd

/usr/bin/gmt grdimage ./indata/grgm1200l_anom.grd -Cbalette.cpt -Rg -JG-0/0/4.5i

    1. locations of TLP sites
  1. https://arxiv.org/pdf/0706.3947

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

echo -9.3 52 | /usr/bin/gmt psxy -R-180/180/-90/90 -Sc0.5c -W0.75p,red echo -10 50 'Plato' | gmt pstext -F+f16p,Times-Italic

echo -50.8 26.2 | /usr/bin/gmt psxy -R-180/180/-90/90 -Sc0.5c -W0.75p,red

  1. echo -52 27 'Schroters Valley' | gmt pstext -F+f16p,Times-Italic

echo -2.85 -13.39 | /usr/bin/gmt psxy -R-180/180/-90/90 -Sc0.5c -W0.75p,red echo -03 -13 'Alphonsus' | gmt pstext -F+f16p,Times-Italic

echo -39.96 -17.55| /usr/bin/gmt psxy -R-180/180/-90/90 -Sc0.5c -W0.75p,red echo -40 -18 'Gassendi' | gmt pstext -F+f16p,Times-Italic

echo 22 12| /usr/bin/gmt psxy -R-180/180/-90/90 -Sc0.5c -W0.75p,red echo 22 12 'Ross D' | gmt pstext -F+f16p,Times-Italic

echo 59.1 17.0 | /usr/bin/gmt psxy -R-180/180/-90/90 -Sc0.5c -W0.75p,red ## mare crisium echo 45 21 'Mare Crisium' | gmt pstext -F+f16p,Times-Italic

echo -48 24 | /usr/bin/gmt psxy -R-180/180/-90/90 -Sc0.5c -W0.75p,red ## mare crisium

  1. echo -48 24 'Cobra Head' | gmt pstext -F+f16p,Times-Italic

echo -20.08 9.62 | /usr/bin/gmt psxy -R-180/180/-90/90 -Sc0.5c -W0.75p,red echo -20 9 'Copernicus' | gmt pstext -F+f16p,Times-Italic

echo -38 08 | /usr/bin/gmt psxy -R-180/180/-90/90 -Sc0.5c -W0.75p,red echo -38 08 'Kepler' | gmt pstext -F+f16p,Times-Italic

echo 29.99 31.88 | /usr/bin/gmt psxy -R-180/180/-90/90 -Sc0.5c -W0.75p,red echo 30 32 'Posidonius' | gmt pstext -F+f16p,Times-Italic

echo -11.36 -43.31 | /usr/bin/gmt psxy -R-180/180/-90/90 -Sc0.5c -W0.75p,red echo -12 -44 'Tycho' | gmt pstext -F+f16p,Times-Italic

    1. more rare !
  1. echo 46.8 16.1 | /usr/bin/gmt psxy -R-180/180/-90/90 -Sc0.5c -W0.75p,red
  2. echo 46 14 'Proclus' | gmt pstext -F+f16p,Times-Italic
  1. echo -1.8 -9.2 | /usr/bin/gmt psxy -R-180/180/-90/90 -Sc0.5c -W0.75p,red
  2. echo -2 -10 'Ptolemaeus' | gmt pstext -F+f16p,Times-Italic
  1. echo 33 -0 | /usr/bin/gmt psxy -R-180/180/-90/90 -Sc0.5c -W0.75p,red
  2. echo 30 -2 'Mare Tranquillitatis' | gmt pstext -F+f16p,Times-Italic
  1. echo 26.4 -11.4 | /usr/bin/gmt psxy -R-180/180/-90/90 -Sc0.5c -W0.75p,red
  2. echo 24 -12 'Theophilus' | gmt pstext -F+f16p,Times-Italic

gmt end

Licentie

Ik, de auteursrechthebbende van dit werk, maak het hierbij onder de volgende licentie beschikbaar:
w:nl:Creative Commons
naamsvermelding Gelijk delen
Dit bestand is gelicenseerd onder de Creative Commons Naamsvermelding-GelijkDelen 4.0 Internationaal licentie.
De gebruiker mag:
  • Delen – het werk kopiëren, verspreiden en doorgeven
  • Remixen – afgeleide werken maken
Onder de volgende voorwaarden:
  • naamsvermelding – U moet op een gepaste manier aan naamsvermelding doen, een link naar de licentie geven, en aangeven of er wijzigingen in het werk zijn aangebracht. U mag dit op elke redelijke manier doen, maar niet zodanig dat de indruk wordt gewekt dat de licentiegever instemt met uw werk of uw gebruik van zijn werk.
  • Gelijk delen – Als u het werk heeft geremixt, veranderd, of erop heeft voortgebouwd, moet u het gewijzigde materiaal verspreiden onder dezelfde licentie als het oorspronkelijke werk, of een daarmee compatibele licentie.

Bijschriften

Beschrijf in één regel wat dit bestand voorstelt
Some moon TLP areas on gravity map

Items getoond in dit bestand

beeldt af

image/png

Bestandsgeschiedenis

Klik op een datum/tijd om het bestand te zien zoals het destijds was.

Datum/tijdMiniatuurAfmetingenGebruikerOpmerking
huidige versie5 jun 2024 13:51Miniatuurafbeelding voor de versie van 5 jun 2024 13:511.350 × 1.350 (2,11 MB)MerikantoUploaded own work with UploadWizard

Geen enkele pagina gebruikt dit bestand.

Metadata