Skip to content

Instantly share code, notes, and snippets.

@rugbyprof
Last active February 8, 2022 06:01
Show Gist options
  • Save rugbyprof/cb8da922b58625971a6b090e155df612 to your computer and use it in GitHub Desktop.
Save rugbyprof/cb8da922b58625971a6b090e155df612 to your computer and use it in GitHub Desktop.
Used for Geopandas spatial index queries
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
-97.44873046875,
35.263561862152095
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
-95.99853515625,
36.1733569352216
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
-101.865234375,
33.5963189611327
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
-101.84326171875,
35.17380831799959
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
-97.14111328125,
33.19273094190692
]
}
},
{
"type": "Feature",
"properties": {
"marker-color": "#FF0000"
},
"geometry": {
"type": "Point",
"coordinates": [
-94.39453125,
35.35321610123823
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
-97.3388671875,
37.666429212090605
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-103.5791015625,
33.15594830078649
],
[
-99.90966796875,
33.15594830078649
],
[
-99.90966796875,
35.94243575255426
],
[
-103.5791015625,
35.94243575255426
],
[
-103.5791015625,
33.15594830078649
]
]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-97.75634765625,
38.66835610151506
],
[
-98.76708984374999,
37.96152331396614
],
[
-99.49218749999999,
36.94989178681327
],
[
-99.7119140625,
36.35052700542763
],
[
-99.47021484375,
35.639441068973944
],
[
-99.25048828124999,
34.03445260967645
],
[
-99.29443359375,
32.82421110161336
],
[
-98.45947265625,
32.175612478499325
],
[
-96.1962890625,
32.0639555946604
],
[
-94.89990234375,
32.62087018318113
],
[
-94.10888671875,
33.742612777346885
],
[
-94.02099609375,
34.470335121217474
],
[
-93.09814453125,
35.496456056584165
],
[
-93.955078125,
36.84446074079564
],
[
-95.03173828125,
37.96152331396614
],
[
-96.3720703125,
38.61687046392973
],
[
-97.75634765625,
38.66835610151506
]
]
]
}
},
{
"type": "Feature",
"properties": {
"name": "New Orleans"
},
"geometry": {
"type": "Point",
"coordinates": [
-90.06591796875,
29.99300228455108
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[
-97.44873046875,
35.26356186215209
],
[
-95.99853515625,
36.1733569352216
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment