Skip to content

Instantly share code, notes, and snippets.

@tucotuco
Created August 8, 2011 00:14
Show Gist options
  • Select an option

  • Save tucotuco/1130968 to your computer and use it in GitHub Desktop.

Select an option

Save tucotuco/1130968 to your computer and use it in GitHub Desktop.
Proposed aliases for Worldclim variable names
WC_ALIAS = dict(
tmean1='m1',
tmean2='m2',
tmean3='m3',
tmean4='m4',
tmean5='m5',
tmean6='m6',
tmean7='m7',
tmean8='m8',
tmean9='m9',
tmean10='m10',
tmean11='m11',
tmean12='m12',
tmin1='n1',
tmin2='n2',
tmin3='n3',
tmin4='n4',
tmin5='n5',
tmin6='n6',
tmin7='n7',
tmin8='n8',
tmin9='n9',
tmin10='n10',
tmin11='n11',
tmin12='n12',
tmax1='x1',
tmax2='x2',
tmax3='x3',
tmax4='x4',
tmax5='x5',
tmax6='x6',
tmax7='x7',
tmax8='x8',
tmax9='x9',
tmax10='x10',
tmax11='x11',
tmax12='x12',
prec1='p1',
prec2='p2',
prec3='p3',
prec4='p4',
prec5='p5',
prec6='p6',
prec7='p7',
prec8='p8',
prec9='p9',
prec10='p10',
prec11='p11',
prec12='p12',
alt='a',
bio1='b1',
bio2='b2',
bio3='b3',
bio4='b4',
bio5='b5',
bio6='b6',
bio7='b7',
bio8='b8',
bio9='b9',
bio10='b10',
bio11='b11',
bio12='b12',
bio13='b13',
bio14='b14',
bio15='b15',
bio16='b16',
bio17='b17',
bio18='b18',
bio19='b19' )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment