Fix/Create tutorial for osm-fieldwork #234
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request: Update Tutorial for OSM-Fieldwork #101
Description
This pull request updates the tutorial for conducting fieldwork with OSM-Fieldwork. The tutorial has been revised to provide clearer instructions and additional information about fieldwork procedures using these tools.
Changes Made
Related Links
Additional Notes
This update aims to improve the clarity and comprehensiveness of the tutorial, specifically focusing on fieldwork procedures using OSM-Fieldwork. By providing detailed explanations and links to relevant resources, users will have a better understanding of how to utilize these tools effectively for field mapping tasks.
Commits Included
7f53712
: Build: replace requests with aiohttp dependency. This change updates the dependency for handling HTTP requests in the project to aiohttp for better asynchronous support.a8beab4
: Build: add pyproject to /data directory for pytest. This commit adds a pyproject.toml file to the /data directory, configuring pytest for the project.d773fcf
: Feature: async OdkCentral.py requests, work in progress. This commit introduces asynchronous requests in OdkCentral.py, work in progress for improved performance.bbce5f8
: Test: Update tests for odkcentral async. This commit updates tests related to asynchronous functionality in the OdkCentral module.