用于测试性能的 GIS 样本数据
我需要测试基于空间数据的查询性能。我决定使用 sql server 和几何数据类型。
现在我需要样本数据(例如地图、城市等)。您知道我可以使用什么资源将其加载到我的数据库中吗?
感谢您的帮助
I need to test performance of queries based on spatial data. I decided to use sql server and geometry datatype.
Now I need to have sample data (for example maps, cities etc). Do You know any resources that I can use to then load it into my database ?
Thanks for any help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
美国人口普查局向公众提供所有形状文件。参见这里:
http://www.census.gov/geo/www/tiger/
一旦您选择了您想要的任何形状文件后,您可以使用此处提供的优秀 Shape2SQL 工具将它们导入 SQL Server:
http://www.sharpgis.net/page/Shape2SQL.aspx
The U.S. Census Bureau makes all of their shape files available to the public. See here:
http://www.census.gov/geo/www/tiger/
Once you have picked whatever shape files you want, you can import them into SQL Server using the excellent Shape2SQL tool found here:
http://www.sharpgis.net/page/Shape2SQL.aspx
在这个问题的答案中,您会发现许多好的建议,包括军械测量、CloudMade 和 Natural Earth:
是否有可用的 shapefile 形式的免费管理边界?
You will find many good pointers, including Ordnance survey, CloudMade and Natural Earth, among answers to to this question:
Are there any free administrative boundaries available as shapefiles?