-
Notifications
You must be signed in to change notification settings - Fork 2
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
add data for end to end test of pivot base creation #31
Comments
Where do you want to store this dump @jmkerloch ? |
@lgrd this dump will be stored in this repository |
we can't do that... if you have multiple bdtopo version, or data (like osm), we will not store a dump for each one. |
Sure, but what URL should we use? We can't seriously rely on the actual delivery service of BDTopo... |
Here is an example of what could be dumps needed to automate tests. I produce these dump doing these steps :
|
Thanks for the dump ! Have you already used it for a generation ? |
I use the entire PACA data for my first test. Then I make this subset and @jmkerloch use it for generation. @jmkerloch here are dumps in sql format |
Is the link to the dump uploaded here by @gwenandres permanent? If so, we could maybe use that in the CI 🤷 |
You can also use https://storage.gra.cloud.ovh.net/v1/AUTH_366279ce616242ebb14161b7991a8461/road2/dumps.zip which is an object storage of IGN. It is a temporary solution until we have a the "entrepot" and all its services. |
We need to have some data available to test end to end pivot base creation :
For this we could use bdtopo from IGN : https://geoservices.ign.fr/bdtopo with table:
-
troncon_de_route
-
non_communication
This should be stored as a .sql dump.
This dump could then be used in a docker-compose so the input database can be available in test.
The text was updated successfully, but these errors were encountered: