Last active
January 26, 2020 18:34
-
-
Save worace/b6b74a0d20180367e1b563f7a0a99c5e to your computer and use it in GitHub Desktop.
PostGIS tutorial red hook neighborhood example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"id": "240d348e60c09592fe445416a6a7062b", | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"coordinates": [ | |
[ | |
[ | |
-74.00868171021538, | |
40.685931825409256 | |
], | |
[ | |
-73.99878768642242, | |
40.67122817228173 | |
], | |
[ | |
-74.00028678093618, | |
40.66849930258704 | |
], | |
[ | |
-74.00308509069615, | |
40.66683160502117 | |
], | |
[ | |
-74.01008086509502, | |
40.66827189173813 | |
], | |
[ | |
-74.01138008034117, | |
40.66516386575148 | |
], | |
[ | |
-74.01597730351743, | |
40.664405788660304 | |
], | |
[ | |
-74.01767627730023, | |
40.665239672986615 | |
], | |
[ | |
-74.01887555291157, | |
40.671607173129445 | |
], | |
[ | |
-74.01857573400838, | |
40.672440967411035 | |
], | |
[ | |
-74.01707663949458, | |
40.67380533556425 | |
], | |
[ | |
-74.0182759151059, | |
40.67509387985152 | |
], | |
[ | |
-74.02017476815702, | |
40.677291927336796 | |
], | |
[ | |
-74.01927531144818, | |
40.67994464675593 | |
], | |
[ | |
-74.00868171021538, | |
40.685931825409256 | |
] | |
] | |
], | |
"type": "Polygon" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment