Created
April 4, 2019 03:34
-
-
Save maptastik/dc3d3b4514546310500a13fb77663bb9 to your computer and use it in GitHub Desktop.
Using geopandas to find line intersection points within a dataset
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":[{"type":"Feature","properties":{"name":"a"},"geometry":{"type":"LineString","coordinates":[[-78.6434680223465,35.778558576050855],[-78.643559217453,35.77692653703811]]}},{"type":"Feature","properties":{"name":"b"},"geometry":{"type":"LineString","coordinates":[[-78.64380061626434,35.778414957962056],[-78.6415582895279,35.77835838106797]]}},{"type":"Feature","properties":{"name":"c"},"geometry":{"type":"LineString","coordinates":[[-78.64183723926544,35.778467182751626],[-78.64191770553589,35.77692653703811]]}},{"type":"Feature","properties":{"name":"d"},"geometry":{"type":"LineString","coordinates":[[-78.64378988742828,35.77706580567456],[-78.64176750183105,35.77700487567614]]}}]} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment