File:Sahel rainfall timeseries de.svg

מתוך Wikimedia Commons
קפיצה לניווט קפיצה לחיפוש

לקובץ המקורי(קובץ SVG, הגודל המקורי: 1,200 × 500 פיקסלים, גודל הקובץ: 21 ק"ב)

כיתובים

כיתובים

נא להוסיף משפט שמסביר מה הקובץ מייצג
 
W3C-validity not checked.

תקציר

[עריכה]
תיאור
English: More than a century of rainfall data in the Sahel show an unusually wet period from 1950 until 1970 (positive index values), followed by extremely dry years from 1970 to 1990 (negative index values). From 1990 until present rainfall returned to levels slightly below the 1898–1993 average, but year-to-year variability was high.
Deutsch: Abweichung der Sahelzonen-Niederschlagsmenge vom Mittelwert des 20. Jahrhunderts.Der Zeitraum 1950-1970 war ungewöhnlich feucht(positive Werte), der Zeitraum 1970 bis 1990 extrem trocken (negative Werte).
תאריך יצירה
מקור Own work, based on JISAO data
יוצר Benedikt.Seidl
גרסאות אחרות Image:Sahel_rainfall_timeseries.gif

רישיון

[עריכה]
Public domain ברצוני, בעלי זכויות היוצרים על יצירה זו, לשחרר יצירה זו לנחלת הכלל. זה תקף בכל העולם.
יש מדינות שבהן הדבר אינו אפשרי על פי חוק, אם כך:
אני מעניק לכל אחד את הזכות להשתמש בעבודה זו לכל מטרה שהיא, ללא תנאים כלשהם, אלא אם כן תנאים כאלה נדרשים על פי חוק.

Quellcode

[עריכה]

download the data:

#!/usr/bin/python
# -*- coding: utf-8 -*-

import urllib

def main():
    url = "http://jisao.washington.edu/data_sets/sahel/"
    line_before = "        +0    1    2    3    4    5    6    7    8    9\n"
    data = urllib.urlopen(url)
    for line in data:
        if line == line_before:
            for ten_years in data:
                ten_years = ten_years.strip()
                if ten_years == "":
                    break
                elements = map(int, ten_years.split())
                year_start, rain_data = elements[0], elements[1:]
                for year, rain_data in enumerate(rain_data, year_start):
                    print("{0} {1}").format(year, rain_data)

if __name__ == '__main__':
    main()

gnuplot:

#!/usr/bin/gnuplot

set terminal svg enhanced size 1200 500 fname "DejaVuSans" fsize 18
set output "Sahel_rainfall_timeseries_de.svg"

set noborder
set key reverse right bottom
set nokey
set xtics nomirror out
set ytics nomirror out
set ylabel 'Sahel Niederschlag Index'
set yrange [-4:4]
set xlabel 'Jahr'
set style line 12 lc rgb '#cccccc'
set grid ytics front linestyle 12
set xtics ("1900" 0, "1910" 10, "1920" 20, "1930" 30, "1940" 40, "1950" 50, "1960" 60, "1970" 70, "1980" 80, "1990" 90, "2000" 100, "2010" 110, "2020" 120)

set style data histogram
set style histogram cluster gap 0.2
set style fill solid noborder
set boxwidth 0.9

plot 'rain.data' u ($2/100) ti col lc rgb '#000080'

execute:

python rain.py > rain.data && gnuplot rain.dem

היסטוריית הקובץ

ניתן ללחוץ על תאריך/שעה כדי לראות את הקובץ כפי שנראה באותו זמן.

תאריך/שעהתמונה ממוזערתממדיםמשתמשהערה
נוכחית09:32, 9 ביולי 2014תמונה ממוזערת לגרסה מ־09:32, 9 ביולי 2014‪500 × 1,200‬ (21 ק"ב)Benedikt.Seidl (שיחה | תרומות)update 2013
16:33, 1 ביולי 2008תמונה ממוזערת לגרסה מ־16:33, 1 ביולי 2008‪322 × 706‬ (48 ק"ב)Benedikt.Seidl (שיחה | תרומות)text für y-achse hinzugefügt + größere text
18:58, 28 ביוני 2008תמונה ממוזערת לגרסה מ־18:58, 28 ביוני 2008‪678 × 1,275‬ (95 ק"ב)Benedikt.Seidl (שיחה | תרומות){{Information |Description={{en|1=More than a century of rainfall data in the Sahel show an unusually wet period from 1950 until 1970 (positive index values), followed by extremely dry years from 1970 to 1990 (negative index values). From 1990 until 2004

הדף הבא משתמש בקובץ הזה:

שימוש גלובלי בקובץ

אתרי הוויקי השונים הבאים משתמשים בקובץ זה:

מטא־נתונים