Preparing S-57 data using enc processor Python module: Difference between revisions

From Maria GDK Wiki
Preparing S-57 data using enc processor Python module
Jump to navigation Jump to search
(Created page with "S-57 source data can be converted to MBTiles using the Python module enc_processor. Some layers are given custom fields to facilitate rendering in MARIA GDK. thumb")
 
No edit summary
Line 1: Line 1:
S-57 source data can be converted to MBTiles using the Python module enc_processor. Some layers are given custom fields to facilitate rendering in MARIA GDK.  
S-57 source data can be converted to MBTiles using the Python module ''enc_processor''. Some layers are given custom fields to facilitate rendering in MARIA GDK. Zoom level configuration is predefined in the module.  
[[File:S-57 enc processor.png|thumb]]
[[File:S-57 enc processor.png|thumb]]
=== Arguments ===
{| class="wikitable"
|+
!Argument
!Description
|-
|input
|Input folder containing S-57 "000" files.
|-
|output
|Output folder where MBTiles will be built
|-
| --debug
|Write debug log messages
|}

Revision as of 14:43, 13 March 2024

S-57 source data can be converted to MBTiles using the Python module enc_processor. Some layers are given custom fields to facilitate rendering in MARIA GDK. Zoom level configuration is predefined in the module.

S-57 enc processor.png

Arguments

Argument Description
input Input folder containing S-57 "000" files.
output Output folder where MBTiles will be built
--debug Write debug log messages