| Conditions | 1 |
| Total Lines | 508 |
| Code Lines | 197 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
Small methods make your code easier to understand, in particular if combined with a good name. Besides, if your method is small, finding a good name is usually much easier.
For example, if you find yourself adding comments to a method's body, this is usually a good sign to extract the commented part to a new method, and use the comment as a starting point when coming up with a good name for this new method.
Commonly applied refactorings include:
If many parameters/temporary variables are present:
| 1 | from copy import deepcopy |
||
| 393 | def sources(): |
||
| 394 | shared_licenses = [license_geonutzv("© BGR, Hannover, 2021")] |
||
| 395 | shared_path = "https://dx.doi.org/10.5281/zenodo.4896526" |
||
| 396 | shared_title = ( |
||
| 397 | "Informationssystem Salz: Planungsgrundlagen, Auswahlkriterien" |
||
| 398 | " und Potenzialabschätzung für die Errichtung von Salzkavernen" |
||
| 399 | " zur Speicherung von Erneuerbaren Energien" |
||
| 400 | " (Wasserstoff und Druckluft)" |
||
| 401 | " – Doppelsalinare und flach lagernde Salzschichten." |
||
| 402 | " Teilprojekt Bewertungskriterien und Potenzialabschätzung" |
||
| 403 | ) |
||
| 404 | return { |
||
| 405 | "bgr_inspee": { |
||
| 406 | "title": "Salt structures in Northern Germany", |
||
| 407 | "description": ( |
||
| 408 | 'The application "Information System Salt Structures"' |
||
| 409 | " provides information about the areal distribution of" |
||
| 410 | " salt structures (stocks and pillows) in Northern" |
||
| 411 | " Germany. With general structural describing" |
||
| 412 | " information, such as depth, secondary thickness," |
||
| 413 | " types of use or state of exploration, queries can be" |
||
| 414 | " conducted. Contours of the salt structures can be" |
||
| 415 | " displayed at horizontal cross-sections at four" |
||
| 416 | " different depths up to a maximum depth of 2000 m" |
||
| 417 | " below NN. A data sheet with information and further" |
||
| 418 | " reading is provided for every single salt structure." |
||
| 419 | " Taking into account the fact that this work was" |
||
| 420 | " undertaken at a scale for providing an overview and" |
||
| 421 | " not for investigation of single structures, the scale" |
||
| 422 | " of display is limited to a minimum of 1:300.000." |
||
| 423 | " This web application is the product of a BMWi-funded" |
||
| 424 | ' research project "InSpEE" running from the year 2012' |
||
| 425 | ' to 2015. The acronym stands for "Information system' |
||
| 426 | " salt structures: planning basis, selection criteria" |
||
| 427 | " and estimation of the potential for the construction" |
||
| 428 | " of salt caverns for the storage of renewable energies" |
||
| 429 | ' (hydrogen and compressed air)".' |
||
| 430 | ), |
||
| 431 | "path": ( |
||
| 432 | "https://produktcenter.bgr.de/terraCatalog/DetailResult.do" |
||
| 433 | "?fileIdentifier=338136ea-261a-4569-a2bf-92999d09bad2" |
||
| 434 | ), |
||
| 435 | "licenses": [license_geonutzv("© BGR, Hannover, 2015")], |
||
| 436 | }, |
||
| 437 | "bgr_inspeeds": { |
||
| 438 | "title": "Flat layered salts in Germany", |
||
| 439 | "description": ( |
||
| 440 | "Which salt formations are suitable for storing" |
||
| 441 | " hydrogen or compressed air?" |
||
| 442 | " In the InSpEE-DS research project, scientists" |
||
| 443 | " developed requirements and criteria for the" |
||
| 444 | " assessment of suitable sites even if their" |
||
| 445 | " exploration is still at an early stage and there is" |
||
| 446 | " little knowledge of the salinaries structures." |
||
| 447 | " Scientists at DEEP.KBB GmbH in Hanover, worked" |
||
| 448 | " together with their project partners at the Federal" |
||
| 449 | " Institute for Geosciences and Natural Resources and" |
||
| 450 | " the Leibniz University Hanover, Institute for" |
||
| 451 | " Geotechnics Hanover, to develop the planning basis" |
||
| 452 | " for the site selection and for the construction of" |
||
| 453 | " storage caverns in flat layered salt and multiple or" |
||
| 454 | " double saliniferous formations." |
||
| 455 | " Such caverns could store renewable energy in the form" |
||
| 456 | " of hydrogen or compressed air." |
||
| 457 | " While the previous project InSpEE was limited to salt" |
||
| 458 | " formations of great thickness in Northern Germany," |
||
| 459 | " salt horizons of different ages have now been" |
||
| 460 | " examined all over Germany. To estimate the potential," |
||
| 461 | " depth contour maps of the top and the base as well as" |
||
| 462 | " thickness maps of the respective stratigraphic units" |
||
| 463 | " and reference profiles were developed. Information on" |
||
| 464 | " compressed air and hydrogen storage potential were" |
||
| 465 | " given for the identified areas and for the individual" |
||
| 466 | " federal states. The web service" |
||
| 467 | ' "Information system for flat layered salt"' |
||
| 468 | " gives access to this data. The scale of display is" |
||
| 469 | " limited to a minimum of 1:300.000. This geographic" |
||
| 470 | " information is product of a BMWi-funded research" |
||
| 471 | ' project "InSpEE-DS" running from the year 2015 to' |
||
| 472 | " 2019. The acronym stands for" |
||
| 473 | ' "Information system salt: planning basis, selection' |
||
| 474 | " criteria and estimation of the potential for the" |
||
| 475 | " construction of salt caverns for the storage of" |
||
| 476 | " renewable energies (hydrogen and compressed air)" |
||
| 477 | ' - double saline and flat salt layers".' |
||
| 478 | ), |
||
| 479 | "path": ( |
||
| 480 | "https://produktcenter.bgr.de/terraCatalog/DetailResult.do" |
||
| 481 | "?fileIdentifier=630430b8-4025-4d6f-9a62-025b53bc8b3d" |
||
| 482 | ), |
||
| 483 | "licenses": shared_licenses, |
||
| 484 | }, |
||
| 485 | "bgr_inspeeds_data_bundle": { |
||
| 486 | "title": shared_title, |
||
| 487 | "description": ( |
||
| 488 | "Shapefiles corresponding to the data provided in" |
||
| 489 | " figure 7-1 (Donadei, S., et al., 2020, p. 7-5)." |
||
| 490 | " The energy storage potential data are provided per" |
||
| 491 | " federal state in table 7-1" |
||
| 492 | " (Donadei, S., et al., 2020, p. 7-4)." |
||
| 493 | " Note: Please include all bgr data sources when using" |
||
| 494 | " the data." |
||
| 495 | ), |
||
| 496 | "path": shared_path, |
||
| 497 | "licenses": shared_licenses, |
||
| 498 | }, |
||
| 499 | "bgr_inspeeds_report": { |
||
| 500 | "title": shared_title, |
||
| 501 | "description": ( |
||
| 502 | "The report includes availability of saltstructures for" |
||
| 503 | " energy storage and energy storage potential" |
||
| 504 | " accumulated per federal state in Germany." |
||
| 505 | ), |
||
| 506 | "path": ( |
||
| 507 | "https://www.bgr.bund.de/DE/Themen" |
||
| 508 | "/Nutzung_tieferer_Untergrund_CO2Speicherung/Downloads" |
||
| 509 | "/InSpeeDS_TP_Bewertungskriterien.pdf" |
||
| 510 | "?__blob=publicationFile&v=3" |
||
| 511 | ), |
||
| 512 | "licenses": shared_licenses, |
||
| 513 | }, |
||
| 514 | "demandregio": { |
||
| 515 | "title": "DemandRegio", |
||
| 516 | "description": ( |
||
| 517 | "Harmonisierung und Entwicklung von Verfahren zur" |
||
| 518 | " regionalen und zeitlichen Auflösung von" |
||
| 519 | " Energienachfragen" |
||
| 520 | ), |
||
| 521 | "path": "https://doi.org/10.34805/ffe-119-20", |
||
| 522 | "licenses": [license_ccby("© FZJ, TUB, FfE")], |
||
| 523 | }, |
||
| 524 | "egon-data": { |
||
| 525 | "title": "eGon-data", |
||
| 526 | "description": ( |
||
| 527 | "Workflow to download, process and generate data sets" |
||
| 528 | " suitable for the further research conducted in the" |
||
| 529 | " project eGon (https://ego-n.org/)" |
||
| 530 | ), |
||
| 531 | "path": "https://github.com/openego/eGon-data", |
||
| 532 | "licenses": [license_agpl(settings.EGON_ATTRIBUTION)], |
||
| 533 | }, |
||
| 534 | "egon-data_bundle": { |
||
| 535 | "title": "Data bundle for egon-data", |
||
| 536 | "description": ( |
||
| 537 | "Zenodo repository to provide several different input" |
||
| 538 | " data sets for eGon-data" |
||
| 539 | ), |
||
| 540 | "path": "https://zenodo.org/record/10226009", |
||
| 541 | "licenses": [license_ccby("© eGon development team")], |
||
| 542 | }, |
||
| 543 | "Einspeiseatlas": { |
||
| 544 | "title": "Einspeiseatlas", |
||
| 545 | "description": ( |
||
| 546 | "Im Einspeiseatlas finden sie sich die Informationen zu" |
||
| 547 | " realisierten und geplanten Biomethanaufbereitungsanlagen" |
||
| 548 | " - mit und ohne Einspeisung ins Gasnetz -" |
||
| 549 | " in Deutschland und weltweit." |
||
| 550 | ), |
||
| 551 | "path": "https://www.biogaspartner.de/einspeiseatlas/", |
||
| 552 | "licenses": [ |
||
| 553 | license_ccby("Deutsche Energie-Agentur (dena, 2021)") |
||
| 554 | ], |
||
| 555 | }, |
||
| 556 | "era5": { |
||
| 557 | "title": "ERA5 global reanalysis", |
||
| 558 | "description": ( |
||
| 559 | "ERA5 is the fifth generation ECMWF reanalysis for the" |
||
| 560 | " global climate and weather for the past 4 to 7" |
||
| 561 | " decades. Currently data is available from 1950, split" |
||
| 562 | " into Climate Data Store entries for 1950-1978" |
||
| 563 | " (preliminary back extension) and from 1979 onwards" |
||
| 564 | " (final release plus timely updates, this page)." |
||
| 565 | " ERA5 replaces the ERA-Interim reanalysis." |
||
| 566 | " See the online ERA5 documentation (" |
||
| 567 | "https://confluence.ecmwf.int/display/CKB" |
||
| 568 | "/ERA5%3A+data+documentation" |
||
| 569 | "#ERA5:datadocumentation-Dataupdatefrequency)" |
||
| 570 | " for more information." |
||
| 571 | ), |
||
| 572 | "path": ( |
||
| 573 | "https://confluence.ecmwf.int/display/CKB" |
||
| 574 | "/ERA5%3A+data+documentation" |
||
| 575 | "#ERA5:datadocumentation-Dataupdatefrequency" |
||
| 576 | ), |
||
| 577 | "licenses": [ |
||
| 578 | { |
||
| 579 | "name": "Licence to use Copernicus Products", |
||
| 580 | "title": "Licence to use Copernicus Products", |
||
| 581 | "path": ( |
||
| 582 | "https://cds.climate.copernicus.eu/api/v2/terms" |
||
| 583 | "/static/licence-to-use-copernicus-products.pdf" |
||
| 584 | ), |
||
| 585 | "instruction": ( |
||
| 586 | "This Licence is free of charge, worldwide," |
||
| 587 | " non-exclusive, royalty free and perpetual." |
||
| 588 | " Access to Copernicus Products is given for" |
||
| 589 | " any purpose in so far as it is lawful," |
||
| 590 | " whereas use may include, but is not limited" |
||
| 591 | " to: reproduction; distribution; communication" |
||
| 592 | " to the public; adaptation, modification and" |
||
| 593 | " combination with other data and information;" |
||
| 594 | " or any combination of the foregoing" |
||
| 595 | ), |
||
| 596 | "attribution": ( |
||
| 597 | "Copernicus Climate Change Service (C3S)" |
||
| 598 | " Climate Data Store" |
||
| 599 | ), |
||
| 600 | }, |
||
| 601 | ], |
||
| 602 | }, |
||
| 603 | "dsm-heitkoetter": { |
||
| 604 | "title": ( |
||
| 605 | "Assessment of the regionalised demand response" |
||
| 606 | " potential in Germany using an open source tool and" |
||
| 607 | " dataset" |
||
| 608 | ), |
||
| 609 | "description": ( |
||
| 610 | "With the expansion of renewable energies in Germany," |
||
| 611 | " imminent grid congestion events occur more often. One" |
||
| 612 | " approach for avoiding curtailment of renewable" |
||
| 613 | " energies is to cover excess feed-in by demand" |
||
| 614 | " response." |
||
| 615 | " As curtailment is often a local phenomenon, in this" |
||
| 616 | " work we determine the regional demand response" |
||
| 617 | " potential for the 401 German administrative districts" |
||
| 618 | " with a temporal resolution of 15 min, including" |
||
| 619 | " technical, socio-technical and economic restrictions." |
||
| 620 | ), |
||
| 621 | "path": "https://doi.org/10.1016/j.adapen.2020.100001", |
||
| 622 | "licenses": [ |
||
| 623 | license_ccby( |
||
| 624 | "© 2020 German Aerospace Center (DLR)," |
||
| 625 | " Institute of Networked Energy Systems." |
||
| 626 | ) |
||
| 627 | ], |
||
| 628 | }, |
||
| 629 | "hotmaps_industrial_sites": { |
||
| 630 | "titel": "industrial_sites_Industrial_Database", |
||
| 631 | "description": ( |
||
| 632 | "Georeferenced industrial sites of energy-intensive" |
||
| 633 | " industry sectors in EU28" |
||
| 634 | ), |
||
| 635 | "path": ( |
||
| 636 | "https://gitlab.com/hotmaps/industrial_sites" |
||
| 637 | "/industrial_sites_Industrial_Database" |
||
| 638 | ), |
||
| 639 | "licenses": [ |
||
| 640 | license_ccby("© 2016-2018: Pia Manz, Tobias Fleiter") |
||
| 641 | ], |
||
| 642 | }, |
||
| 643 | "hotmaps_scen_buildings": { |
||
| 644 | "titel": "scen_current_building_demand", |
||
| 645 | "description": ( |
||
| 646 | "Energy demand scenarios in buidlings until the year 2050" |
||
| 647 | " - current policy scenario" |
||
| 648 | ), |
||
| 649 | "path": "https://gitlab.com/hotmaps/scen_current_building_demand", |
||
| 650 | "licenses": [ |
||
| 651 | license_ccby( |
||
| 652 | "© 2016-2018: Michael Hartner" |
||
| 653 | ", Lukas Kranzl" |
||
| 654 | ", Sebastian Forthuber" |
||
| 655 | ", Sara Fritz" |
||
| 656 | ", Andreas Müller" |
||
| 657 | ) |
||
| 658 | ], |
||
| 659 | }, |
||
| 660 | "mastr": { |
||
| 661 | "title": "open-MaStR power unit registry", |
||
| 662 | "description": ( |
||
| 663 | "Raw data download Marktstammdatenregister (MaStR) data" |
||
| 664 | " using the webservice. All data from the" |
||
| 665 | " Marktstammdatenregister is included. There are" |
||
| 666 | " duplicates included. For further information read in" |
||
| 667 | " the documentation of the original data source:" |
||
| 668 | " https://www.marktstammdatenregister.de/MaStRHilfe" |
||
| 669 | "/subpages/statistik.html" |
||
| 670 | ), |
||
| 671 | "path": "https://zenodo.org/record/10480930", |
||
| 672 | "licenses": [ |
||
| 673 | licenses_datenlizenz_deutschland( |
||
| 674 | "© 2021 Bundesnetzagentur für Elektrizität, Gas," |
||
| 675 | " Telekommunikation, Post und Eisenbahnen" |
||
| 676 | ) |
||
| 677 | ], |
||
| 678 | }, |
||
| 679 | "nep2021": { |
||
| 680 | "title": ( |
||
| 681 | "Netzentwicklungsplan Strom 2035, Version 2021, erster" |
||
| 682 | " Entwurf" |
||
| 683 | ), |
||
| 684 | "description": ( |
||
| 685 | "Die vier deutschen Übertragungsnetzbetreiber zeigen" |
||
| 686 | " mit diesem ersten Entwurf des Netzentwicklungsplans" |
||
| 687 | " 2035, Version 2021, den benötigten Netzausbau für die" |
||
| 688 | " nächsten Jahre auf. Der NEP-Bericht beschreibt keine" |
||
| 689 | " konkreten Trassenverläufe von Übertragungsleitungen," |
||
| 690 | " sondern er dokumentiert den notwendigen" |
||
| 691 | " Übertragungsbedarf zwischen Netzknoten." |
||
| 692 | " Das heißt, es werden Anfangs- und Endpunkte von" |
||
| 693 | " zukünftigen Leitungsverbindungen definiert sowie" |
||
| 694 | " konkrete Empfehlungen für den Aus- und Neubau der" |
||
| 695 | " Übertragungsnetze an Land und auf See in Deutschland" |
||
| 696 | " gemäß den Detailanforderungen im § 12 EnWG gegeben." |
||
| 697 | ), |
||
| 698 | "path": "https://zenodo.org/record/5743452#.YbCoz7so8go", |
||
| 699 | "licenses": [license_ccby("© Übertragungsnetzbetreiber")], |
||
| 700 | }, |
||
| 701 | "openffe_gas": { |
||
| 702 | "title": ( |
||
| 703 | "Load Curves of the Industry Sector" |
||
| 704 | " – eXtremOS solidEU Scenario (Europe NUTS-3)" |
||
| 705 | ), |
||
| 706 | "description": ( |
||
| 707 | "Load Curves of the Industry Sector for the eXtremOS" |
||
| 708 | " solidEU Scenario Scenario at NUTS-3-Level." |
||
| 709 | " More information at https://extremos.ffe.de/." |
||
| 710 | ), |
||
| 711 | "path": ( |
||
| 712 | "http://opendata.ffe.de/dataset" |
||
| 713 | "/load-curves-of-the-industry-sector-extremos-solideu" |
||
| 714 | "-scenario-europe-nuts-3/" |
||
| 715 | ), |
||
| 716 | "licenses": [license_ccby("© FfE, eXtremOS Project")], |
||
| 717 | }, |
||
| 718 | "openstreetmap": { |
||
| 719 | "title": "OpenStreetMap Data Extracts (Geofabrik)", |
||
| 720 | "description": ( |
||
| 721 | "Full data extract of OpenStreetMap data for defined" |
||
| 722 | ' spatial extent at "referenceDate"' |
||
| 723 | ), |
||
| 724 | "path": ( |
||
| 725 | "https://download.geofabrik.de/europe/germany-210101.osm.pbf" |
||
| 726 | ), |
||
| 727 | "licenses": [license_odbl("© OpenStreetMap contributors")], |
||
| 728 | }, |
||
| 729 | "peta": { |
||
| 730 | "title": "Pan-European Thermal Atlas, Peta version 5.0.1", |
||
| 731 | "description": ( |
||
| 732 | "Modelled Heat Demand distribution (in GJ per hectare" |
||
| 733 | " grid cell) for residential and service heat demands" |
||
| 734 | " for space heating and hot water for the year 2015" |
||
| 735 | " using HRE4 data and the combined top-down bottom-up" |
||
| 736 | " approach of HRE4. National sector-specific heat" |
||
| 737 | " demand data, derived by the FORECAST model in HRE4" |
||
| 738 | " for residential (delivered energy, for space heating" |
||
| 739 | " and hot water) and service-sector (delivered energy," |
||
| 740 | " for space heating, hot water and process heat)" |
||
| 741 | " buildings for the year 2015, were distributed using" |
||
| 742 | " modelled, spatial statistics based floor areas in" |
||
| 743 | " 100x100m grids and a population grid. For further" |
||
| 744 | " information please see the documentation available on" |
||
| 745 | " the Heat Roadmap Europe website, in particular D2.3" |
||
| 746 | " report: Methodologies and assumptions used in the" |
||
| 747 | " mapping." |
||
| 748 | ), |
||
| 749 | "path": "https://s-eenergies-open-data-euf.hub.arcgis.com/search", |
||
| 750 | "licenses": [ |
||
| 751 | license_ccby( |
||
| 752 | "© Europa-Universität Flensburg" |
||
| 753 | ", Halmstad University and Aalborg University" |
||
| 754 | ) |
||
| 755 | ], |
||
| 756 | }, |
||
| 757 | "pipeline_classification": { |
||
| 758 | "title": ( |
||
| 759 | "Technical pipeline characteristics for high pressure" |
||
| 760 | " pipelines" |
||
| 761 | ), |
||
| 762 | "description": ( |
||
| 763 | "Parameters for the classification of gas pipelines," |
||
| 764 | " the whole documentation could is available at:" |
||
| 765 | " https://www.econstor.eu/bitstream/10419/173388/1" |
||
| 766 | "/1011162628.pdf" |
||
| 767 | ), |
||
| 768 | "path": "https://zenodo.org/record/5743452", |
||
| 769 | "licenses": [license_ccby("© DIW Berlin, 2017")], |
||
| 770 | }, |
||
| 771 | "schmidt": { |
||
| 772 | "title": ( |
||
| 773 | "Supplementary material to the masters thesis:" |
||
| 774 | " NUTS-3 Regionalization of Industrial Load Shifting" |
||
| 775 | " Potential in Germany using a Time-Resolved Model" |
||
| 776 | ), |
||
| 777 | "description": ( |
||
| 778 | "Supplementary material to the named masters thesis," |
||
| 779 | " containing data on industrial processes for the" |
||
| 780 | " estimation of NUTS-3 load shifting potential of" |
||
| 781 | " suitable electrically powered industrial processes" |
||
| 782 | " (cement milling, mechanical pulping, paper" |
||
| 783 | " production, air separation)." |
||
| 784 | ), |
||
| 785 | "path": "https://zenodo.org/record/3613767", |
||
| 786 | "licenses": [license_ccby("© 2019 Danielle Schmidt")], |
||
| 787 | }, |
||
| 788 | "SciGRID_gas": { |
||
| 789 | "title": "SciGRID_gas IGGIELGN", |
||
| 790 | "description": ( |
||
| 791 | "The SciGRID_gas dataset represents the European gas" |
||
| 792 | " transport network (pressure levels of 20 bars and" |
||
| 793 | " higher) including the geo-referenced transport" |
||
| 794 | " pipelines, compressor stations, LNG terminals," |
||
| 795 | " storage, production sites, gas power plants, border" |
||
| 796 | " points, and demand time series." |
||
| 797 | ), |
||
| 798 | "path": shared_path, |
||
| 799 | "licenses": [ |
||
| 800 | license_ccby( |
||
| 801 | "Jan Diettrich; Adam Pluta; Wided Medjroubi (DLR-VE)" |
||
| 802 | ), |
||
| 803 | ], |
||
| 804 | }, |
||
| 805 | "seenergies": { |
||
| 806 | "title": "D5 1 Industry Dataset With Demand Data", |
||
| 807 | "description": ( |
||
| 808 | "Georeferenced EU28 industrial sites with quantified" |
||
| 809 | " annual excess heat volumes and demand data within" |
||
| 810 | " main sectors: Chemical industry, Iron and steel," |
||
| 811 | " Non-ferrous metals, Non-metallic minerals, Paper and" |
||
| 812 | " printing, and Refineries." |
||
| 813 | ), |
||
| 814 | "path": ( |
||
| 815 | "https://s-eenergies-open-data-euf.hub.arcgis.com" |
||
| 816 | "/datasets/5e36c0af918040ed936b4e4c101f611d_0/about" |
||
| 817 | ), |
||
| 818 | "licenses": [license_ccby("© Europa-Universität Flensburg")], |
||
| 819 | }, |
||
| 820 | "technology-data": { |
||
| 821 | "titel": "Energy System Technology Data v0.3.0", |
||
| 822 | "description": ( |
||
| 823 | "This script compiles assumptions on energy system" |
||
| 824 | " technologies (such as costs, efficiencies, lifetimes," |
||
| 825 | " etc.) for chosen years (e.g. [2020, 2030, 2050]) from" |
||
| 826 | " a variety of sources into CSV files to be read by" |
||
| 827 | " energy system modelling software. The merged outputs" |
||
| 828 | " have standardized cost years, technology names, units" |
||
| 829 | " and source information." |
||
| 830 | ), |
||
| 831 | "path": "https://github.com/PyPSA/technology-data/tree/v0.3.0", |
||
| 832 | "licenses": [ |
||
| 833 | license_agpl( |
||
| 834 | "© Marta Victoria (Aarhus University)" |
||
| 835 | ", Kun Zhu (Aarhus University)" |
||
| 836 | ", Elisabeth Zeyen (TUB)" |
||
| 837 | ", Tom Brown (TUB)" |
||
| 838 | ) |
||
| 839 | ], |
||
| 840 | }, |
||
| 841 | "tyndp": { |
||
| 842 | "description": ( |
||
| 843 | "ENTSOs’ TYNDP 2020 Scenario Report describes possible" |
||
| 844 | " European energy futures up to 2050. Scenarios are not" |
||
| 845 | " forecasts; they set out a range of possible futures" |
||
| 846 | " used by the ENTSOs to test future electricity and gas" |
||
| 847 | " infrastructure needs and projects. The scenarios are" |
||
| 848 | " ambitious as they deliver a low carbon energy system" |
||
| 849 | " for Europe by 2050. The ENTSOs have developed" |
||
| 850 | " credible scenarios that are guided by technically" |
||
| 851 | " sound pathways, while reflecting country by country" |
||
| 852 | " specifics, so that a pan-European low carbon future" |
||
| 853 | " is achieved." |
||
| 854 | ), |
||
| 855 | "path": "https://tyndp.entsoe.eu/maps-data", |
||
| 856 | "licenses": [license_ccby("© ENTSO-E and ENTSOG")], |
||
| 857 | }, |
||
| 858 | "vg250": { |
||
| 859 | "title": "Verwaltungsgebiete 1:250 000 (Ebenen)", |
||
| 860 | "description": ( |
||
| 861 | "Der Datenbestand umfasst sämtliche Verwaltungseinheiten" |
||
| 862 | " der hierarchischen Verwaltungsebenen vom Staat bis zu" |
||
| 863 | " den Gemeinden mit ihren Grenzen, statistischen" |
||
| 864 | " Schlüsselzahlen, Namen der Verwaltungseinheit sowie" |
||
| 865 | " die spezifische Bezeichnung der Verwaltungsebene des" |
||
| 866 | " jeweiligen Landes." |
||
| 867 | ), |
||
| 868 | "path": ( |
||
| 869 | "https://daten.gdz.bkg.bund.de/produkte/vg" |
||
| 870 | "/vg250_ebenen_0101/2020" |
||
| 871 | "/vg250_01-01.geo84.shape.ebenen.zip" |
||
| 872 | ), |
||
| 873 | "licenses": [ |
||
| 874 | licenses_datenlizenz_deutschland( |
||
| 875 | "© Bundesamt für Kartographie und Geodäsie" |
||
| 876 | " 2020 (Daten verändert)" |
||
| 877 | ) |
||
| 878 | ], |
||
| 879 | }, |
||
| 880 | "zensus": { |
||
| 881 | "title": ( |
||
| 882 | "Statistisches Bundesamt (Destatis)" |
||
| 883 | " - Ergebnisse des Zensus 2011 zum Download" |
||
| 884 | ), |
||
| 885 | "description": ( |
||
| 886 | "Als Download bieten wir Ihnen auf dieser Seite" |
||
| 887 | " zusätzlich zur Zensusdatenbank CSV- und teilweise" |
||
| 888 | " Excel-Tabellen mit umfassenden Personen-, Haushalts-" |
||
| 889 | " und Familien- sowie Gebäude- und Wohnungsmerkmaln." |
||
| 890 | " Die Ergebnisse liegen auf Bundes-, Länder-, Kreis-" |
||
| 891 | " und Gemeindeebene vor. Außerdem sind einzele" |
||
| 892 | " Ergebnisse für Gitterzellen verfügbar." |
||
| 893 | ), |
||
| 894 | "path": ( |
||
| 895 | "https://www.zensus2011.de/DE/Home/Aktuelles" |
||
| 896 | "/DemografischeGrunddaten.html" |
||
| 897 | ), |
||
| 898 | "licenses": [ |
||
| 899 | licenses_datenlizenz_deutschland( |
||
| 900 | "© Statistische Ämter des Bundes und der Länder 2014" |
||
| 901 | ) |
||
| 996 |