-
Notifications
You must be signed in to change notification settings - Fork 11
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
reading the BRO data from XML files #105
Comments
I would like to implement this function. My starting point is to add an elif-statement to
|
Yes, seems logical to me. And in Thanks for picking this up! |
Yesterday I started with this issue. I think we need two extra variables to implement this issue: My personal issue is added in the last line of the table.
I added bronhouder to What do you think about this approach @dbrakenhoff? |
Thanks for the clear overview! I think we should create two routes for getting data from the BRO, one API (internet) route and one local file route. So both Then I would suggest a separate route for reading the local files, I think separating these two is probably clearest and makes the code less complicated. Then
@HMEUW, let me know what you think about this? PS. I realize we're probably not very consistent across data sources in how we expose local vs API routes, but we shold probably address that in a separate issue. At this moment I'd vote for separating the two routes for each data source. |
I just completed first version to read XMLs for newly construced wells. These are submitted to https://www.bronhouderportaal-bro.nl. @OnnoEbbens please have a look for this code. The full_meta function is not yet working. Code is in the 'add-bronh'-branch. |
Started reading local BROloket files in the branch import-broloket-from file. Cannot make a direct link here. |
Just comitted my work. I have holiday after this week. I cannot work on it before, and expect I have the two after my holiday no time either. If someone else want to pickup in July or August. It is okay. |
Separate the reading of XML files from the API request so users can read manually downloaded XML files.
Discussed in #104
Originally posted by rt84ro March 2, 2023
Hi every one,
I have downloaded some wells from the BROloket website but their format is .xml. I want to read them using the HydroPandas but actually I do not know how I should open these files. could you please let me know how to read them?
The text was updated successfully, but these errors were encountered: