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
  • #23
Closed
Open
Issue created Dec 30, 2022 by Grelot Frederic@frederic.grelot🏊🏿Owner

manage Admin Express

Management of ADMIN EXPRESS database

ADMIN EXPRESS is a DB that describes the administrative organization for France. It is maintained by IGN. In 2022, its version is 3.1 and it is describes in ADMIN EXPRESS Version 3.1. Descriptif de contenu et de livraison (2021-11). There is 3 formats :

  • ADMIN EXPRESS that is updated each month, more or less
  • ADMIN EXPRESS COG that is maintained each year
  • ADMIN EXPRESS COG CARTO that i a view of the later, designed for cartographic purpose (less details, limits of commune that fit contour of land...)

All formats can be downloaded from IGN or from data.cquest :

  • https://geoservices.ign.fr/adminexpress gives the link to archive for IGN, but no clear access to older version. In fact, old versions are given in another DB [geofla](https://geoservices.ign.fr/adminexpress gives)
  • https://data.cquest.org/ign/adminexpress/ gives the link to archive without restriction in terms of date. Normally the archives have exactly the same name as for IGN.

Functions/dataset to be added

  • download_admin_express
    • description download the data from official repository (and data.cquest as it is by far more reliable...)
    • adaptation of download.admin_express
    • use new journal → add_journal_new (à renommer en add_journal)
    • output archive in original version
  • adapt_admin_express
    • description format the data from official repository in aimed data based on scheme_admin_express_3_1
    • adaptation of adapt.admin_express
    • use new journal (add_log_info)
    • output: archive in formatted version
    • prise en compte de la proposition d'ajout de @maxime.modjeska #23 (comment 79361)
  • scheme_admin_express_3_1
    • description global data to be used for formatting data
    • verification of what has already be done
  • analyse_admin_express
    • description some analyses to be performed after downloading and formatting. At least:
      • new communes given
      • old communes dismissed
      • possible implication on a give scope (so-ii)
  • vignettes/admin_express
    • description presentation of the data

For each function/dataset. Please follow this procedure

  • creation of function
    • code of function
    • documentation of function
    • example for function
    • test for function
  • creation of dataset
    • script for creation of "raw" data (if needed)
    • storage of raw data in ascii format, normally in inst/extdata
    • script in to maintain data in /data-raw
    • documentation of data
Edited Apr 17, 2023 by Maxime Modjeska
Assignee
Assign to
Time tracking