Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 18, 2023
1 parent 8f455cc commit 420e989
Show file tree
Hide file tree
Showing 4 changed files with 25,248 additions and 4 deletions.
22 changes: 21 additions & 1 deletion tests/testdata/kathmandu.geojson
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
{"type":"FeatureCollection","features":[{"type":"Feature","properties":{},"geometry":{"coordinates":[[[85.29998911024427,27.714008043780694],[85.29998911024427,27.710892349952076],[85.30478315714117,27.710892349952076],[85.30478315714117,27.714008043780694],[85.29998911024427,27.714008043780694]]],"type":"Polygon"}}]}
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"coordinates": [
[
[85.29998911024427, 27.714008043780694],
[85.29998911024427, 27.710892349952076],
[85.30478315714117, 27.710892349952076],
[85.30478315714117, 27.714008043780694],
[85.29998911024427, 27.714008043780694]
]
],
"type": "Polygon"
}
}
]
}
16,124 changes: 16,123 additions & 1 deletion tests/testdata/kathmandu_extract.geojson

Large diffs are not rendered by default.

9,036 changes: 9,035 additions & 1 deletion tests/testdata/kathmandu_processed.geojson

Large diffs are not rendered by default.

70 changes: 69 additions & 1 deletion tests/testdata/kathmandu_split.geojson
Original file line number Diff line number Diff line change
@@ -1 +1,69 @@
{"type":"FeatureCollection","features":[{"type":"Feature","properties":{},"geometry":{"coordinates":[[[85.300186399724,27.713725841936977],[85.300186399724,27.71283328940062],[85.30138483597665,27.71283328940062],[85.30138483597665,27.713725841936977],[85.300186399724,27.713725841936977]]],"type":"Polygon"}},{"type":"Feature","properties":{},"geometry":{"coordinates":[[[85.3010043800241,27.71263962137614],[85.3010043800241,27.711065003372966],[85.30201258830039,27.711065003372966],[85.30201258830039,27.71263962137614],[85.3010043800241,27.71263962137614]]],"type":"Polygon"}},{"type":"Feature","properties":{},"geometry":{"coordinates":[[[85.30260229373602,27.713725844769442],[85.30260229373602,27.711814426165176],[85.30462822168806,27.711814426165176],[85.30462822168806,27.713725844769442],[85.30260229373602,27.713725844769442]]],"type":"Polygon"}},{"type":"Feature","properties":{},"geometry":{"coordinates":[[[85.3027830103128,27.711688119791205],[85.3027830103128,27.711031324289777],[85.30457115329506,27.711031324289777],[85.30457115329506,27.711688119791205],[85.3027830103128,27.711688119791205]]],"type":"Polygon"}}]}
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"coordinates": [
[
[85.300186399724, 27.713725841936977],
[85.300186399724, 27.71283328940062],
[85.30138483597665, 27.71283328940062],
[85.30138483597665, 27.713725841936977],
[85.300186399724, 27.713725841936977]
]
],
"type": "Polygon"
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"coordinates": [
[
[85.3010043800241, 27.71263962137614],
[85.3010043800241, 27.711065003372966],
[85.30201258830039, 27.711065003372966],
[85.30201258830039, 27.71263962137614],
[85.3010043800241, 27.71263962137614]
]
],
"type": "Polygon"
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"coordinates": [
[
[85.30260229373602, 27.713725844769442],
[85.30260229373602, 27.711814426165176],
[85.30462822168806, 27.711814426165176],
[85.30462822168806, 27.713725844769442],
[85.30260229373602, 27.713725844769442]
]
],
"type": "Polygon"
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"coordinates": [
[
[85.3027830103128, 27.711688119791205],
[85.3027830103128, 27.711031324289777],
[85.30457115329506, 27.711031324289777],
[85.30457115329506, 27.711688119791205],
[85.3027830103128, 27.711688119791205]
]
],
"type": "Polygon"
}
}
]
}

0 comments on commit 420e989

Please sign in to comment.