Skip to content

Instantly share code, notes, and snippets.

@ping13
Last active December 11, 2019 13:10
Show Gist options
  • Save ping13/c91547dcaac8fe0e2160f16b9c6d9955 to your computer and use it in GitHub Desktop.
Save ping13/c91547dcaac8fe0e2160f16b9c6d9955 to your computer and use it in GitHub Desktop.
GeoHash Codes for Bern
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
7.440662384033203,
46.94912910461426
],
[
7.440834045410156,
46.94912910461426
],
[
7.440834045410156,
46.949214935302734
],
[
7.440662384033203,
46.949214935302734
],
[
7.440662384033203,
46.94912910461426
]
]
]
},
"type": "Feature",
"properties": {
"code": "Z1rVSsH",
"lat_err": 0.00004291534423828125,
"lng_err": 0.0000858306884765625,
"lat": 46.949172019958496,
"lng": 7.44074821472168,
"bits_per_char": 6,
"fill-opacity": 0
},
"bbox": [
7.440662384033203,
46.94912910461426,
7.440834045410156,
46.949214935302734
]
},
{
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
7.44049072265625,
46.948699951171875
],
[
7.441864013671875,
46.948699951171875
],
[
7.441864013671875,
46.94938659667969
],
[
7.44049072265625,
46.94938659667969
],
[
7.44049072265625,
46.948699951171875
]
]
]
},
"type": "Feature",
"properties": {
"code": "Z1rVSs",
"lat_err": 0.00034332275390625,
"lng_err": 0.0006866455078125,
"lat": 46.94904327392578,
"lng": 7.4411773681640625,
"bits_per_char": 6,
"fill-opacity": 0
},
"bbox": [
7.44049072265625,
46.948699951171875,
7.441864013671875,
46.94938659667969
]
},
{
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
7.437744140625,
46.944580078125
],
[
7.44873046875,
46.944580078125
],
[
7.44873046875,
46.9500732421875
],
[
7.437744140625,
46.9500732421875
],
[
7.437744140625,
46.944580078125
]
]
]
},
"type": "Feature",
"properties": {
"code": "Z1rVS",
"lat_err": 0.00274658203125,
"lng_err": 0.0054931640625,
"lat": 46.94732666015625,
"lng": 7.4432373046875,
"bits_per_char": 6,
"fill-opacity": 0
},
"bbox": [
7.437744140625,
46.944580078125,
7.44873046875,
46.9500732421875
]
},
{
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
7.3828125,
46.93359375
],
[
7.470703125,
46.93359375
],
[
7.470703125,
46.9775390625
],
[
7.3828125,
46.9775390625
],
[
7.3828125,
46.93359375
]
]
]
},
"type": "Feature",
"properties": {
"code": "Z1rV",
"lat_err": 0.02197265625,
"lng_err": 0.0439453125,
"lat": 46.95556640625,
"lng": 7.4267578125,
"bits_per_char": 6,
"fill-opacity": 0
},
"bbox": [
7.3828125,
46.93359375,
7.470703125,
46.9775390625
]
},
{
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
7.03125,
46.7578125
],
[
7.734375,
46.7578125
],
[
7.734375,
47.109375
],
[
7.03125,
47.109375
],
[
7.03125,
46.7578125
]
]
]
},
"type": "Feature",
"properties": {
"code": "Z1r",
"lat_err": 0.17578125,
"lng_err": 0.3515625,
"lat": 46.93359375,
"lng": 7.3828125,
"bits_per_char": 6,
"fill-opacity": 0
},
"bbox": [
7.03125,
46.7578125,
7.734375,
47.109375
]
},
{
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
5.625,
45
],
[
11.25,
45
],
[
11.25,
47.8125
],
[
5.625,
47.8125
],
[
5.625,
45
]
]
]
},
"type": "Feature",
"properties": {
"stroke": "#555555",
"stroke-width": 2,
"stroke-opacity": 1,
"fill": "#555555",
"fill-opacity": 0,
"code": "Z1",
"lat_err": 1.40625,
"lng_err": 2.8125,
"lat": 46.40625,
"lng": 8.4375,
"bits_per_char": 6
},
"bbox": [
5.625,
45,
11.25,
47.8125
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment