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
29 stars 2 forks source link

Timeout when downloading Big wfs #6

Closed paul-carteron closed 2 years ago

paul-carteron commented 2 years ago

get_wfs stop running when downloading big shape.

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

paul-carteron commented 2 years ago

It's implemented