Вы просматриваете записи "admin, Author at Climate Wikience"

The “Greenness” of Moscow

9 February 2022   //   by admin   //   Analysis  //  Comments (0)

According to many studies, people are ready to pay more for leaving in a greener area. However, how to estimate the greenness of an area? Earth remote sensing data provide this opportunity.

The map above was created using Landsat 8 data. We calculated the mean NDVI value for each district of Moscow.

You can observe the usual pattern when the area & quality of healthy vegetation increases close to the suburbs. However, there are areas with dense and health vegetation not far from the city center. This map gives some insights using objective data, i.e. physical measurements.

MERRA Temperature at 500mb

7 May 2015   //   by admin   //   Uncategorized  //  Comments (0)

Demonstration of the wavy patterns of polar jet streams at the northern and southern himesphere of the Earth. NASA MERRA climate reanalysis used: air temperature at 500mb height.

Nitrogen Dioxide (NO2): Europe air pollution

19 April 2015   //   by admin   //   Analysis  //  Comments (0)

Nitrogen Dioxide — is one of the most common atmospheric pollutants. Stimulates acid rain, affects the respiratory tract and lungs, causes changes in the composition of blood, in particular, reduces the content of hemoglobin in the blood.

Climate Wikience makes possible to quickly build air pollution risk maps using satellite data with high resolution. High resolution maps of air pollution risks allow answering many important questions in the domain of ecologic safety. For example, what countries have the highest level of air pollution and what is the relative level of air pollution between different regions inside a country.

Wikience_NO2_EUROPE_AIR_POLLUTION_RISK_EN

Air pollution risk map by Nitrogen Dioxide (NO2) with spatial resolution
~27,5 km × 18 km (0,25° × 0,25°). Aura OMI satellite data 01.10.2004—31.12.2012.

Open NO2 air pollution risk map in Google Earth

The map color scheme is selected to be good for grey-scale printing. If you would like to print the information from this post, please refer to a publication.

Method

The air pollution risk is defined as the probability of observing a pollutant concentration in a given interval over the territory under investigation. The risk is calculated for each grid cell. This risk calculation technique is simple yet delivers extensive understanding of typical air pollution character.

The risk of pollution for a grid cell equals to R(a, b) = S(a, b)/T, where S(a, b) is the number of days with nitrogen dioxide concentration in [a..b] interval (Dobson Units), and T is the number of days for which nitrogen dioxide measurements are not missing due to clouds or other reasons. Both S(a, b) and T are calculated for each grid cell.

This method, unlike previously proposed air pollution assessment techniques, takes into considerartion the whole available time interval, is resilient to outliers and tailored to building maps using Earth remote sensing data.

Pollution categories for NO2 are experimentally and subjectively defined as: 0.0..0.2 DU – low, 0.2..0.4 DU – moderate (open in Google Earth), 0.4..0.6 DU – high (open in Google Earth), 0.6..0.8 DU – very high, over 0.8 – disastrous.

Category intervals were selected to account for as many as possible NO2 pollution features (visually) and keep the number of categories acceptable.

To build the risk map, satellite air pollution data were used (Aura satellite, OMI instrument) during 01.10.2004—31.12.2012. Data are available daily and globally.

Publications

Rodriges Zalipynis R.A., Ecologic assessment of air pollution by nitrogen dioxide over the territory of Europe using Earth remote sensing data, Journal of Informatics, Cybernetics and Computing Machinery, № 1(19), 2014. – 162 pp. – P. 126 – 130.
PDF ~477 KB
Rodriges Zalipynis R.A., The place of Ukraine in Europe according to the level of air pollution using Earth remote sensing data, Proceedings of IV All-Ukrainian Congress of Ecologists with International Participation, Vinnytsia, Ukraine, 25 – 27 September, 2013. – 552 pp. – P. 130 – 132.
PDF ~600 KB
Rodriges Zalipynis R.A., Risks of air pollution by aerosols over the territory of Europe, Materialy IX Mezinarodni Vedecko – Prakticka Konference “Veda a technologie: krok do budoucnosti”, Prague, Czech Republic, 27 April – 05 March, 2013. – P. 35 – 42.
HTML-online

getTimeSeries: option “withLatsLons”

24 February 2015   //   by admin   //   getTimeSeries  //  Comments (0)

Add latitude and longitude coordinate to each date (line of the data frame) for the extracted time series.

> library(RWikience)
> w<-WikienceConnect()
Lookup : //localhost:8001/CWikienceRMIServer
RMI object found
> queryTimeSeries(w, "MERRA.Precipitation.Total", "01 01 1979", "01 08 2014", 12.0, -54.0, 12.0,-56.0 )
> getTimeSeriesPointsLatsLons(w)
  lat       lon
1  12 -56.00000
2  12 -55.33334
3  12 -54.66667
4  12 -54.00000
> getTimeSeriesPointCount(w)
[1] 4

 

Without “withLatsLons”

> t <- getTimeSeries(w, 0)
> head(t, T)
        date        value
1 1979-01-01 2.231096e-06

 

With “withLatsLons”

> t <- getTimeSeries(w, 0, withLatsLons = TRUE)
> head(t, T)
        date        value lat lon
1 1979-01-01 2.231096e-06  12 -56

 

Code used on this page:

AIR-Q-GOV

21 February 2015   //   by admin   //   Reports  //  Comments (0)

AIR-Q-GOV

Averin G.V., Rodriges Zalipynis R.A., Pollutant Emissions Inventory and Air Quality Monitoring in Ukraine – AIR-Q-GOV Report Supplement: MWH SA, La Hulpe, Belgium, 2012. – 38 pp.
PDF ~ 300 KB
Full report at www.airgovernance.eu
Pages:123456»