Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • floodam-data floodam-data
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 19
    • Issues 19
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

La forge institutionnelle d'INRAE étant en production depuis le 10 juin 2025, nous vous recommandons d'y créer tous vos nouveaux projets.

  • flood-appraisal
  • floodamfloodam
  • floodam-datafloodam-data
  • Issues
  • #26
Closed
Open
Issue created Jan 20, 2023 by Grelot Frederic@frederic.grelot🏊🏿Owner

manage geo_sirene

Management of geo_sirene database

geo_sirene is a DB that describes the economic activities for France. It is maintained by data.cquest. It results from a post-treatment of sirene data which is maintained by INSEE, the post-treatment resulting in adding geo-localisation information from the addresses given in sirene DB.

There are tow versions for sirene DB that are names as 2017 and 2019 in https://data.cquest.org/geo_siren :

  • monthly vintage since 2017-12 for version 2017
  • monthly vintage since 2018-10 for version 2019

Original data can be downloaded at this url: https://files.data.gouv.fr/insee-sirene (monthly vintage since 2018-10, that should be in version 2019 so).

NEW Need to have a look to https://files.data.gouv.fr/geo-sirene/ !!!

Functions/dataset to be added

  • download_geo_sirene
    • description download the data from data.cquest as it where it is produced.
    • adaptation of download.geo_sirene
    • use new journal
    • output archive in original version
  • adapt_geo_sirene
    • description format the data from official repository in aimed data based on scheme_sirene_2019
    • adaptation of adapt.geo_sirene
    • use new journal
    • output: archive in formatted version
  • scheme_sirene_2019 and scheme_sirene_na
    • description global data to be used for formatting data
    • verification of what has already be done, possibly adaptation of scheme_sirene_na
    • see if there is a need for scheme_sirene_2017
  • analyse_geo_sirene
    • description some analyses to be performed after downloading and formatting.
    • to be defined (totally)
  • vignettes/geo_sirene
    • description presentation of the data

For each function/dataset. Please follow this procedure

  • creation of function
    1. code of function
    2. documentation of function
    3. example for function
    4. test for function
  • creation of dataset
    1. script for creation of "raw" data (if needed)
    2. storage of raw data in ascii format, normally in inst/extdata
    3. script in to maintain data in /data-raw
    4. documentation of data
Edited May 10, 2024 by Grelot Frederic
Assignee
Assign to
Time tracking