GEE学习笔记 五十一:Fusion Table将在2019年12月3日关闭

44 篇文章 309 订阅

由于在知乎专栏上发表GEE的文章被警告过政治态度有问题,所以暂时更新的内容放在CSDN上,后续有可能会回到知乎上继续更新专栏内容。

关于GEE更多的文章可以参考我在知乎的专栏:https://zhuanlan.zhihu.com/c_123993183

目前的文章更新会在这里暂时更新。


刚刚看到的一则消息,Google运行了9年之久的Fusion Table将在2019年12月3日关闭相关服务,同时也就是未来Google Earth Engine(GEE)上将不会存在Fusion Table这一数据,GEE官方也不再建议用户使用Fusion Table数据。

目前在GEE上依然可以使用Fusion Table,但是GEE官方建议用户将数据转换为Assets方式上传到GEE上使用。转换导出的代码非常简单,这里需要注意的是导出到Asset需要的时间可能会比导出到Drive时间要久一些,这其中应该涉及到了数据转换的过程,所以大家需要等待一下。

 

这是导出目前比较流行的矢量边界数据的一个例子:

var countries = ee.FeatureCollection("ft:1tdSwUL7MVpOauSgRzqVTOwdfy17KDbw-1d9omPw");
var taiwan = countries.filter(ee.Filter.eq("Country", "Taiwan"));
Map.addLayer(taiwan, {color: "red"}, "taiwan");
Map.centerObject(taiwan, 6);

//导出需要差不多7分钟。优点是方便不需要在重新上传矢量文件,缺点是速度慢
Export.table.toAsset({
  collection: taiwan,
  description: "taiwan",
  assetId: "taiwan"
});

//导出差不多需要20秒。优点是导出速度快,缺点是需要重新向Asset上传矢量文件
Export.table.toDrive({
  collection: taiwan,
  description: "Drive-taiwan",
  fileNamePrefix: "taiwan",
  fileFormat: "SHP"
});

 

 


 

Google Fusion Tables关闭的相关通知地址:

https://support.google.com/fusiontables/answer/9185417

 

具体内容如下:

Notice: Google Fusion Tables Turndown

Last updated: December 11, 2018

Google Fusion Tables and the Fusion Tables API will be turned down December 3, 2019. Embedded Fusion Tables visualizations — maps, charts, tables and cards — will also stop working that day. Maps using the Fusion Tables Layer in the Maps JavaScript API v3.37 will start to see errors in August 2019.

 

Explore these Google tools

Fusion Tables was launched almost nine years ago as a research project in Google Labs, later evolving into an experimental product. For a long time, it was one of the few free tools for easily visualizing large datasets, especially on a map. Since then, several Google alternatives have been developed, providing deeper experiences in more specialized domains.

  • Google BigQuery – Fast, highly scalable, cost-effective, and fully managed cloud data warehouse for analytics, with built-in machine learning. With BigQuery GIS (beta), you can easily analyze and visualize geospatial data in BigQuery.

  • Google Cloud SQL – Fully-managed database service that makes it easy to set up, maintain, manage, and administer your relational MySQL and PostgreSQL databases in the cloud. See this example: Using MySQL and PHP with Google Maps.

  • Google Sheets – Your Fusion Tables can be imported into Google Sheets. Sheets provides excellent filtering and scripting features, and an API similar to that of Fusion Tables. In addition to its own charting/visualization functionality, Sheets may be used as a data source in visualization products like Google Data Studio.

  • Google Data Studio – Data Studio is Google’s free-to-use business intelligence tool. It lets you visualize and interactively explore data in compelling dashboards or reports, easily share and publish insights, and collaborate in real-time with colleagues. You can easily access and analyze data from 500+ sources including BigQuery and Sheets, with a GUI for producing map visualizations and charts.

  • Coming soon – Teams at Google have developed internal tools that can create powerful map visualizations. We are working to make some of these tools publicly available and will have more to share in the coming months—sign up to stay in touch.  

Download your data

You can access your tables in Google Drive by filtering by “type:table”. Download data from a table by following these instructions, and then consider migrating that data to one of the tools listed above. If you have a lot of tables, we will make it easy to download all your data in one step via Google Takeout starting in March 2019.

 

 

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值