Welcome to the geofictician wiki.

User:Luciano/Sandbox/Maperitive/OverviewMap and Ohunkagan: Difference between pages

From Geofictician
< User:Luciano‎ | Sandbox‎ | Maperitive(Difference between pages)
Jump to navigationJump to search
imported>Luciano
(Created page with "This is an "overview map" that is made using some extracts and transformations on the OGF world backup file (.pbf), followed by a Maperitive ruleset. File:Maperitive_Overv...")
 
imported>Luciano
 
Line 1: Line 1:
This is an "overview map" that is made using some extracts and transformations on the OGF world backup file (.pbf), followed by a Maperitive ruleset.  
'''Ohunkagan''' is the largest city in the state of [[Makaska]], in the Federal States of Archanta. It is a commercially important center of transport and commerce for the Grand Lakes Region in the nation's center-south.


[[File:Maperitive_OverviewMap_Test1.jpg|1200px]]
=Etymology=


Note that in the above map, some countries aren't showing up, and there are lots of mistakes. That's because it's based on the actual current data in OGF put there by mappers. Countries with broken border relations don't show up at all. Other countries have out of date or incorrect information of various kinds in their labels.  
The name Ohunkagan for the city is derived from the [[Lake Ohunkagan|lake]] with the same name. The meaning is "story" or "myth" in the local native [[Rakhoda language]]. The lake was so-named because of the periodic gathering of the various Rakhoda bands in the region for storytelling festivals around the lake, which was held to be sacred.


In order for this to be successful, we would need to "clean up" our map data a lot
=History=


The '''advantage''' would be that we could eliminate the need to maintain a separate overview map. We could create a script to re-generate this map on a regular basis.
==Timeline: Growth of Ohunkagan==


In my offline OSM file, I added a tag called "ogf:status" that could be used to drive the coloring on the map. So the colors are based on my additions to the .OSM file.
* 1812 - founding Fort Marony
* 1831 - founding Ohunkagan
* 1859 - Ohunkagan annexes Fort Marony (south of Canal)
* Ohunkagan in 1860: https://opengeofiction.net/relation/155439
* 1861 - annexes South Plains and Mt Airy
* 1872 - annexes village of Balto
* 1874 - annexes New Hotanka
* 1875 - annexes villages of Allanack and Hogarth
* 1879 - annexes Coke Undertown
* 1879 - annexes Hailsham
* Ohunkagan in 1880: https://opengeofiction.net/relation/155144


One challenge was to get country labels that appear in a useful way. I did some data transformations using osmconvert and osmfilter first. To make typing the commands easier (I still haven't made a script), I named my files "o.osm", "ov.osm" etc. The effect of these transformations is to


* simplify the data set, eliminating as much irrelevant data as possible from the world file - no streets, no features... only coastlines and country boundaries
==Before West Ulethan Settlement==
<pre>
>osmconvert o.pbf -o=o.o5m


>osmfilter o.o5m --keep="natural=coastline or admin_level<3 " -o=ov.osm
Before the arrival of the ethnically West Ulethan Effessians, the region currently occupied by the city and metropolitan area of Ohunkagan was home for thousands of years to native peoples. The Rakhoda people, who were those encountered by the settlers, were themselves fairly recent arrivals, however, probably having come into the area only 200-300 years prior. They either drove out or absorbed the prior native groups, about which very little is known in terms of ethnicity, though they left a fairly elaborate material culture in the form of baskets, lodges and such. Linguistically, the region was 100% Rakhoda-speaking by the time the settlers arrived, but there is a surviving substrate of non-Rakhoda names to be found, in places such as Squallywaukus, Bockbow, and some others.
</pre>
* create a label node for the center of each admin_level=2 boundary relation and merge it into the osm file
<pre>
>osmconvert ov.osm --all-to-nodes -o=on.osm


>osmfilter on.osm --keep="@id>2000000000000000 and type=boundary and admin_level<3" -o=ob.osm
=Geography=


>osmconvert ov.osm ob.osm -o=om.osm
==Wards and Neighborhoods==
</pre>


Then we can open the output file, ''om.osm'', using Maperitive, with the following ruleset:
The city is informally but strongly divided into two parts, based on the historical merger of Fort Marony and Ohunkagan in 1859. By the city charter amendment of 1872, city wards must be drawn along neighborhood boundaries. So neighborhoods are listed below by ward constituency.
<pre>
// origin: http://opengeofiction.net/wiki/index.php/User:Luciano/Sandbox/Maperitive/OverviewMap


features
===North of Canal (Northside)===
lines
all lines :
areas
active : relation[ ( NOT "ogf:owner"="[all]" AND NOT "ogf:owner"="[free]" AND NOT "ogf:status" ) OR "ogf:status"="active"]
all : relation[ ( "ogf:owner"="[all]" AND NOT "ogf:owner"="[free]" AND NOT "ogf:status" ) OR "ogf:status"="all"]
collab : relation["ogf:status"="collaborative"]
free : relation[ ( "ogf:owner"="[free]" AND NOT "ogf:owner"="[all]" AND NOT "ogf:status" ) OR "ogf:status"="free"]
inactive : relation["ogf:status"="inactive"]
points
label : [ogf:id AND type=boundary]
properties
map-background-color : #e1e1e1


rules
* Ward 1 https://tile.opengeofiction.net/util/relation_area.html?q=157514
** Hagiyopta https://tile.opengeofiction.net/util/relation_area.html?q=157386
** Loop https://tile.opengeofiction.net/util/relation_area.html?q=157384
** North-of-Canal https://tile.opengeofiction.net/util/relation_area.html?q=157385


target : label
* Ward 3 https://tile.opengeofiction.net/util/relation_area.html?q=157513
define
** Central https://tile.opengeofiction.net/util/relation_area.html?q=157383
font-family : Ariel
** Collard https://tile.opengeofiction.net/util/relation_area.html?q=157381
text-align-horizontal : center
** Near North Side https://tile.opengeofiction.net/util/relation_area.html?q=157375
text-align-vertical : center
** Old Northwest https://tile.opengeofiction.net/util/relation_area.html?q=157377
text : [[ogf:id]] "\n" name "\n" [[ogf:owner]]
font-size : 10
font-weight : bold
fill-color : #fcfcfb
text-color : #060606
text-halo-width : 0
shape : square
shield-resize-mode : free
draw : shield


target : free
* Ward 5 https://tile.opengeofiction.net/util/relation_area.html?q=157620
define
** Balto https://tile.opengeofiction.net/util/relation_area.html?q=157395
fill-color : #009000
** Doon Park https://tile.opengeofiction.net/util/relation_area.html?q=157389
fill-opacity : 0.7
** Duriez https://tile.opengeofiction.net/util/relation_area.html?q=157388
draw : fill
** Firefly https://tile.opengeofiction.net/util/relation_area.html?q=157390
** Gunboat https://tile.opengeofiction.net/util/relation_area.html?q=157515
** Shakespear Bay https://tile.opengeofiction.net/util/relation_area.html?q=157387
** Shocking https://tile.opengeofiction.net/util/relation_area.html?q=157394


target : inactive
* Ward 7 https://tile.opengeofiction.net/util/relation_area.html?q=157621
define
** Cassadine https://tile.opengeofiction.net/util/relation_area.html?q=157619
fill-color : #FFFF00
** Monkford https://tile.opengeofiction.net/util/relation_area.html?q=157523
fill-opacity : 0.7
** Percival Park https://tile.opengeofiction.net/util/relation_area.html?q=157374
draw : fill
** Wallawaukee Park https://tile.opengeofiction.net/util/relation_area.html?q=157376


target : collab
* Ward 9 https://tile.opengeofiction.net/util/relation_area.html?q=157529
define
** Allanack https://tile.opengeofiction.net/util/relation_area.html?q=157524
fill-color : #800080
** Bassompierre https://tile.opengeofiction.net/util/relation_area.html?q=157522
fill-opacity : 0.7
** Ihey https://tile.opengeofiction.net/util/relation_area.html?q=157521
draw : fill
** Mideketou https://tile.opengeofiction.net/util/relation_area.html?q=157525


target : all
* Ward 11 https://tile.opengeofiction.net/util/relation_area.html?q=157526
define
** Bazaar https://tile.opengeofiction.net/util/relation_area.html?q=157382
fill-color : #0000FF
** East Parthia https://tile.opengeofiction.net/util/relation_area.html?q=157379
fill-opacity : 0.7
** Stockyards https://tile.opengeofiction.net/util/relation_area.html?q=157380
draw : fill
** Parthia https://tile.opengeofiction.net/util/relation_area.html?q=157378
** Half Mile https://tile.opengeofiction.net/util/relation_area.html?q=157520


target : active
* Ward 13 https://tile.opengeofiction.net/util/relation_area.html?q=157527
define
** Caingorms https://tile.opengeofiction.net/util/relation_area.html?q=157516
fill-color : #0E1E0E
** Coke Undertown https://tile.opengeofiction.net/util/relation_area.html?q=157519
fill-opacity : 0.2
** De Brosse https://tile.opengeofiction.net/util/relation_area.html?q=157518
draw : fill
** Signal Hill https://tile.opengeofiction.net/util/relation_area.html?q=157517


target : all lines
* Ward 14 https://tile.opengeofiction.net/util/relation_area.html?q=157511
define
** Hogarth https://tile.opengeofiction.net/util/relation_area.html?q=157392
line-color : #fbe56b
** Percival Hill https://tile.opengeofiction.net/util/relation_area.html?q=157391
line-width : 2
** Xavier Point https://tile.opengeofiction.net/util/relation_area.html?q=157393
draw : line
 
</pre>
===South of Canal (Southside)===
 
* Ward 2 https://tile.opengeofiction.net/util/relation_area.html?q=157528
** Fort https://tile.opengeofiction.net/util/relation_area.html?q=157512
** Monitor https://tile.opengeofiction.net/util/relation_area.html?q=157510
 
* Ward 4 https://tile.opengeofiction.net/util/relation_area.html?q=
 
* Ward 6 https://tile.opengeofiction.net/util/relation_area.html?q=
 
* Ward 8 https://tile.opengeofiction.net/util/relation_area.html?q=
 
* Ward 10 https://tile.opengeofiction.net/util/relation_area.html?q=
 
* Ward 12 https://tile.opengeofiction.net/util/relation_area.html?q=

Revision as of 14:26, 12 September 2019

Ohunkagan is the largest city in the state of Makaska, in the Federal States of Archanta. It is a commercially important center of transport and commerce for the Grand Lakes Region in the nation's center-south.

Etymology

The name Ohunkagan for the city is derived from the lake with the same name. The meaning is "story" or "myth" in the local native Rakhoda language. The lake was so-named because of the periodic gathering of the various Rakhoda bands in the region for storytelling festivals around the lake, which was held to be sacred.

History

Timeline: Growth of Ohunkagan

  • 1812 - founding Fort Marony
  • 1831 - founding Ohunkagan
  • 1859 - Ohunkagan annexes Fort Marony (south of Canal)
  • Ohunkagan in 1860: https://opengeofiction.net/relation/155439
  • 1861 - annexes South Plains and Mt Airy
  • 1872 - annexes village of Balto
  • 1874 - annexes New Hotanka
  • 1875 - annexes villages of Allanack and Hogarth
  • 1879 - annexes Coke Undertown
  • 1879 - annexes Hailsham
  • Ohunkagan in 1880: https://opengeofiction.net/relation/155144


Before West Ulethan Settlement

Before the arrival of the ethnically West Ulethan Effessians, the region currently occupied by the city and metropolitan area of Ohunkagan was home for thousands of years to native peoples. The Rakhoda people, who were those encountered by the settlers, were themselves fairly recent arrivals, however, probably having come into the area only 200-300 years prior. They either drove out or absorbed the prior native groups, about which very little is known in terms of ethnicity, though they left a fairly elaborate material culture in the form of baskets, lodges and such. Linguistically, the region was 100% Rakhoda-speaking by the time the settlers arrived, but there is a surviving substrate of non-Rakhoda names to be found, in places such as Squallywaukus, Bockbow, and some others.

Geography

Wards and Neighborhoods

The city is informally but strongly divided into two parts, based on the historical merger of Fort Marony and Ohunkagan in 1859. By the city charter amendment of 1872, city wards must be drawn along neighborhood boundaries. So neighborhoods are listed below by ward constituency.

North of Canal (Northside)

South of Canal (Southside)