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

Import from gpkg #252

Open
mariosgeo opened this issue Sep 12, 2022 · 1 comment
Open

Import from gpkg #252

mariosgeo opened this issue Sep 12, 2022 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@mariosgeo
Copy link

mariosgeo commented Sep 12, 2022

There are now CPTs saved in gpkg format. I have a reader that user provides a box with coordains (or polygon) and it reads all cpts exist there (and plots in vtk file format, perhaps irrelevant here).
It would be great if you could make your package compatible with this file. It saves a ton of time to bring each xml/gef separately (plus you don't need an xml reader anymore).

Is this something you can support?

bro_reader - Copy.txt

@RDWimmers
Copy link
Member

Hey, thanks for reaching out! As you see is pyGEF currently going through some needed maintenance. Based on the REST API provide by the BRO, it is possible to obtain a dispatchCharacteristicsResponse. This response hold multiple dispatchDocument's. The approach is similar to yours, however we like to stay to the native data source of the BRO (XML).

More info on the API > https://publiek.broservices.nl/sr/cpt/v1/

@tversteeg tversteeg added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants