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

How process job ? #7144

Open
paq1 opened this issue Apr 12, 2024 · 5 comments
Open

How process job ? #7144

paq1 opened this issue Apr 12, 2024 · 5 comments

Comments

@paq1
Copy link

paq1 commented Apr 12, 2024

Hello, I'm a developer in Luxembourg and I would like to integrate OpenAddresses into my company. Is it possible to run a job directly, because I see that the data for Belgium has only been updated in 2021?
Best regards,
Pierre

@iandees
Copy link
Member

iandees commented Apr 12, 2024

If you're looking to fetch data for a single source, you can look at that source's JSON file (here is Brussels, for example) and download the data from the source URL listed as the value of data.

@iandees
Copy link
Member

iandees commented Apr 12, 2024

@ingalls when you get a chance, can you look to see why this source doesn't have any record of further fetch attempts after 2021? I'm happy to look, too, if you can suggest where.

@iandees
Copy link
Member

iandees commented Apr 12, 2024

Actually, looking at this re-run I just did (https://batch.openaddresses.io/job/364807), it looks like this is failing because it can't find the specified column in the CSV. I downloaded the source data and it has columns:

EPSG:31370_x,EPSG:31370_y,EPSG:4326_lat,EPSG:4326_lon,address_id,box_number,house_number,municipality_id,municipality_name_de,municipality_name_fr,municipality_name_nl,postcode,postname_fr,postname_nl,street_id,streetname_de,streetname_fr,streetname_nl,region_code,status

and the conform specifies columns EPSG:4326_lat and EPSG:4326_lon, but the error says it can't find EPSG:4326_LAT. Something must be uppercasing the column names in an inconsistent way somewhere?

@paq1
Copy link
Author

paq1 commented Apr 19, 2024

Thank you very much for your response.
I would be happy to help you find a way to fix this error. Is it possible for me to process the job myself? If not, how can I process it locally?

@andrewharvey
Copy link
Contributor

I would be happy to help you find a way to fix this error. Is it possible for me to process the job myself? If not, how can I process it locally?

@paq1 You can use https://github.com/openaddresses/batch-machine to process a single job yourself locally for testing/development of the processing.

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

No branches or pull requests

3 participants