-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Récupération et restructuration des bassins de vie (#15)
* utilise safe_download * enchainement final BV - a mettre dans une fonction * req * ajoute clé BV2012 * download_pb * Add files via upload * version fonctionnelle get_BV * retire BV doublon * retire BV doublon * retour de la bonne clé Co-authored-by: vattia <vincent.attia@sante.gouv.fr>
- Loading branch information
1 parent
3d7aefb
commit 9c47fc8
Showing
7 changed files
with
592 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
from .dev import get_vectorfile_ign, get_administrative_level_available_ign | ||
from .dev import get_vectorfile_ign, get_administrative_level_available_ign, get_BV | ||
|
||
__all__ = ["get_vectorfile_ign", "get_administrative_level_available_ign"] | ||
__all__ = ["get_vectorfile_ign", "get_administrative_level_available_ign", "get_BV"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.