You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At first I had difficulties installing it. But I can build it using "yarn install". Nevertheless it's a bit confusing.
The following call fails on Ubuntu 22.04, node v21.1.0, yarn v1.22.19:
npm_config_build_from_source=true yarn global add @etalab/cadastre
Output:
CXX(target) Release/obj.target/libgdal/deps/libgdal/gdal/port/cpl_vsi_mem.o
../deps/libgdal/gdal/port/cpl_vsil_gzip.cpp: In member function'boolVSIGZipWriteHandleMT::ProcessCompletedJobs()':../deps/libgdal/gdal/port/cpl_vsil_gzip.cpp:1609:29: error: 'crc32_combine' was not declared in this scope; did you mean 'crc32_combine64'? 1609 | nCRC_ = crc32_combine(nCRC_, psJob->nCRC_, | ^~~~~~~~~~~~~ | crc32_combine64 CXX(target) Release/obj.target/libgdal/deps/libgdal/gdal/port/cpl_vsi_error.o CXX(target) Release/obj.target/libgdal/deps/libgdal/gdal/port/cpl_virtualmem.omake: *** [deps/libgdal/[libgdal.target.mk:746](http://libgdal.target.mk:746/): Release/obj.target/libgdal/deps/libgdal/gdal/port/cpl_vsil_gzip.o] Error 1
You also write that the source data can be obtained as follows:
To create all the files, it is necessary to obtain the following:
The Départementales archives PCI/EDIGÉO, PCI/TIFF and PCI/DXF are managed according to DGFiP (according to convention).
The simplified topography unit and the cadastral administrations were provided by the Eurometropolis of Strasbourg
What exactly are the results. Is it the SQLite database, the GeoJSON files or anything else? While waiting on some support I'm currently downloading all the data from:
you should try install nvm and use node 16 as explained in the doc, when i switched to node 16 no more problems for me and i am able to use the cadastre-builder command now. I am also on Ubuntu 22.04.
Hello there,
I am DImitri and part of a data science training program at datascientest.com. We were made aware of your cadastre tool (https://github.com/datagouv/cadastre).
At first I had difficulties installing it. But I can build it using "yarn install". Nevertheless it's a bit confusing.
The following call fails on Ubuntu 22.04, node v21.1.0, yarn v1.22.19:
npm_config_build_from_source=true yarn global add @etalab/cadastre
Output:
You also write that the source data can be obtained as follows:
To create all the files, it is necessary to obtain the following:
The according links are dead:
Currently I'm downloading from the only link alive, which seems to be working:
As far as I understand I should be able to use the following commands to create a GeoJSON file per department using the cadastre tool:
As my french isn't that good, I've translated the repo's site on github. But I'm not sure about whether I really understand everything correctly.
I also have been told by Jerome, who isn't in charge anymore, that I can find the prepared results on:
What exactly are the results. Is it the SQLite database, the GeoJSON files or anything else? While waiting on some support I'm currently downloading all the data from:
Do you mind giving me a hint, if I'm missing anything?
Thank you in advance for any inconvenience and best regards
Dimitri
The text was updated successfully, but these errors were encountered: