|
|
 | Surface meteorological data at Pontianak (CSV format)
 |
|
|
Timespan [day(s)]: 1, 3, 7 |
 |
|
Description: |
The surface meteorological data taken by the automatical weather station (AWS) at Pontianak, Indonesia (0.00S, 109.36E, 15m MSL), which has been operated since March 17, 2008. The data are stored in the CSV (Comma Separated Values) file named (year)(month)(day).csv. The first two lines of each file represent header information, and the third and below are observational date and local time (year/month/day hour:minute:second) which corresponds to the center time of averaging period (first column) and data including pressure, precipitation, relative humidity, solar radiation, temperature, wind direction and speed (the other columns). The left columns of each parameter represent the status code. |
Acknowledgement: If you acquire surface meteorological data, we ask that you acknowledge us in your use of the data. This may be done by including text such as surface meteorological data were obtained by the JEPP-HARIMAU and SATREPS-MCCOE projects promoted by JAMSTEC and BPPT under collaboration with RISH of Kyoto University and LAPAN. We would also appreciate receiving a copy of the relevant publications. |
ReleaseDate: 2022-04-02T00:00:00 |
|
Contact
(PrincipalInvestigator):
|
Hiroyuki Hashiguchi, Research Institute for Sustainable Humanosphere (RISH), Kyoto University, hasiguti(at)rish.kyoto-u.ac.jp |
Contact
(GeneralContact):
|
EAR Management Group, Research Institute for Sustainable Humanosphere (RISH), Kyoto University, ear(at)rish.kyoto-u.ac.jp |
Contact
(MetadataContact):
|
RISH Metadata Management Group, Research Institute for Sustainable Humanosphere (RISH), Kyoto University, iugonet(at)rish.kyoto-u.ac.jp |
|
AccessInformation: |
URL: http://www.rish.kyoto-u.ac.jp/radar-group/surface/pontianak/aws/ |
Availability: Online |
Access
Rights: Open |
Format: Text.ASCII |
|
Measurement
Type: NeutralGas |
|
Time
Span: |
StartDate: 2008-03-17T10:26:05 |
StopDate: -P6M |
|
Observed
Region: Earth.NearSurface |
Observed
Region: Earth.NearSurface.Atmosphere |
Observed
Region: Earth.NearSurface.EquatorialRegion |
|
Keywords: EARTH SCIENCE Atmosphere Atmospheric Phenomena |
|
Instrument: |
Name: Automatic Weather Station (AWS) at the Pontianak observatory |
Description: The Automatic Weather Station (AWS) (MAWS201; Vaisala) at Pontianak in West Karimantan, Indonesia (0.00S, 109.37E, 1m MSL) measures surface precipitation, temperature, relative humidity, pressure and wind direction and speed. This instrument has been operated by Research Institute for Sustainable Humanosphere (RISH), Kyoto University since March 16, 2008. Detailed description of this AWS can be found in the document (http://www.vaisala.com/Vaisala%20Documents/Brochures%20and%20Datasheets/MAWS201-Datasheet-B211006EN-A-LoRes.pdf). |
Contact
(PrincipalInvestigator):
|
Hiroyuki Hashiguchi, Research Institute for Sustainable Humanosphere (RISH), Kyoto University, hasiguti(at)rish.kyoto-u.ac.jp |
Contact
(MetadataContact):
|
RISH Metadata Management Group, Research Institute for Sustainable Humanosphere (RISH), Kyoto University, iugonet(at)rish.kyoto-u.ac.jp |
InstrumentType: Unspecified |
InvestigationName: Hydrometeorological ARray for Isv-Monsoon AUtomonitoring (HARIMAU) |
|
Observatory: |
Name: Pontianak observatory |
Description: The Pontianak observatory is located at the equator in West Kalimantan, Indonesia (0.00S, 109.36E). In this site, an MF radar has been installed, which measures the wind velocity in the equatorial mesosphere and lower thermosphere. |
Contact
(MetadataContact):
|
RISH Metadata Management Group, Research Institute for Sustainable Humanosphere (RISH), Kyoto University, iugonet(at)rish.kyoto-u.ac.jp |
Location: |
ObservatoryRegion: Earth.Surface |
CoordinateSystemName: WGS84 |
Latitude: -0.003 |
Longitude: 109.367 |
|
|
Observed
Data:
|
|
|
How to Plot (SPEDAS-CUI):
IDL>
THEMIS>
THEMIS>
THEMIS>
THEMIS>
thm_init
timespan, ['2025-05-09 00:00:00', '2025-05-16 00:00:00']
iug_load_aws_rish, site = 'pon'
tplot, ['iug_aws_pon_press', 'iug_aws_pon_precipi', 'iug_aws_pon_rh', 'iug_aws_pon_sr', 'iug_aws_pon_temp', 'iug_aws_pon_wndspd', 'iug_aws_pon_wnddir']
tplot, ['iug_aws_pon_press', 'iug_aws_pon_precipi', 'iug_aws_pon_rh', 'iug_aws_pon_sr', 'iug_aws_pon_temp', 'iug_aws_pon_wnddir', 'iug_aws_pon_wndspd']
|
|
How to Plot (SPEDAS-GUI [*Quick-Look was created with this command]):
IDL>
THEMIS>
THEMIS>
THEMIS>
THEMIS>
THEMIS>
THEMIS>
THEMIS>
THEMIS>
THEMIS>
THEMIS>
THEMIS>
thm_init
timespan, ['2025-05-09 00:00:00', '2025-05-16 00:00:00']
iug_load_aws_rish, site = 'pon'
ylim,'iug_aws_pon_press', 1000, 1020
ylim,'iug_aws_pon_precipi', 0, 5
ylim,'iug_aws_pon_rh', 0, 100
ylim,'iug_aws_pon_sr', 0, 1500
ylim,'iug_aws_pon_temp', 20, 40
ylim,'iug_aws_pon_wndspd', 0, 6
ylim,'iug_aws_pon_wnddir', 0, 360
tplot_options, 'region', [0.05, 0, 1, 1]
tplot, ['iug_aws_pon_press', 'iug_aws_pon_precipi', 'iug_aws_pon_rh', 'iug_aws_pon_sr', 'iug_aws_pon_temp', 'iug_aws_pon_wndspd', 'iug_aws_pon_wnddir']
|
|
How to Plot (SPEDAS-GUI):
Step 1:
Step 2:
Step 3:
Step 4:
Step 5:
Step 6:
Step 7:
Step 8:
Step 9:
Step 10:
Step 11:
Step 12:
Start SPEDAS GUI Program.
Choose [Data] -> [Load Data from Plug-in].
Choose [IUGONET] Tab.
Uncheck 'Use Single Day'.
Set Start Time: '2025-05-09 00:00:00' and Stop Time: '2025-05-16 00:00:00'.
Choose Instrument Type: 'Automatic_Weather_Station'.
Choose Data Type: 'troposphere', Site or parameter(s)-1: 'pon' and parameter(s)-2: 'press', 'precipi', 'rh', 'sr', 'temp', 'wndspd', 'wnddir'.
Push [->] button. (Please wait a few minutes).
Push [Done] button.
Choose [Plot] -> [Plot Layout Options].
Choose 'iug_aws_pon_press', 'iug_aws_pon_precipi', 'iug_aws_pon_rh', 'iug_aws_pon_sr', 'iug_aws_pon_temp', 'iug_aws_pon_wndspd', 'iug_aws_pon_wnddir' and push [Line->] button.
Push [OK] button.
|
|
Original
Metadata Files:
aws_pon_csv.xml:
Surface meteorological data at Pontianak (CSV format)
(Observatory)
PON.xml:
Pontianak observatory
(Instrument)
AWS.xml:
Automatic Weather Station (AWS) at the Pontianak observatory
(Person)
Hiroyuki.Hashiguchi.xml:
Hiroyuki Hashiguchi
(Person)
EAR.Management.Group.xml:
EAR Management Group
(Person)
RISH.Metadata.Management.Group.xml:
RISH Metadata Management Group
|
|
|
|