Fehmarn

Multi tool use
Fehmarn
|
 Prefeitura de Fehmarn
|
Brasão
|
Mapa
|
|
Mapa da Alemanha, posição de Fehmarn acentuada
|
Administração
|
País |
Alemanha
|
Estado |
Schleswig-Holstein
|
Distrito |
Ostholstein
|
Prefeito |
Otto-Uwe Schmiedt
|
Partido no poder |
parteilos
|
Estatística
|
Coordenadas geográficas |
54° 26' 15" N 11° 11' 49" E
|
Área |
185,45 km²
|
Altitude |
0-27,2 m
|
População |
12.981 (31/12/2007)
|
Densidade populacional |
70,00 hab./km²
|
Outras Informações
|
Placa de veículo |
OH
|
Código postal |
23769
|
Código telefônico |
04371, 04372
|
Endereço da prefeitura |
Am Markt 1
|
Website |
sítio oficial
|
Localização de Fehmarn no distrito de Ostholstein
|
|
Fehmarn é uma cidade da Alemanha localizada no distrito de Ostholstein, estado de Schleswig-Holstein. É também uma ilha homónima no Mar Báltico, a cerca de 18 km a sul de Lolland, uma ilha da Dinamarca.[1][2]
Referências
↑ «Statistikamt Nord: Bevölkerung in Schleswig-Holstein am 31. Dezember 2011 nach Kreisen, Ämtern, amtsfreien Gemeinden und Städten» (PDF) (em alemão). Statistisches Amt für Hamburg und Schleswig-Holstein
↑ «Statistisches Bundesamt – Gemeinden in Deutschland nach Bevölkerung am 31.12.2011 auf Grundlage des Zensus 2011 und früherer Zählungen» (em alemão). Einwohnerzahlen auf Grundlage des Zensus 2011
 |
Este artigo sobre geografia da Alemanha é um esboço. Você pode ajudar a Wikipédia expandindo-o.
|
O Commons possui uma categoria contendo imagens e outros ficheiros sobre Fehmarn
Cidades e municípios no distrito de Ostholstein
Ahrensbök |
Altenkrempe |
Bad Schwartau |
Beschendorf |
Dahme |
Damlos |
Eutin |
Fehmarn |
Göhl |
Gremersdorf |
Grömitz |
Großenbrode |
Grube |
Harmsdorf |
Heiligenhafen |
Heringsdorf |
Kabelhorst |
Kasseedorf |
Kellenhusen (Ostsee) |
Lensahn |
Malente |
Manhagen |
Neukirchen |
Neustadt in Holstein |
Oldemburgo |
Ratekau |
Riepsdorf |
Scharbeutz |
Schashagen |
Schönwalde am Bungsberg |
Sierksdorf |
Stockelsdorf |
Süsel |
Timmendorfer Strand |
Wangels |
Ilhas habitadas no Mar Báltico |
Dinamarca |
Boríngia · Ertholmene · Falster · Lolland · Møn
|
Estônia |
Abruka · Aegna · Hiiumaa · Kassari · Kesselaid · Kihnu · Kõinastu · Manilaid · Mohni · Muhu · Prangli · Osmussaar · Ruhnu · Saaremaa · Väike-Pakri · Vilsandi · Vormsi
|
Finlândia |
Ilhas Åland · Hailuoto · Kimitoön · Laajasalo · Lauttasaari · Replot · Suomenlinna
|
Alemanha |
Dänholm · Fehmarn · Hiddensee · Poel · Rügen · Ummanz · Usedom
|
Polônia |
Uznam · Wolin
|
Rússia |
Kotlin
|
Suécia |
Fårö · Gotlândia · Lidingö · Ljusterö · Stora Karlsö · Väddö och Björkö · Värmdö · Olândia
|
5 ezw18HemLZtjS24ydY9xFeCua,DwdvZ hv,pnVFwB
Popular posts from this blog
0
I found a lot of questions abount appendices and ToC. Many users want appendices to be grouped in an Appendix part, however some problems arise with ToC, hyperref, PDF viewer bookmarks, and so on. There are different solutions which require extra packages, command patching and other extra code, however none of them satisfies me. I almost found an easy way to accomplish a good result, where appendices are added to bookmarks in the right way and hyperref links point to the right page. However, the number of the "Appendix" part page is wrong (it's the number of appendix A). Is there any EASY way to fix that? This is a MWE: documentclass{book} usepackage[nottoc,notlot,notlof]{tocbibind} usepackage{hyperref} begin{document} frontmatter tableofcontents mainmatter part{First} chapter{...
1
In the sklearn.model_selection.cross_val_predict page it is stated: Generate cross-validated estimates for each input data point. It is not appropriate to pass these predictions into an evaluation metric. Can someone explain what does it mean? If this gives estimate of Y (y prediction) for every Y (true Y), why can't I calculate metrics such as RMSE or coefficient of determination using these results?
python scikit-learn cross-validation
share | improve this question
edited Nov 28 '18 at 17:52
desertnaut
20.3k 7 43 79
...
0
I have problem with inserting data to MySQL from modal. My modal: <a href="#" class="badge badge-pill badge-success">6 komentarzy</a> <a href="#" class="badge badge-pill badge-danger">brak komentarzy</a> <a data-toggle="modal" href="#add_desk_comm_{$desk_['desk_id']}" data-target="#add_desk_comm_{$desk_['desk_id']}" class="ediiit">(dodaj)</a> <div class="modal fade" id="add_desk_comm_{$desk_['desk_id']}" tabindex="-1" role="dialog" aria-labelledby="edit_printer" aria-hidden="true"> <div class="modal-dialog" role="document"> ...