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