hotosm / osm-fieldwork

Processing field data from ODK to OpenStreetMap format, and other field data collection utils.
GNU Affero General Public License v3.0
16 stars 79 forks source link

Delete unused scripts and update the docs #269

Closed rsavoye closed 4 months ago

rsavoye commented 4 months ago

Now that odk2osm.py can process all three data formats from ODK, the older standalone scripts are buggy and incomplete, so deleted. The associated docs for these unused scripts have also been deleted. There were enough old and unused files to create confusion when trying to convert ODK data. The doc for odk2osm.py has also been updated to have real usage content.

rsavoye commented 4 months ago

Before this PR can be part of a new release, src/backend/app/central/central_crud.py in FMTM needs to have the call to CSVDump() replaced with the newer and more functional ODKParsers. The API is the same, so should be an easy change.

spwoodcock commented 4 months ago

There are merge conflicts apparently?

Perhaps with the edit made to basemapper and sqlite

rsavoye commented 4 months ago

test_conflation can be deleted, as odk_merge.py has been replaced by conflator.

rsavoye commented 4 months ago

Probably the easy way to remove the conflict is to delete tests/test_conflation.py from main. It's deleted in the PR already.