File:Nile hydro power.jpg

Original file ‎(1,302 × 1,724 pixels, file size: 332 KB, MIME type: image/jpeg)

Summary

Description
English: Map created from OpenStreetMap with Overpass
Date
Source Own work
Author Erik Zachte

Commons icon for 'under construction' added manually

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

Overpass script:

[out:json][timeout:2500];

(
{{geocodeArea:Egypt}};
{{geocodeArea:Sudan}};
{{geocodeArea:South Sudan}};
{{geocodeArea:Ethiopia}};
{{geocodeArea:Uganda}};
)->.a ;

//rel(50793); // Nile
(
wr[waterway=river][name~Nile](Template:Bbox)(area.a);
wr[waterway=river]["name:en"~Nile](Template:Bbox)(area.a);
)->.b;                 

(
wr[boundary=administrative][admin_level=2](Template:Bbox)(area.a);
)->.c;                 

(
.b;  
.c;  
wr(around.b:1000)[power=plant]["plant:source"=hydro](Template:Bbox)(area.a);
);


out body;
>;
out skel qt;

// see for power sources https://wiki.openstreetmap.org/wiki/Key:plant:source

{{style:


node
{ opacity:0.0; }

node, 
way, 
rel 
{ weight:2 ; }


node[waterway=river], 
way[waterway=river], 
rel[waterway=river] 
{ color: blue ; }


node[plant:output:electricity], 
way[plant:output:electricity], 
rel[plant:output:electricity] 
{ 
  text: 
    eval('tag("plant:source") . 
    " - " . 
    tag("plant:output:electricity") . 
    " - " .
    tag("name")') ; 
}


}}

Captions

Hydro power plants along the Nile river (from OpenStreetMap)

Items portrayed in this file

depicts

creator

some value

URL: https://commons.wikimedia.org/wiki/user:Erik_Zachte
author name string: Erik Zachte
Wikimedia username: Erik Zachte

copyright status

copyrighted

copyright license

Creative Commons Attribution-ShareAlike 4.0 International

inception

6 October 2020

source of file

original creation by uploader

MIME type

image/jpeg

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current09:54, 6 October 20201,302 × 1,724 (332 KB)Erik ZachteUploaded own work with UploadWizard
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Global file usage

The following other wikis use this file:

  • Usage on bg.wikipedia.org
    • Нил
  • Usage on bn.wikipedia.org
    • নীলনদ
  • Usage on de.wikipedia.org
    • Nil
  • Usage on eo.wikipedia.org
    • Nilo
  • Usage on fr.wikipedia.org
    • Nil
  • Usage on nl.wikipedia.org
    • Stuwdam
    • Nijl
  • Usage on tr.wikipedia.org
    • Nil
Retrieved from "https://en.wikipedia.org/wiki/File:Nile_hydro_power.jpg"