Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Format BAN (BETA) - Feat/new ban export format #437

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nkokla
Copy link
Contributor

@nkokla nkokla commented Jun 20, 2024

Add new routes for extract BAN data to new BAN format.

  • GET: /api/extract/cog/ OR POST: /api/extract/cog/

    • Extract all data to BAN Format (⚠ Need test for perf checking)
  • GET: /api/extract/cog/{cog}

    • Extract town data of COG to BAN Format
    • Ex. /api/extract/cog/27115
  • POST /api/extract/cog/ with body cogList param

    • Extract towns data of all COG in cogList to BAN Format
    • Ex. /api/extract/cog/ with body: {"cogList": [27115, 64102]}

@nkokla nkokla force-pushed the feat/new-BAN-export-format branch from d80ed35 to c08b708 Compare June 20, 2024 16:50
@nkokla nkokla mentioned this pull request Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant