Skip to content

Releases: hotosm/osm-fieldwork

v0.10.2

24 May 14:13
Compare
Choose a tag to compare

What's Changed

  • Add support to optionally append to the mbtiles file by @robsavoye in #255

Full Changelog: 0.10.1...0.10.2

v0.10.1

24 May 13:59
Compare
Choose a tag to compare
  • Update the buildings.xls xform to move the existing and task_id fields outside of groups.
  • This allows for loading ODK Collect by intent.

Full Changelog: 0.10.0...0.10.1

v0.10.0

22 May 16:26
Compare
Choose a tag to compare

What's Changed

  • Add support for geotrace by @robsavoye in #254
  • Fix pmtile generation by passing --xy param through.

Full Changelog: 0.9.2...0.10.0

v0.9.2

29 Apr 12:12
Compare
Choose a tag to compare

Full Changelog: 0.9.1...0.9.2

v0.9.1

26 Apr 16:40
Compare
Choose a tag to compare
  • Update buildings XLSForm
    • Reduce filesize / strip formatting and unused rows.
    • Hide tabs that the user should not edit.
    • By default show all features in the select_from_file, unless a task_id is specified.

Full Changelog: 0.9.0...0.9.1

v0.9.0

22 Apr 23:48
Compare
Choose a tag to compare
  • Move Entities-based XLSForms to default directory, archiving the old forms.
  • The Entity registration form is required until this is possible via the Central API.
  • The buildings.xls form utilities Entities, updating the status and label based on if the building is valid or mapped.
  • basemapper.py has also been updated to more clearly get the global tile id from a TMS path (required for PMTiles).

Full Changelog: 0.8.2...0.9.0

v0.8.2

19 Apr 15:40
Compare
Choose a tag to compare
  • Add better handling of OdkEntity.createEntities: if the upload fails, the entity is not appended to the final list.
  • Improve error handling of failed connections to ODK Central: if url or user/pass are incorrect, provide informative ConnectionError with a message.

Full Changelog: 0.8.1...0.8.2

v0.8.1

15 Apr 09:15
Compare
Choose a tag to compare
  • Add OdkEntity.getEntity method for getting single Entity by UUID.

Full Changelog: 0.8.0...0.8.1

v0.8.0

12 Apr 17:13
Compare
Choose a tag to compare
  • Improve docstrings for OdkCentral and OdkCentralAsync usage.
  • Add OdkEntity.getEntityCount method.
  • Update OdkEntity.getEntityData to accept OData url query params.
  • Comprehensive testing of OdkEntity.
  • Reduce size of production docker image.

Full Changelog: 0.7.2...0.8.0

v0.7.2

11 Apr 18:44
Compare
Choose a tag to compare
  • Fix basemapper.py from broken previous release.

Full Changelog: 0.7.1...0.7.2