有没有办法滤除位于特定区域之外的纬度和经度数据?最好使用Python?
我想显示一组映射到温哥华地区的节点。但是,我构建的数据集包含映射到其他区域(例如Burnaby,Richmond,Surrey等)的节点。我的数据被存储为CSV文件的集合,我想通过数据过滤数据解析,以便只有那些包含位于温哥华区域内的纬度和经度的节点(在下图中以黄色矩形标记 - 指定的链接),而其他节点则被忽略。 任何导致此案的导致都将不胜感激!
图像链接: https://ibb.co/y8jhwj4
I want to display a set of nodes that are mapped to the region of Vancouver. However, the dataset that I build on contains nodes that are mapped to other regions such as Burnaby, Richmond, Surrey etc. My data is stored as a collection of csv files, and I want to filter the data parsing through the data so that only those nodes that contain latitude and longitude lying inside the region of Vancouver (marked by a yellow rectangle in the picture below - link specified) are displayed and the others are ignored.
Any leads to this case will be much appreciated!
IMAGE LINK: https://ibb.co/Y8JhWJ4
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您将要应用这样的东西...
I think you will want to apply something like this...