paul-carteron / happign

Happign allows you to use the APIs provided by the IGN (France) to download their public data.
https://paul-carteron.github.io/happign/
GNU General Public License v3.0
27 stars 3 forks source link

Timeout when downloading Big wfs #6

Closed paul-carteron closed 1 year ago

paul-carteron commented 1 year ago

get_wfs stop running when downloading big shape.

default <- options("timeout") options("timeout" = 3600) on.exit(options(default))

paul-carteron commented 1 year ago

It's implemented