Karttur projects
Setup custom projection system
If you want to work with a specific projection system (typically a national projetion system) and a specific region (typically a nation), you must first define the projection system, then the geographical region and finally a user with a project that use the defined region. This blog covers how to add the required schemas and tables to the PostgreSQL database and then add the required process links for the new projection system. The blog uses the Swedish national projection system, SWEREF99 (EPSG: 3006), as an example.Projection system setup:Part 1 setup_db Setup database for custom projection system (SWEREF99) Projection system setup:Part 2 setup_processes Setup boundaries, tiling, regions and user project for custom projection system (SWEREF99) Projection system setup:Part 3 update db Update database for process access to custom projection system (SWEREF99)
json commands
Database setup (under python package setup_db)
SWEREF_schema+tables_v090_sql.json Install schema+tables for SWEREF
SWEREF_insert-procsys_v090_sql.json Insert table data for process systems
Processes setup (under python package setup_processes)
Database setup (under python package setup_db)
SWEREF_schema+tables_v090_sql.json Install schema+tables for SWEREF
SWEREF_insert-procsys_v090_sql.json Insert table data for process systems
Processes setup (under python package setup_processes)
SWEREF_schema+tables_v090_sql.json Install schema+tables for SWEREF SWEREF_insert-procsys_v090_sql.json Insert table data for process systems