OpenSeaMap-dev:Catalogue of INT Charts: Unterschied zwischen den Versionen

Aus OpenSeaMap-dev
Wechseln zu: Navigation, Suche
K (Kategorie:Downloadable Maps added)
(bugs added)
 
(24 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
 +
== Basics ==
 +
 
* [http://www.iho.int/iho_pubs/standard/S-11/S-11.htm Catalogue of INT Charts]
 
* [http://www.iho.int/iho_pubs/standard/S-11/S-11.htm Catalogue of INT Charts]
 
* Test charts: [http://kap.grade.de/Europe/Germany/ OSeaM_INT-1463]
 
* Test charts: [http://kap.grade.de/Europe/Germany/ OSeaM_INT-1463]
* Issues at github:
+
* github: [https://github.com/OpenSeaMap/chart-sheet-properties chart-sheet-properties]
** [https://github.com/OpenSeaMap/chart-designer/issues/1 Series of pre-selectable charts]
+
 
** [https://github.com/OpenSeaMap/general/issues/10 Set up scripts to generate INT charts in various formats]
+
=== Issues at github: ===
 +
* [https://github.com/OpenSeaMap/chart-sheet-properties/issues/5 Desired format]
 +
* [https://github.com/OpenSeaMap/general/issues/10 Set up scripts to generate INT charts in various formats]
 +
 
 +
=== Tools: ===
 +
* pdf-converter [http://www.heise.de/download/nitro-pdf-professional-1155479.html Nitro Pro 9] works verry well on WIN (30days trial):<br>After conversion to .xlsx, save as .csv and continue with text-editor to get rid of joined cells...
 +
* [http://ieg.ifs.tuwien.ac.at/projects/pdf2table/ PDF2Table] does a very good job and is Open Source. It's producing a file output.xml containing the table information.
 +
* coords transformation <b>dd°mm.mm'</b> to <b>dd.dddd</b> openoffice-calc example (Gebietsschema 'Deutsch (Schweiz)' wg. Dezimaltrenner!):
 +
=WENN((RECHTS(N2;1)="W");(LINKS(N2;FINDEN("°";N2)-1)+WERT(TEIL(N2;FINDEN("°";N2)+1;LÄNGE(N2)-2-FINDEN("°";N2)))/60)*-1;(LINKS(N2;FINDEN("°";N2)-1)+WERT(TEIL(N2;FINDEN("°";N2)+1;LÄNGE(N2)-2-FINDEN("°";N2)))/60))
 +
 
 +
=== geoJSON ===
 +
 
 +
* Map: [http://kap.grade.de/int-chart-ol2.html ol2 using geoJSON]
 +
 
 +
* int-chart.csv:
 +
<pre>
 +
Region,Area,INT,Nation,Local,Name,Scale,geometry
 +
RegionC2,SMALL SCALE INT CHARTS,608,CL,900,Guayaquil a Valparaiso,3500000,"polygon((-91 -1 , -91 -34 , -70 -34 , -70 -1 , -91 -1))"
 +
</pre>
 +
 
 +
* csv2geojson.vrt:
 +
<pre>
 +
<OGRVRTDataSource>
 +
  <OGRVRTLayer name="int-chart">
 +
    <SrcDataSource>/[path-2-file]/int-chart.csv</SrcDataSource>
 +
    <GeometryType>wkbPolygon</GeometryType>
 +
    <GeometryField encoding="WKT" field="geometry" > </GeometryField >
 +
  </OGRVRTLayer>
 +
</OGRVRTDataSource>
 +
</pre>
 +
 
 +
* ogr2org:
 +
<pre>
 +
ogr2ogr -f geojson int-chart.geojson csv2geojson.vrt
 +
</pre>
 +
 
 +
== bugs ==
 +
* weird shapes, known errors
 +
<pre>
 +
RegionC1
 +
COAST OF BRAZIL
 +
Hydrographic Office: BR
 +
INT: 2003
 +
De Salinópolis a Fortaleza
 +
1:1000000
 +
 
 +
RegionD
 +
CENTRAL EASTERN NORTH SEA
 +
Hydrographic Office: DK
 +
INT: 1450PartA
 +
Part A - Limfjorden Aalborg-Løgstor
 +
1:30000
 +
geschaetzt
 +
 
 +
RegionE
 +
GULF OF BOTHNIA
 +
Hydrographic Office: SE
 +
INT: 1789
 +
Malören – Seskarö – Haparanda
 +
1:50000
 +
geschaetzt
 +
 
 +
RegionE
 +
KATTEGAT AND BALTIC ENTRANCES
 +
Hydrographic Office: SE
 +
INT: 1396
 +
Arvika – Säffle-Köpmannebro
 +
1:60000
 +
 
 +
RegionE
 +
KATTEGAT AND BALTIC ENTRANCES
 +
Hydrographic Office: DE
 +
INT: 1366PlanA
 +
Plan A – Hafenanlagen von Rendsburg (Rendsburg Locks)
 +
1:15000
 +
geschaetzt
 +
 
 +
RegionE
 +
KATTEGAT AND BALTIC ENTRANCES
 +
Hydrographic Office: DK
 +
INT: 1377PlanB
 +
Plan B
 +
1:40000
 +
 
 +
RegionE
 +
KATTEGAT AND BALTIC ENTRANCES
 +
Hydrographic Office: DK
 +
INT: 1377PlanA
 +
Plan A
 +
1:40000
 +
 
 +
RegionE
 +
BALTIC SEA – CENTRAL PART
 +
Hydrographic Office: SE
 +
INT: 1777PlanA
 +
Plan A – Öregrundsleden
 +
1:25000
 +
geschaetzt
 +
 
 +
RegionE
 +
GULF OF BOTHNIA
 +
Hydrographic Office: SE
 +
INT: 1781
 +
Hallgrund-Hudiksvall – Hornslandet
 +
1:50000
 +
 
 +
RegionE
 +
GULF OF BOTHNIA
 +
Hydrographic Office: SE
 +
INT: 1174
 +
Vegagrundet-Holmsund-Umeå
 +
1:25000
 +
 
 +
RegionE
 +
BALTIC SEA – CENTRAL PART
 +
Hydrographic Office: FI
 +
INT: ??
 +
Utö
 +
1:20000
 +
</pre>
 +
 
 +
== Catalogue of INT Charts ==
 +
is maintained by the IHB in liaison with all regional INT chart coordinators
 +
 
 +
=== 1: 10 Million Scale ===
 +
<pre>
 +
</pre>
 +
 
 +
=== Region 'A' NW Atlantic & NE Pacific ===
 +
<pre>
 +
</pre>
 +
 
 +
=== Region 'B' Meso-America & Caribbean Sea  ===
 +
<pre>
 +
</pre>
 +
 
 +
=== Region 'C1' SW Atlantic  ===
 +
* [https://github.com/OpenSeaMap/chart-sheet-properties/tree/master/IHO_PUB_S-11/Region_C1 github]
 +
<pre>
 +
</pre>
 +
 
 +
=== Region 'C2' SE Pacific  ===
 +
* [https://github.com/OpenSeaMap/chart-sheet-properties/tree/master/IHO_PUB_S-11/Region_C2 github]
 +
<pre>
 +
</pre>
 +
 
 +
=== REGION 'D' NE Atlantic ===
 +
* [https://github.com/OpenSeaMap/chart-sheet-properties/tree/master/IHO_PUB_S-11/Region_D github]
 +
 
 +
=== Region 'E' Baltic Sea ===
 +
 
 +
=== Region 'F' Mediterranean & Black Seas ===
 +
<pre>
 +
</pre>
 +
 
 +
=== Region 'G' E Atlantic ===
 +
<pre>
 +
</pre>
 +
 
 +
=== Region 'H' SE Atlantic & SW Indian Ocean===
 +
<pre>
 +
</pre>
 +
 
 +
=== Region 'I' NW Indian Ocean ===
 +
<pre>
 +
</pre>
 +
 
 +
=== Region 'J' N Indian Ocean ===
 +
<pre>
 +
</pre>
 +
 
 +
=== Region 'K' E Asia & NW Pacific ===
 +
<pre>
 +
</pre>
 +
 
 +
=== Region 'L' SE Indian Ocean & SW Pacific ===
 +
<pre>
 +
</pre>
 +
 
 +
=== Region 'M' Southern Ocean===
 +
<pre>
 +
</pre>
 +
 
 +
=== Region 'N' Arctic Ocean ===
 +
<pre>
 +
</pre>
 +
 
  
  
 
[[Kategorie:Downloadable Maps]]
 
[[Kategorie:Downloadable Maps]]

Aktuelle Version vom 8. Februar 2015, 13:14 Uhr

Basics

Issues at github:

Tools:

  • pdf-converter Nitro Pro 9 works verry well on WIN (30days trial):
    After conversion to .xlsx, save as .csv and continue with text-editor to get rid of joined cells...
  • PDF2Table does a very good job and is Open Source. It's producing a file output.xml containing the table information.
  • coords transformation dd°mm.mm' to dd.dddd openoffice-calc example (Gebietsschema 'Deutsch (Schweiz)' wg. Dezimaltrenner!):
=WENN((RECHTS(N2;1)="W");(LINKS(N2;FINDEN("°";N2)-1)+WERT(TEIL(N2;FINDEN("°";N2)+1;LÄNGE(N2)-2-FINDEN("°";N2)))/60)*-1;(LINKS(N2;FINDEN("°";N2)-1)+WERT(TEIL(N2;FINDEN("°";N2)+1;LÄNGE(N2)-2-FINDEN("°";N2)))/60))

geoJSON

  • int-chart.csv:
Region,Area,INT,Nation,Local,Name,Scale,geometry
RegionC2,SMALL SCALE INT CHARTS,608,CL,900,Guayaquil a Valparaiso,3500000,"polygon((-91 -1 , -91 -34 , -70 -34 , -70 -1 , -91 -1))"
  • csv2geojson.vrt:
<OGRVRTDataSource>
  <OGRVRTLayer name="int-chart">
    <SrcDataSource>/[path-2-file]/int-chart.csv</SrcDataSource>
    <GeometryType>wkbPolygon</GeometryType>
    <GeometryField encoding="WKT" field="geometry" > </GeometryField >
  </OGRVRTLayer>
</OGRVRTDataSource>
  • ogr2org:
ogr2ogr -f geojson int-chart.geojson csv2geojson.vrt

bugs

  • weird shapes, known errors
RegionC1
COAST OF BRAZIL
Hydrographic Office: BR
INT: 2003
De Salinópolis a Fortaleza
1:1000000

RegionD
CENTRAL EASTERN NORTH SEA
Hydrographic Office: DK
INT: 1450PartA
Part A - Limfjorden Aalborg-Løgstor
1:30000
geschaetzt

RegionE
GULF OF BOTHNIA
Hydrographic Office: SE
INT: 1789
Malören – Seskarö – Haparanda
1:50000
geschaetzt

RegionE
KATTEGAT AND BALTIC ENTRANCES
Hydrographic Office: SE
INT: 1396
Arvika – Säffle-Köpmannebro
1:60000

RegionE
KATTEGAT AND BALTIC ENTRANCES
Hydrographic Office: DE
INT: 1366PlanA
Plan A – Hafenanlagen von Rendsburg (Rendsburg Locks)
1:15000
geschaetzt

RegionE
KATTEGAT AND BALTIC ENTRANCES
Hydrographic Office: DK
INT: 1377PlanB
Plan B
1:40000

RegionE
KATTEGAT AND BALTIC ENTRANCES
Hydrographic Office: DK
INT: 1377PlanA
Plan A
1:40000

RegionE
BALTIC SEA – CENTRAL PART
Hydrographic Office: SE
INT: 1777PlanA
Plan A – Öregrundsleden
1:25000
geschaetzt

RegionE
GULF OF BOTHNIA
Hydrographic Office: SE
INT: 1781
Hallgrund-Hudiksvall – Hornslandet
1:50000

RegionE
GULF OF BOTHNIA
Hydrographic Office: SE
INT: 1174
Vegagrundet-Holmsund-Umeå
1:25000

RegionE
BALTIC SEA – CENTRAL PART
Hydrographic Office: FI
INT: ??
Utö
1:20000

Catalogue of INT Charts

is maintained by the IHB in liaison with all regional INT chart coordinators

1: 10 Million Scale


Region 'A' NW Atlantic & NE Pacific


Region 'B' Meso-America & Caribbean Sea


Region 'C1' SW Atlantic


Region 'C2' SE Pacific


REGION 'D' NE Atlantic

Region 'E' Baltic Sea

Region 'F' Mediterranean & Black Seas


Region 'G' E Atlantic


Region 'H' SE Atlantic & SW Indian Ocean


Region 'I' NW Indian Ocean


Region 'J' N Indian Ocean


Region 'K' E Asia & NW Pacific


Region 'L' SE Indian Ocean & SW Pacific


Region 'M' Southern Ocean


Region 'N' Arctic Ocean