Aller au contenu

Module:Carte/données/russie

Une page de Wikipédia, l'encyclopédie libre.

 Documentation[voir] [modifier] [historique] [purger]
Cette page contient des données concernant des cartes de géolocalisation de Russie construites selon la technique de la Projection conique équidistante.
Elle est conçue pour être utilisée depuis Module:Carte. Pour davantage d'informations sur le sujet, veuillez-vous rapporter à la documentation de ce module.


Liste des cartes disponibles
(carte par défaut)
relief
return {
	images = {
		relief  =  'Russia rel location map.png',
		default  =  'Russia administrative location map.svg',
	}, 
	y = function(lat, long)
		local coslong = long
		if long < 0 then 
			coslong = coslong + 360
		end
		return -15.7279772605764 + 2.24618149146451*(95.5220954764086 - lat)*math.cos(((((math.cos((49*math.pi)/180) - math.cos((59*math.pi)/180))/(((10*math.pi)/180)))*math.pi)/180)*(coslong - 97))
		end,
	x = function(lat, long)
		local sinlong = long
		if long < 0 then 
			sinlong = sinlong + 360
		end
		return (50.0 + 100.0*(1.17998895761064 - 0.0123530472371397*lat)*math.sin(((((math.cos((49*math.pi)/180) - math.cos((59*math.pi)/180))/(((10*math.pi)/180)))*math.pi)/180)*(sinlong - 97)))
		end,
	iwidth = 2362,
	iheight = 1299,
	name = 'Russie',
	zone = 'pays',
	genre = 'fs',
	geo = -183,
	top = 88.52,
	bottom = 44.0,
	longitude = 97.0,
	latitude1 = 49.0,
	latitude2 = 59.0,
	latitudeG = 95.5220954764086,
	n = 0.807990549171815,
	dx = 1,
	projection = 'Projection conique équidistante',
	wikidata = 'Q159',
}