1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="utf-8 "/>
5+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
7+
8+ < title > wradlib - February 2016 archives | wradlib</ title >
9+
10+ < meta name ="author " content ="wradlib "/>
11+
12+ <!-- Bootstrap -->
13+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css "/>
14+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css "/>
15+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css "/>
16+ < link rel ="stylesheet " href ="https://wradlib.org/theme/css/jquery.mglass.css "/>
17+ < link rel ="stylesheet " href ="https://wradlib.org/theme/css/pygment-solarized-dark.css "/>
18+ < link rel ="stylesheet " href ="https://wradlib.org/theme/css/style.css "/>
19+
20+ <!-- Fonts -->
21+ < link href ='https://fonts.googleapis.com/css?family=Open+Sans ' rel ='stylesheet ' type ='text/css '/>
22+ < link href ='https://fonts.googleapis.com/css?family=Istok+Web ' rel ='stylesheet ' type ='text/css '/>
23+ < link href ='https://fonts.googleapis.com/css?family=Droid+Sans+Mono ' rel ='stylesheet ' type ='text/css '/>
24+ < link href ='https://fonts.googleapis.com/css?family=Expletus+Sans ' rel ='stylesheet ' type ='text/css '>
25+
26+
27+ < link rel ="icon " href ="https://wradlib.org/favicon.ico " type ="image/x-icon ">
28+ < link rel ="shortcut icon " href ="https://wradlib.org/favicon.ico " type ="image/x-icon ">
29+
30+ <!-- Feeds -->
31+ < link href ="https://wradlib.org/feed/atom/index.html " type ="application/atom+xml " rel ="alternate " title ="wradlib - Latest posts - Atom Feed "/>
32+ < link href ="https://wradlib.org/feed/index.html " type ="application/rss+xml " rel ="alternate " title ="wradlib - Latest posts - RSS Feed "/>
33+
34+
35+ </ head >
36+
37+ < body >
38+
39+ < div class ="container ">
40+
41+ < div class ="page-header ">
42+ < a href ="https://wradlib.org " class ="avatar-container pull-left ">
43+ < div class ="avatar animate ">
44+ < div class ="side "> < img src ="https://wradlib.github.io/extra/wradlib_logo.svg.png " class ="img-responsive "/> </ div >
45+ < div class ="side back "> < p class ="text-center "> WRADLIB</ p > </ div >
46+ </ div >
47+ </ a >
48+ < h1 > < a href ="https://wradlib.org "> wradlib</ a > < small > An Open Source Library for Weather Radar Data Processing</ small > </ h1 >
49+ </ div >
50+
51+ < nav class ="navbar navbar-default ">
52+
53+ <!-- Hamburger menu for mobile -->
54+ < div class ="navbar-header ">
55+ < button type ="button " class ="navbar-toggle collapsed " data-toggle ="collapse " data-target ="#plumage-navbar-collapse-1 " aria-expanded ="false ">
56+ < span class ="sr-only "> Toggle navigation</ span >
57+ < span class ="icon-bar "> </ span >
58+ < span class ="icon-bar "> </ span >
59+ < span class ="icon-bar "> </ span >
60+ </ button >
61+ < a class ="navbar-brand " href ="https://wradlib.org " title ="An Open Source Library for Weather Radar Data Processing "> wradlib</ a >
62+ </ div >
63+
64+ <!-- Menus and search forms -->
65+ < div class ="collapse navbar-collapse " id ="plumage-navbar-collapse-1 ">
66+
67+ < ul class ="nav navbar-nav ">
68+ < li >
69+ < a href ="/ "> Home</ a >
70+ </ li >
71+ < li >
72+ < a href ="https://docs.wradlib.org "> Documentation</ a >
73+ </ li >
74+ < li >
75+ < a href ="/community/ "> Community</ a >
76+ </ li >
77+ < li >
78+ < a href ="/downloads/ "> Downloads</ a >
79+ </ li >
80+ < li >
81+ < a href ="/about/ "> About</ a >
82+ </ li >
83+ </ ul >
84+
85+
86+ < form class ="navbar-form navbar-right " role ="search " action ="https://wradlib.org/search.html " onsubmit ="return validateForm(this.elements['q'].value); ">
87+ < div class ="form-group ">
88+ < div class ="input-group ">
89+ < input type ="text " name ="q " id ="tipue_search_input " class ="form-control search-query " placeholder ="Search " required />
90+ < span class ="input-group-btn ">
91+ < button class ="btn btn-default " type ="submit "> < i class ="fa
92+ fa-search fa-fw "> </ i > </ button >
93+ </ span >
94+ </ div >
95+ </ div >
96+ </ form >
97+
98+ </ div >
99+
100+ </ nav >
101+
102+ </ div >
103+
104+
105+ < div class ="container main ">
106+
107+
108+ < div class ="row ">
109+ < div class =" col-md-9 col-md-offset-3 ">
110+ </ div >
111+ </ div >
112+
113+ < div class ="row ">
114+
115+ < div class ="col-md-3 ">
116+
117+ <!--<div data-spy="affix" data-offset-top="0">-->
118+ <!--</div>-->
119+
120+ </ div >
121+
122+ < div class =" col-md-9 " id ="content " role ="main ">
123+ < h1 > Archives for February 2016</ h1 >
124+
125+ < dl >
126+ < dt > Feb. 29, 2016</ dt >
127+ < dd > < a href ="https://wradlib.org/2016/02/wradlib-python3-compatibility/ "> wradlib goes toward python3</ a > </ dd >
128+ < dt > Feb. 29, 2016</ dt >
129+ < dd > < a href ="https://wradlib.org/2016/02/wradlib-at-github/ "> wradlib moves to github.com</ a > </ dd >
130+ </ dl >
131+ </ div >
132+
133+
134+ </ div >
135+
136+ </ div >
137+
138+ <!-- TODO: make footer sticky -->
139+ < footer class ="container-fluid ">
140+ < div class ="container ">
141+ < div class ="row ">
142+
143+ < div class ="col-md-2 ">
144+ < h5 > Contact</ h5 >
145+ < ul class ="list-unstyled ">
146+ < li > < a href ="
mailto:[email protected] "
> 147+ < i class ="fa fa-envelope "> </ i >
148+ wradlib
149+ </ a > </ li >
150+ < li > < a href ="https://github.com/wradlib ">
151+ < i class ="fa fa-github "> </ i >
152+ Github
153+ </ a > </ li >
154+ < li > < a href ="https://www.facebook.com/wradlib/ ">
155+ < i class ="fa fa-external-link "> </ i >
156+ Facebook
157+ </ a > </ li >
158+ </ ul >
159+ </ div >
160+ < div class ="col-md-2 ">
161+ < h5 > Resources</ h5 >
162+ < ul class ="list-unstyled ">
163+ < li > < a href ="https://github.com/wradlib/wradlib ">
164+ < i class ="fa fa-github "> </ i >
165+ Repository
166+ </ a > </ li >
167+ < li > < a href ="https://docs.wradlib.org ">
168+ < i class ="fa fa-external-link "> </ i >
169+ Documentation
170+ </ a > </ li >
171+ < li > < a href ="https://groups.google.com/forum/?fromgroups=#!forum/wradlib-users ">
172+ < i class ="fa fa-external-link "> </ i >
173+ wradlib-user group
174+ </ a > </ li >
175+ </ ul >
176+ </ div >
177+
178+ < div class ="col-md-2 ">
179+ < h5 > Browse content by</ h5 >
180+ < ul class ="list-unstyled ">
181+ < li > < a href ="https://wradlib.org/categories/index.html "> < i class ="fa fa-tags "> </ i > Categories</ a > </ li >
182+ < li > < a href ="https://wradlib.org/archives/index.html "> < i class ="fa fa-calendar "> </ i > Dates</ a > </ li >
183+ < li > < a href ="https://wradlib.org/tags/index.html "> < i class ="fa fa-tag "> </ i > Tags</ a > </ li >
184+ </ ul >
185+ </ div >
186+
187+ < div class ="col-md-2 text-muted ">
188+ < h5 > Copyright notice</ h5 >
189+ < p > © Copyright 2016 wradlib.</ p >
190+ </ div >
191+
192+ < div class ="col-md-2 text-muted ">
193+ < h5 > Disclaimer</ h5 >
194+ < p > All opinions expressed in this site are own personal opinions of the respective wradlib developers and are not endorsed by, nor do they represent the opinions of their previous, current and future employers or any of its affiliates, partners or customers.</ p >
195+ </ div >
196+
197+ < div class ="col-md-2 ">
198+ < h5 > Feeds</ h5 >
199+ < ul class ="list-unstyled ">
200+ < li > < small > < a href ="https://wradlib.org/feed/atom/index.html "> < i class ="fa fa-rss "> </ i > Latest posts (Atom)</ a > </ small > </ li >
201+ < li > < small > < a href ="https://wradlib.org/feed/index.html "> < i class ="fa fa-rss "> </ i > Latest posts (RSS)</ a > </ small > </ li >
202+ </ ul >
203+ </ div >
204+
205+ </ div >
206+ </ div >
207+
208+ < h5 class ="text-right "> < a href ="# "> < i class ="fa fa-arrow-up "> </ i > Back to top</ a > </ h5 >
209+
210+ < div class ="container ">
211+ < div class ="row col-md-12 text-muted text-center ">
212+ Site generated by < a href ="https://getpelican.com "> Pelican</ a > .< br />
213+ < a href ="https://github.com/kdeldycke/plumage "> Plumage</ a > theme by < a href ="https://kevin.deldycke.com "> Kevin Deldycke</ a > .
214+ </ div >
215+ </ div >
216+
217+ </ footer >
218+
219+
220+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js "> </ script >
221+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js "> </ script >
222+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js "> </ script >
223+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/fitvids/1.1.0/jquery.fitvids.min.js "> </ script >
224+ < script src ="https://wradlib.org/theme/js/jquery.mglass.js "> </ script >
225+ < script src ="https://wradlib.org/theme/js/application.js "> </ script >
226+
227+ </ body >
228+ </ html >
0 commit comments