<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Information-computational system for online analysis of georeferenced climatological data</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Proceedings of the XVII International Conference «Data Analytics and Management in Data Intensive Domains» (DAMDID/RCDL'2015)</institution>
          ,
          <addr-line>Obninsk</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>I.G. Okladnikov © E.P. Gordov © A.G. Titov © T.M.Shulgina Institute of Monitoring of Climatic and Ecological Systems SB RAS, Tomsk Tomsk branch of Institute of Computational Technologies SB RAS, Tomsk Tomsk State University</institution>
          ,
          <addr-line>Tomsk</addr-line>
        </aff>
      </contrib-group>
      <fpage>76</fpage>
      <lpage>80</lpage>
      <abstract>
        <p>An Internet accessible information-computational system (ICS) is dedicated to visualization and analysis of geospatial gridded datasets in the area of Earth system science (local observations, remote sensing and modeling) and climatology in particular. This online ICS is based on a dedicated software framework consisting of three key parts: server-side computational back-end, server-side middleware represented by Geoserver software and PHP controllers, and JavaScript library for building typical components of web mapping client GUI developed using AJAX techniques. Huge multidimensional geospatial datasets are stored in a Network Common Data Form (NetCDF) and processed by a set of validated software modules included in the back-end. Results of a processing are represented by overlapped raster and vector layers placed over a georeferenced background. Data processing functionality allows performing basic and complex statistical analysis of climatological data whilst online geo-information system (GIS) instruments give a user an ability to combine and place georeferenced results over a chosen cartographical basis. It can provide specialists involved into multidisciplinary research projects, and even users without programming skills, with reliable and practical online instruments for integrated research of climate and ecosystems changes through a unified web-interface.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>
        Specifics and regional environmental applications of
basic Earth system sciences make them
multidisciplinary, involving into studies a number of
nationally and internationally distributed research
groups. Success of this cooperative work depends on
ability of these groups to rapidly exchange data and
knowledge, coordinating activities and optimizing
usage of information-computational resources, services
and applications. Georeferenced datasets are currently
actively used in numerous applications including
modeling, interpretation and forecast of climatic and
ecosystem changes for various spatial and temporal
scales [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. Due to inherent heterogeneity of
environmental datasets as well as their huge size which
might constitute up to tens terabytes for a single dataset,
at present, studies in the area of climate and
environmental change require a special software
support [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. A dedicated online
informationcomputational system for analysis of georeferenced
climatological and meteorological data is presented in
this work. It is based on Open Geospatial Consortium
(OGC) standards and involves a number of modern
solutions such as object-oriented programming model,
modular composition, and JavaScript components based
on GeoExt library [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], ExtJS Framework [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] and
OpenLayers software [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. This system is being
developed in the framework of a big research project
aimed to creation of a distributed hardware and
software platform for monitoring and forecasting of
regional climatic and ecological changes and supporting
of continuous education. And the work is still not
finished.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2 Related work</title>
      <p>
        At present, only few web-based information systems
devoted to handling of geophysical data are known:
GIOVANNI – GES-DISC (Goddard Earth Sciences
Data and Information Services Center) Interactive
Online Visualization ANd aNalysis Infrastructure ([
        <xref ref-type="bibr" rid="ref1">1</xref>
        ],
[
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]); dissemination system based on Coupled Climate
Model of Institute for Numerical Mathematics of the
RAS (INM RAS, [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]); Climate explorer by Royal
Netherlands Meteorological Institute (KNMI, [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]);
distributed informational-analytical system for
searching, processing and analysis of spatial data based
on the combination of GIS and Web technologies
currently being developed at Institute of Computational
Technologies of the SB RAS (ICT SB RAS, [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ]); An
Integrated Mapping and Analysis System with
Application to Siberia (RIMS, [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ], [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ]). Nevertheless,
in spite of presence of some efforts made in Earth and
Space Sciences Informatics research area there is still a
lack of powerful online tools combining various
capabilities to perform online processing, analysis and
visualization of multidimensional heterogeneous data
collections using unified web interface for integrated
study of global and regional environmental changes.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3 Results</title>
      <p>
        Basic requirements to functional capabilities of the
system were defined through meetings with specialists
in the area (climatologists, ecologists and biologists
from Russian and international institutions) and analysis
of literature ([
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]). These requirements also
include key features of a typical thematic web GIS:
Internet-access by means of a common graphical
Internet-browser to all data processing and visualization
tools; abilities to overlay processing results as layers on
top of geo-referenced background with basic functions
of desktop GIS, such as map navigation, synchronous
overview of layers at different scales with capability to
show/hide/rearrange them, associating specific colors in
a legend with range of values, and inspecting data
values at specific coordinates of several spatial data
layers at once. To provide interoperability with other
information systems requirements were expanded to
include support for exporting of results in NetCDF files,
geo-referenced Tagged Image File Format (geoTIFF,
[
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]), Open Geospatial Consortium (OGC) Keyhole
Markup Language (KML) and Geography Markup
Language (GML).
      </p>
      <p>
        To satisfy these requirements the
informationcomputational system was based on a dedicated
software framework for developing thematic online ICS
for analysis of dynamics of Earth system components
[
        <xref ref-type="bibr" rid="ref26">26</xref>
        ]. This software framework includes:
      </p>
      <p>1) A server-side computational back-end (core),
providing data access and processing, and output of
results;</p>
      <p>
        2) A server-side middleware including PHP [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]
controllers run by web portal and providing
management of cartographical web services,
computational core and components of graphical user
interface (GUI);
      </p>
      <p>3) A JavaScript library for developing components
of client web GIS application GUI based on AJAX
techniques.</p>
      <p>
        Computational backend of the
informationcomputation system is developed using high-level
opensource GNU Data Language (GDL, [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]) and Python
[
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]. These are powerful programming languages
providing reliable computational and visualization
routines, as well as application programming interface
(API) for NetCDF [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] library and PostgreSQL [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]
database controller. Middleware implementing basic
functionality such as user authentication, database
connectivity, HyperText Markup Language (HTML)
templates usage, language localization, content
management system and so on is represented by a web
portal and an integrated set of
dedicated PHP modules (controllers). They are
organized into the package structure and provide
serverside API to interact with graphical user interface,
computational backend, cartographical web services
(WMS/WFS) and geospatial data storage. Client-side
part of the ICS is developed using framework GeoExt,
ExtJS and OpenLayers JavaScript libraries. It provides
AJAX-based client-side API for implementation of
corresponding PHP controllers as well as basic GUI
elements of typical desktop application.
      </p>
      <p>Several geophysical datasets are available for
processing by the system: NCEP/NCAR Reanalysis II,
JMA/CRIEPI JRA-25 Reanalysis, ECMWF ERA-40
Reanalysis, ECMWF ERA Interim Reanalysis,
MRI/JMA APHRODITE’s Water Resources Project
Reanalysis, DWD Global Precipitation Climatology
Centre’s data, GMAO Modern Era-Retrospective
analysis for Research and Applications, reanalysis of
Monitoring atmospheric composition and climate
(MACC) Collaborated Project, NOAA-CIRES
Twentieth Century Global Reanalysis Version II, NCEP
Climate Forecast System Reanalysis (CFSR),
meteorological observational data for the territory of the
former USSR for the 20th century, results of modeling
by global and regional climatological models, and this
list is extending. Flexibility of the system allows easy
and fast expansion of number of datasets available for
processing and visualization.</p>
      <p>Reanalyses and modeling data are stored as NetCDF
files organized in a hierarchy of a file system’s
directories:
/&lt;data root directory&gt;/
&lt;dataset name&gt;/
&lt;spatial resolution&gt;/
&lt;time resolution&gt;/</p>
      <p>&lt;other subfolders and files…&gt;
Here, &lt;data root directory&gt; is an absolute path to a
common root directory of all data archives, &lt;dataset
name&gt; is a name of a subdirectory containing NetCDF
files of a single data archive, &lt;spatial resolution&gt; is a
name of a subdirectory containing files of a single
spatial resolution, &lt;time resolution&gt; is a name of a
subdirectory containing files of a single time resolution.
Names of underlying subfolders as well as NetCDF
files are not regulated and depend on a dataset. Each
NetCDF file contains georeferenced multidimensional
sets of climatological data and corresponding metadata
(georeferencing and description) and spans some spatial
and time ranges. Such data model allows to organize
datasets on a storage systems. And a dedicated metadata
base, developed as a part of the system, allows fast
location of required data files according to a processing
task.</p>
      <p>Meteorological observational data for the territory of
the former USSR for the 20th century are represented
by time series of a several characteristics observed at
meteorological stations. To provide fast location and
extraction these data were converted and placed in a
PostgreSQL database with PostGIS extension.</p>
      <p>
        Also a functionality to run the Weather research and
forecasting model (WRF, [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ]) and “Planet simulator”
model by Meteorological Institute of University of
Hamburg [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] was implemented in the system. Due to
many preset parameters, as well as limited temporal and
spatial ranges set in the system these models have low
computational power requirements and are used in
educational process thus providing better understanding
of basic climatological and meteorological processes by
students and young scientists [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ].
      </p>
      <p>
        Spatially distributed results of a processing are
represented by shaded color plots stored in geoTIFF
files. Spatially distributed results in the form of contour
plots, vector wind streams and local point observations
are stored in ESRI Shapefiles [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. 2-D plots and
diagrams are stored in Encapsulated PostScript (EPS)
format files. Additionally, files with raw values (CSV,
XML, NetCDF) could be written to accompany
GeoTIFF and EPS files.
      </p>
      <p>
        The main advantage of the system is that it gives
users an ability to perform mathematical and statistical
data analysis of huge georeferenced datasets without
downloading them, remotely through a window of a
web browser installed on a common desktop computer
connected to Internet [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ]. In contrast to many scientific
gateways and analytical web-systems existing
nowadays (http://sciencegateways.org/), this system
allows not only to do remote data analysis and
visualization, but to represent results in a web interface
as a stack of georeferenced layers on an interactive map
implementing GIS features (Fig. 1 and 2), and to export
them as OGC-compliant (in terms of metadata) layers
using web mapping (WMS) and web feature (WFS)
services, thanks to a tight fusion of web-, GIS- and
cloud-computing technologies. At present, for the Earth
system science area there is no similar
informationcomputational system with analogous capabilities and
data archive. The system’s ability to export results as
downloadable binary files and WMS/WFS-layers
provides their interoperability with other online and
offline analytical software including user’s desktop
GIS. Since results obtained are much smaller than raw
datasets they can be downloaded, visualized and
processed on a user’s desktop computer in a reasonable
time.
      </p>
      <p>Currently, experimental version of the system is
available for registered users on the web site:
http://climate.climate.scert.ru/. It is hosted at IMCES
SB RAS (Institute of Monitoring of Climatic and
Ecological Systems, Siberian Branch of Russian
Academy of Sciences, Tomsk, Russia) on a hardware
that includes: high performance server HP Proliant
DL585 G7 (four 12-core processors AMD Opteron
6172 and 32 Gb RAM) for the computational core,
dedicated server (Intel Pentium 4 and 2 Gb RAM) for
the web-portal, dedicated server (two Intel Xeon 5130
and 4 Gb RAM) for Geoserver software. All servers are
interconnected using 1 Gb/s Ethernet. Such
configuration is able to process up to 20 simultaneous
user tasks.</p>
    </sec>
    <sec id="sec-4">
      <title>4 Discussion</title>
      <p>
        The information-computational system has proved
its reliability and effectiveness during investigation of
modern climatic changes in Siberia [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ]. Surface air
temperatures in Siberia for the last few decades were
taken from ECMWF ERA Interim dataset, and
precipitations for the same period were taken from JMA
APHRODITE’s project dataset tied to the system.
Researchers have benefited the ability to easily perform
analysis of huge multidimensional spatially distributed
datasets, to visualize results obtained and investigate
data in overlapping layers at particular geographical
points. Analysis results obtained were found to be in
good correlation with results obtained by another
authors, and qualitatively precise spatial scales of the
climate changes were revealed. Modular software
architecture and continuous contact between researchers
and developers allowed to timely implement required
features in the ICS. Internet-accessible instruments and
“cloud” data processing allowed distributed
multidisciplinary group of researches to perform
complex statistical analysis using familiar Internet
browsers on their desktop computers without
downloading huge amounts of geospatial data.
      </p>
      <p>The decision to use framework GeoExt along with
ExtJS and OpenLayers JavaScript libraries has been
very beneficial for development of web GUI imitating
desktop application. These libraries have provided
AJAX-based client-side API for corresponding PHP
controllers and reduced development overhead for
construction basic GUI elements by using standard
library component, thus producing reliable web
application with fewer lines of code.</p>
      <p>
        Although the system was developed for an analysis
of global and regional climate changes and an
assessment of an impact of these changes on
ecosystems and human activities, it has found its
purpose in an education process. The ICS was
accompanied by electronic courses based on an
educational environment MOODLE (Modular
ObjectOriented Dynamic Learning Environment,
https://moodle.org/), thus giving opportunity to use it to
study high-grade and post-graduate students with
profile specialties [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. In 2012 high-grade students of
chair of meteorology and climatology in Tomsk state
university studied basics of climate change analysis
using the web GIS and performed labs on courses
“Regional climate change analysis” and “Future climate
analysis”.
The ICS is the first thematic web GIS for climatological
research based on the dedicated software framework
designed by the authors [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ], and its still under hard
development. Progress of extending its functionality
depends on needs of partners within the climatological
and ecological communities. Modular composition of
the system allows an easy addition of new online
processing and visualization tools as well as new GUI
elements implementing new requirements of users.
      </p>
      <p>The web information-computational system for
geophysical data analysis provides specialists involved
into multidisciplinary research projects with reliable
and practical instruments for complex analysis of
climate and ecosystems changes on global and regional
scales. Using it even unskilled user without specific
knowledge of software development data standards can
perform computational processing and visualization of
large meteorological, climatological and satellite
monitoring datasets through unified web-interface in a</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Berrick</surname>
            ,
            <given-names>S.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leptoukh</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Farley</surname>
            ,
            <given-names>J.D.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Rui</surname>
          </string-name>
          , H.,
          <year>2009</year>
          .
          <article-title>Giovanni: A Web service workflowbased data visualization and analysis system</article-title>
          .
          <source>IEEE Trans. Geosci</source>
          . Remote Sens.,
          <volume>47</volume>
          (
          <issue>1</issue>
          ),
          <fpage>106</fpage>
          -
          <lpage>113</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Climate</given-names>
            <surname>Explorer</surname>
          </string-name>
          , http://climexp.knmi.nl/
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Coupled</given-names>
            <surname>Climate</surname>
          </string-name>
          <article-title>Model of the INM RAS</article-title>
          , http://ksv.inm.ras.ru/GCM_DATA_PLOTTING/G CM_
          <article-title>INM_DATA</article-title>
          .html
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>ESRI</given-names>
            <surname>Shapefile Technical</surname>
          </string-name>
          <article-title>Description</article-title>
          . http://www.esri.com/library/whitepapers/pdfs/shap efile.pdf
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Felice</given-names>
            <surname>Frankel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Rosalind</given-names>
            <surname>Reid</surname>
          </string-name>
          .
          <article-title>Big data: Distilling meaning from data // Nature</article-title>
          . Vol.
          <volume>455</volume>
          . N. 7209. P.
          <volume>30</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <article-title>[6] GDL - GNU Data Language</article-title>
          . http://gnudatalanguage.sourceforge.net/
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>[7] GeoTIFF. http://trac.osgeo.org/geotiff/</mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>[8] GIOVANNI, http://daac.gsfc.nasa.gov/techlab/giovanni/</mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Gordov</surname>
            <given-names>E.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lykosov</surname>
            <given-names>V.N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krupchatnikov</surname>
            <given-names>V.N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Okladnikov</surname>
            <given-names>I.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Titov</surname>
            <given-names>A.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shulgina</surname>
            <given-names>T.M.</given-names>
          </string-name>
          <article-title>Computational and information technologies for monitoring and modeling of climate changes and their consequences</article-title>
          . - Novosibirsk: Nauka, Siberian branch,
          <year>2013</year>
          . - 195 p.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Gordov</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Bryant</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Bulygina</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Csiszar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Eberle</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Fritz</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Gerasimov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Gerlach</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Hese</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Kraxner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. B.</given-names>
            <surname>Lammers</surname>
          </string-name>
          , G. Leptoukh,
          <string-name>
            <given-names>T.</given-names>
            <surname>Loboda</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. McCallum</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Obersteiner</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Okladnikov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Pan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. A.</given-names>
            <surname>Prusevich</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Razuvaev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Romanov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Rui</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Schepaschenko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Schmullius</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Shen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. I.</given-names>
            <surname>Shiklomanov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Shulgina</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Shvidenko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Titov</surname>
          </string-name>
          ,
          <year>2013</year>
          .
          <article-title>Development of Information-Computational Infrastructure for Environmental research in Siberia as a baseline component of the Northern Eurasia Earth Science Partnership Initiative (NEESPI) Studies / Regional Environmental Changes in Siberia</article-title>
          and Their Global Consequences // Series: Springer Environmental Science and Engineering. Ed.: Groisman,
          <string-name>
            <given-names>Pavel</given-names>
            <surname>Ya</surname>
          </string-name>
          .,
          <string-name>
            <surname>Gutman</surname>
          </string-name>
          , Garik. Vol. XII,
          <year>2013</year>
          . P.
          <volume>19</volume>
          -
          <fpage>55</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>Gordova</given-names>
            <surname>Yu</surname>
          </string-name>
          .E.,
          <string-name>
            <surname>Genina</surname>
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Yu</surname>
          </string-name>
          ,
          <string-name>
            <surname>Gorbatenko</surname>
            <given-names>V.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gordov</surname>
            <given-names>E.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kuzhevskaya</surname>
            <given-names>I.V.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Martyanova</given-names>
            <surname>Yu</surname>
          </string-name>
          .V.,
          <string-name>
            <surname>Okladnikov</surname>
            <given-names>I.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Titov</surname>
            <given-names>A.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shulgina</surname>
            <given-names>T.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Barashkova</surname>
            <given-names>N.K.</given-names>
          </string-name>
          <article-title>Supporting educational process in modern climatology by web-GIS platform</article-title>
          “Climate” // Open and remote education.
          <source>Tomsk</source>
          .
          <year>2013</year>
          . N.
          <volume>1</volume>
          (
          <issue>49</issue>
          ). P.
          <volume>14</volume>
          -
          <fpage>19</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <article-title>JavaScript Toolkit for Rich Web Mapping Applications</article-title>
          . http://www.geoext.org
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Kadochnikov</surname>
            ,
            <given-names>A.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Popov</surname>
            ,
            <given-names>V.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tokarev</surname>
            <given-names>A.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yakubailik</surname>
            ,
            <given-names>O.E.</given-names>
          </string-name>
          ,
          <year>2008</year>
          .
          <article-title>Implementation of Internet GIS Portal for Environment and Natural Resources Monitoring Tasks</article-title>
          . J. of Siberian Federal University. Engineering &amp; Technologies,
          <volume>1</volume>
          (
          <issue>4</issue>
          ),
          <fpage>375</fpage>
          -
          <lpage>384</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <article-title>Network Common Data Form</article-title>
          . http://www.unidata.ucar.edu/software/netcdf/
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <article-title>OpenLayers 3</article-title>
          . http://openlayers.org
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16] PHP:
          <article-title>Hypertext preprocessor</article-title>
          . http://php.net/
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <article-title>Planet Simulator model</article-title>
          . http://www.mi.unihamburg.de/index.php?id=
          <fpage>216</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>[18] PostgreSQL. http://www.postgresql.org/</mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>Proussevitch</surname>
            ,
            <given-names>A.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vörösmarty</surname>
            ,
            <given-names>C.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Glidden</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fekete</surname>
            ,
            <given-names>B.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Green</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lammers</surname>
          </string-name>
          , R.B. (in review
          <year>2009</year>
          ).
          <article-title>Global-RIMS: A Global Rapid Integrated Mapping System for Hydrology Visualization and Analysis. Computers and the Geosciences</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <surname>Python</surname>
          </string-name>
          . http://python.org
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>[21] RIMS, http://RIMS.unh.edu/</mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <surname>Romañach</surname>
            ,
            <given-names>S.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>M. McKelvy</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Suir</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Conzelmann</surname>
          </string-name>
          ,
          <year>2015</year>
          .
          <article-title>EverVIEW: A visualization platform for hydrologic and Earth science gridded data //</article-title>
          <source>Computers &amp; Geosciences</source>
          <volume>76</volume>
          (
          <year>2015</year>
          ), P.
          <fpage>88</fpage>
          -
          <lpage>95</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <surname>Sencha</surname>
            <given-names>Ext JS</given-names>
          </string-name>
          .
          <article-title>The most comprehensive MVC/MVVM JavaScript framework for building feature-rich cross-platform web applications</article-title>
          . http://www.sencha.com/products/extjs
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <surname>Shokin</surname>
            ,
            <given-names>Y.I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhizhimov</surname>
            ,
            <given-names>O.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pestunov</surname>
            <given-names>I.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sinyavsky</surname>
            <given-names>Y.N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smirnov</surname>
            <given-names>V.V.</given-names>
          </string-name>
          ,
          <year>2007</year>
          .
          <article-title>Distributed information-analytical system for searching, processing and analysis of spatial data</article-title>
          .
          <source>Computational Technologies</source>
          ,
          <volume>12</volume>
          ,
          <string-name>
            <surname>Special</surname>
            <given-names>issue</given-names>
          </string-name>
          ,
          <fpage>108</fpage>
          -
          <lpage>115</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <surname>Shulgina</surname>
            ,
            <given-names>T.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Genina</surname>
            ,
            <given-names>E.Yu.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gordov</surname>
            ,
            <given-names>E.P.</given-names>
          </string-name>
          <article-title>Dynamics of climatic characteristics influencing vegetation in Siberia</article-title>
          . // Environ. Res. Lett.,
          <year>2011</year>
          ,
          <volume>6</volume>
          (
          <issue>4</issue>
          ). doi:
          <volume>10</volume>
          .1088/
          <fpage>1748</fpage>
          -9326/6/4/045210.
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <surname>T.M. Shulgina</surname>
            ,
            <given-names>E.P.</given-names>
          </string-name>
          <string-name>
            <surname>Gordov</surname>
            ,
            <given-names>I.G.</given-names>
          </string-name>
          <string-name>
            <surname>Okladnikov</surname>
            ,
            <given-names>A.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Titov</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Yu</surname>
            . Genina,
            <given-names>N.P.</given-names>
          </string-name>
          <string-name>
            <surname>Gorbatenko</surname>
            ,
            <given-names>I.V.</given-names>
          </string-name>
          <string-name>
            <surname>Kuzhevskaya</surname>
            ,
            <given-names>A.S.</given-names>
          </string-name>
          <string-name>
            <surname>Akhmetshina</surname>
          </string-name>
          .
          <article-title>Software complex for a regional climate change analysis</article-title>
          . // Vestnik NGU. Series: Information technologies.
          <source>2013</source>
          . Vol.
          <volume>11</volume>
          . Issue 1. P.
          <volume>124</volume>
          -
          <fpage>131</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <surname>Titov</surname>
            ,
            <given-names>A.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gordov</surname>
            ,
            <given-names>E.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Okladnikov</surname>
            ,
            <given-names>I.G</given-names>
          </string-name>
          .͒
          <article-title>// Hardware-software platform “Climate” as a basis for local spatial data infrastructure geoportal</article-title>
          .
          <source>Vestnik NGU. Series: Information technologies. 2012</source>
          . Vol.
          <volume>10</volume>
          . Issue 4. P.
          <volume>104</volume>
          -
          <fpage>111</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>Weather</given-names>
            <surname>Research</surname>
          </string-name>
          and Forecasting Model. http://www.wrf-model.org/
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>