Translate

Monday 19 March 2018

Creating Indonesian Bathymetri Map using Matlab Script



Here is the code I suggest:

% Creating map of Indonesian Archipelagos using etopo 1 sec

% Specifying the are to plot

latlim=[-12 10];
lonlim=[95 140];

worldmap(latlim,lonlim);

% Loading etopo data you can download from: http://www.ngdc.noaa.gov/mgg/global/relief/ETOPO1/data/bedrock/cell_registered/binary/

[z,refvec] = etopo('D:\[MAPS]\etopo1_bed_c_f4\etopo1_bed_c_f4.flt',1,latlim,lonlim);

geoshow(z,refvec,'DisplayType','texturemap');

% Using demcmap color pallete and specifying the range for depth and hight
demcmap([-8000 400]);

% colorbar position and size
clb1=colorbar;
clb1.Location='South';
clb1.Position=[0.22 0.1 0.6 0.03];
clb1.TickDirection='out';
clb1.AxisLocation='out';
clb1.Label.String = 'Bathymetry, m  Elevation, m';

Sunday 11 February 2018

Winter 2018 in Paris

Since I came to Paris in October 2015, this year (2018) winter has been the best winter for me. After 2 days non stop snowing event (7-8 February 2018), finally a bit thick snows covering Parisian roads. With an average temperature less than 0 degree C, the snows could stay for a few days after.


Figure 1. Thick snows covering Campus Pierre et Marie Curie, Sorbonne University, Paris.



Figure 2. RER C Station, Vitry sur Seine.


Figure 3. The last snowing day, Friday 9 February 2018 in Paris; Grand Mosque of Paris.