0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

rworldmapで入手可能なNatural Earth dataの全球国別ポリゴンデータをGEEで使う

Last updated at Posted at 2017-12-21

Google Earth Engine内のカタログをみてみてもみあたらなかったので、仕方なくローカルからポリゴンデータをアップロードしました。

##やったこと
ただ、Rからrworldmapを読み込み、ポリゴンデータを入手し、GEEにあげただけです。

  library(rworldmap)
  library(tmaptools)
  map <- getMap("coarse")
  write_shape(map, "globalmap_rworldmap.shp")

##GEEで確認
https://code.earthengine.google.com/114bd893733f7d3dbd44c5722e3c03a6

シェア可能なはずです。

image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?