Releases: hotosm/osm-fieldwork
Releases · hotosm/osm-fieldwork
v0.4.3
What's Changed
- Error handling in downloadThread by @Sujanadh in #227
- More flexible parsing of xform name in
OdkForm.uploadMedia
.
Full Changelog: 0.4.2...0.4.3
v0.4.3 Release Candidate 0
- Fix error handling in ODK Central submission downloadThread contributed by @Sujanadh
v0.4.2
What's Changed
- Fix return types for OdkCentral submission methods by @spwoodcock in #223
- Remove HTTPBasicAuth, update QRCode generation by @spwoodcock in #225
Full Changelog: 0.4.1...0.4.2
0.4.1
Release Note - Version 0.4.1
In this release, we have added a new function in ODKCentral program that allows users to retrieve form fields directly from the XForm in the ODK Central.
Changes
Added a new function that returns the form fields from the XForm in the ODK Central.
Users can now easily access and retrieve specific form fields programmatically.
How to Use:
from osm_fieldwork.OdkCentral import OdkForm
form = OdkForm(url, user, pw)
form_fields = form.form_fields(project_id, form_id)
Example response for this function:
v0.4.0
Tidy up import pinning:
- Use minimum required versions.
- Use
>=
for future compatibility.
v0.3.8
Mostly minor fixes as this is getting used in more projects so get slightly different paths through the code.
v0.3.7
- Overhaul of basemapper.py, fix custom TMS, add option to creation PMTile archives.
- Bugfixes.
v0.3.6
- Use osm-rawdata 0.1.3, which allows for a more flexible data extract yaml definition.
- Bundles all updates from previous RC releases on 0.3.6.
0.3.6 Release Candidate 3
- Use osm-rawdata for make_data_extract.
- xlocation accepted in the conflation if present.
- Drop extraneous parameter during data filter.
- Other bugfixes.
This functionality is in prerelease until #197 is fixed.
v0.3.6 Release Candidate 2
- Fix json2osm to also handle polygons.