TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Getting Started on Geospatial Analysis with Python, GeoJSON and GeoPandas

248 点作者 shakes超过 7 年前

13 条评论

anc84超过 7 年前
Using geojson.io to visualise the GeoJSON seems like the wrong tool for the job; just use folium, it works perfectly in Jupyter Notebooks: <a href="https:&#x2F;&#x2F;github.com&#x2F;python-visualization&#x2F;folium" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;python-visualization&#x2F;folium</a>
评论 #15275445 未加载
评论 #15278897 未加载
Waterluvian超过 7 年前
I would also be sure to be aware of GDAL and OGR. Both are quite useful when you&#x27;re doing anything GIS&#x2F;Remote Sensing.<p><a href="http:&#x2F;&#x2F;www.gdal.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.gdal.org&#x2F;</a>
评论 #15276726 未加载
pb060超过 7 年前
Why isn&#x27;t GRASS GIS more widely used in geospatial analysis (or it&#x27;s just my impression that is not)? I tried several tools but usually GRASS proves to be the fastest and more flexible one.
评论 #15275740 未加载
评论 #15277064 未加载
Boothroid超过 7 年前
The trend in GIS these days is away from writing code and towards configurable apps, only dropping into code where necessary. Why not just use QGIS instead? Far simpler.
评论 #15276105 未加载
评论 #15275394 未加载
评论 #15276219 未加载
评论 #15277057 未加载
danso超过 7 年前
Great tutorial, and thank goodness it&#x27;s in 3.x. About a year ago it was difficult to find many 3.x examples of geospatial analysis. It felt like there was always some dependency that was not quite 3.x compatible, so it made sense that a lot of folks would just stick to 2.x just to get started.
rkda超过 7 年前
You might also be interested in GeoNotebook, a Jupyter Notebook extension for geospatial analysis<p><a href="https:&#x2F;&#x2F;github.com&#x2F;OpenGeoscience&#x2F;geonotebook" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;OpenGeoscience&#x2F;geonotebook</a>
jasongrout超过 7 年前
Another possibility for interactively manipulating maps is the ipyleaflet Jupyter widget library: <a href="https:&#x2F;&#x2F;github.com&#x2F;ellisonbg&#x2F;ipyleaflet" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ellisonbg&#x2F;ipyleaflet</a>. See examples of notebooks at <a href="https:&#x2F;&#x2F;github.com&#x2F;ellisonbg&#x2F;ipyleaflet&#x2F;tree&#x2F;master&#x2F;examples" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ellisonbg&#x2F;ipyleaflet&#x2F;tree&#x2F;master&#x2F;examples</a><p>(disclosure: I have helped with this library)
Bedon292超过 7 年前
If you are interested in GIS, make sure to check out rasterio and Fiona to go with Shapely. All great tools for GIS in python.
评论 #15280407 未加载
Iv超过 7 年前
A friend just made a presentation on these exact tools at the Pycon JP 2017 a few days ago, I half expected to see Halfdan&#x27;s face there: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=Yd5oEIBFQ_E" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=Yd5oEIBFQ_E</a>
wiredfool超过 7 年前
Where is a good place to start to take a set of lat&#x2F;long data (e.g., bunch of ride&#x2F;walk traces) and plot a neat looking map? It seems to be a little harder than hello world, but not worth a full blown GIS stack.
sbrother超过 7 年前
&lt;self promotion, but relevant&gt; I just launched a product similar to this but a bit more powerful and aimed at a less technical audience (most of my customers are Excel users). There is a python client that does geocoding, census data lookup, and driving distance&#x2F;time if you are looking for something more than the open source options provide. If you&#x27;re interested, email me or check out <a href="https:&#x2F;&#x2F;cairngeographics.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;cairngeographics.com&#x2F;</a>
rkda超过 7 年前
For JavaScript folks, there&#x27;s Turfjs from Mapbox.<p><a href="http:&#x2F;&#x2F;turfjs.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;turfjs.org&#x2F;</a>
tke248超过 7 年前
Would it be possible with something like this to locate all the pools in a give area and find the street addresses?
评论 #15275512 未加载
评论 #15275398 未加载