Shell 脚本反向地理编码?
Shell script Reverse Geocode?
是否可以使用 shellscript 反转邮政编码?我正在尝试从纬度和经度获取邮政编码,所以应该可以吗?
位置=$(curl -s http://freegeoip.net/csv/$1)
回声$位置
RTFM,http:freegeoip.net/ 说
freegeoip.net/{格式}/{IP_or_hostname}
这不支持给它一个经纬度位置。
google:反向地理编码邮政编码
有很多解决方案。
是否可以使用 shellscript 反转邮政编码?我正在尝试从纬度和经度获取邮政编码,所以应该可以吗?
位置=$(curl -s http://freegeoip.net/csv/$1) 回声$位置
RTFM,http:freegeoip.net/ 说
freegeoip.net/{格式}/{IP_or_hostname}
这不支持给它一个经纬度位置。
google:反向地理编码邮政编码
有很多解决方案。