You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bench::mark(
+fgdr::read_fgd("FG-GML-563804-BldA-20180101-0001.xml"),
+max_iterations=3)
Thereareover10,000elements.Becausetherearemanycases, willbereturnitasalist.# A tibble: 1 x 14expressionminmeanmedianmax`itr/sec`mem_allocn_gcn_itrtotal_timeresultmemorytimegc<chr><bch:><bch:><bch:t><bch><dbl><bch:byt><dbl><int><bch:tm><list><list><lis><lis>1"fgdr::read_fgd(\"… 4.99m 4.99m 4.99m 4.99m 0.00334 1.78GB 369 1 4.99m <list… <Rprof… <bch… <tib…Warning messages:1: In st_collection_extract.sf(., "POLYGON") : x contains no geometries of specified type2: In st_collection_extract.sf(., "POLYGON") : x contains no geometries of specified type3: Some expressions had a GC in every iteration; so filtering is disabled.
現在、処理速度の問題から1000件以上のデータがあるファイルについてはsfではなくlistで返却するようになっている。
fgdr/R/read_fdg.R
Lines 254 to 261 in 535e061
件数によってクラスが異なるのも変なのでsfにする、かつ処理時間の問題を解決する。
The text was updated successfully, but these errors were encountered: