如何使用npm shp-write设置下载的shapefile的文件名?

时间:2019-04-15 08:10:08

标签: javascript node.js zipfile shapefile

我想一次下载多个shapefile(至少200个)。为了识别,相应地,下载的shapefile(zip文件)的文件名很重要。 如果可能,请使用shp-write模块提供soln

我正在使用shp-write npm模块,但是它只能在zip文件download.zip中设置文件夹名称。

WebTarget target = client.target("https://reverse.geocoder.api.here.com/6.2/multi-reversegeocode.xml?mode=retrieveAddresses&gen=9&app_id=<APP_ID>&app_code=<APP_CODE>");
Response response = target.request().post(Entity.text(payload));

预期结果。 档案-> temple.zip,church.zip 提取时:temple / points.shp,points.dbf等

我的尝试得到以下结果。

例如:download.zip具有  download / temple / points.shp或download / church / points.shp,points.dbf等

download.zip,download(1).zip ....在Chrome中 dhsavdvgvdshvdhs2312.shp ...(Firefox中为随机)

0 个答案:

没有答案