Releases: hotosm/osm-fieldwork
Releases · hotosm/osm-fieldwork
v0.3.6 Release Candidate 0
- Multiple fixes.
- Docs overhaul.
- Testing release prior to full 0.3.6.
0.3.5
Add all required dependencies for basemapper.py
0.3.4: Improve conflation and add highway support.
This release improves the post mapping process of conversion from ODK to OSM, and conflating it with existing OSM data. There is also new support for making data extracts of highways, and a new XLSForm for highways.
v0.3.3
0.3.2
What's Changed
- hotfix: json.loads used instead of eval for data extracts by @nrjadkry in #164
- Bump: version 0.3.1 → 0.3.2 by @kshitijrajsharma in #165
New Contributors
- @kshitijrajsharma made their first contribution in #165
Full Changelog: 0.3.1...0.3.2
0.3.1 Stable
bump: version 0.3.1rc2 → 0.3.1 (#162)
0.3.1 Release Candidate 2
0.3.1rc2 bump: version 0.3.1rc1 → 0.3.1rc2 (#160)
0.3.1 Release Candidate 1
0.3.1rc1 bump: version 0.3.1rc0 → 0.3.1rc1 (#147)
0.3.1 Release Candidate 0
0.3.1rc0 bump: version 0.3.0 → 0.3.1rc0
Fix remote data extracts
Rather than using Overpass, HOT maintains a copy of the planet updated every minute using a program called Underpass. This allows for SQL queries, large data extracts, and more control over the date returned by the query.