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

Error in 'get_wfs(...)' #24

Closed richaben closed 2 months ago

richaben commented 4 months ago

Hi Paul,

Many thanks for your work !

For several days, I've got an error with the function 'get_wfs(...)'. This returns the following message :

Error: Please check that :
- x is not empty ;
- layer is valid by running `get_layers_metadata("administratif", "wfs")`

I've got the same issue with the 'penmarch' example in the package.

Have you an idea where this comes from? (due to the ign geoplateforme service ? cf. info here )

Packages version :

happign_0.2.2
sf_1.0-15
paul-carteron commented 4 months ago

Bonjour Benoit,

Merci pour votre retour.

Le problème vient de la bascule Geoservices vers Geoplateforme. Les nouvelles requêtes ne sont pas filtrer par catégorie (ortho, administratif,...) ce qui bloque happign.

L'IGN devrait prochainement proposer cette fonctionnalité (j'espère) et je pourrais corriger ça.

richaben commented 4 months ago

Bonjour Paul,

Merci pour ta réponse. J'espère que l'IGN sortira cela prochainement. Wait and see ! 😉

paul-carteron commented 3 months ago

Bonjour,

La fonction get_wfs doit être de nouveau fonctionnelle dans la version en développement (devtools::install_github("paul-carteron/happign") si vous souhaitez tester.

paul-carteron commented 2 months ago

Bonjour,

Le problème a été corrigé dans le nouvelle version happign 0.3.0.

richaben commented 3 weeks ago

Avec un peu de retard, Merci Paul ! 👍