diff --git a/global-shading-limit.geojson b/global-shading-limit.geojson new file mode 100644 index 0000000..3c80461 --- /dev/null +++ b/global-shading-limit.geojson @@ -0,0 +1,22 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "id": "0", + "type": "Feature", + "properties": {}, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [5.003069444444445, 51.99809444444445], + [5.003069444444445, 40.00250277777778], + [29.99713888888889, 40.00250277777778], + [29.99713888888889, 51.99809444444445], + [5.003069444444445, 51.99809444444445] + ] + ] + } + } + ] +} diff --git a/limit-shading.geojson b/limit-shading.geojson new file mode 100644 index 0000000..e5b7c8c --- /dev/null +++ b/limit-shading.geojson @@ -0,0 +1,97 @@ +{ + "type": "FeatureCollection", + "generator": "JOSM", + "features": [ + { + "type": "Feature", + "properties": { + "type": "multipolygon" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 20.74345397339, + 40.00250277778 + ], + [ + 29.99713888889, + 40.00250277778 + ], + [ + 29.99713888889, + 51.99809444444 + ], + [ + 5.00306944444, + 51.99809444444 + ], + [ + 5.00306944444, + 50.15930875836 + ], + [ + 3.75730224609, + 50.62508700270 + ], + [ + 2.35105224609, + 51.45402060216 + ], + [ + 0.70310302734, + 50.59720017813 + ], + [ + -3.05422119141, + 50.09240730753 + ], + [ + -6.06447509766, + 48.48750104300 + ], + [ + -2.10113800049, + 42.93631976846 + ], + [ + 1.75230834961, + 42.21225330003 + ], + [ + 3.61879210069, + 42.21225330003 + ], + [ + 7.72338871875, + 38.42777395760 + ], + [ + 11.29668914795, + 37.26312626931 + ], + [ + 11.56859802246, + 36.46547630448 + ], + [ + 15.20506713867, + 36.48314944975 + ], + [ + 20.17639160156, + 39.31092541213 + ], + [ + 20.74345397339, + 40.00250277778 + ] + ] + ] + ] + } + } + ] +} \ No newline at end of file