Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 60ae9aa

Browse files
committed
docs: update refs from OpenDataKit --> ODK
1 parent 27d38ba commit 60ae9aa

9 files changed

+20
-20
lines changed

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<img src="https://github.com/hotosm/fmtm/blob/main/images/hot_logo.png?raw=true" style="width: 200px;" alt="HOT"></a>
66
</p>
77
<p align="center">
8-
<em>Processing field data from OpenDataKit to OpenStreetMap format, and other field utils.</em>
8+
<em>Processing field data from ODK to OpenStreetMap format, and other field utils.</em>
99
</p>
1010
<p align="center">
1111
<a href="https://github.com/hotosm/osm-fieldwork/actions/workflows/build.yml" target="_blank">
@@ -71,7 +71,7 @@ improved the fire district maps, he expanded his efforts to map the remote
7171
regions of Colorado and a few neighboring states, proving invaluable
7272
during large wildland fires. Ground-truthing became an integral part of
7373
his work, conducted using mobile devices in the field. To streamline the
74-
data collection process, Rob heavily relied on OpenDataKit and eventually
74+
data collection process, Rob heavily relied on ODK and eventually
7575
created additional software to facilitate data processing, which had
7676
previously been time-consuming and tedious. Now, transferring data
7777
seamlessly from his phone to OSM requires minimal effort. To this day,
@@ -81,7 +81,7 @@ enhancing the software used in the project.
8181
## About OSM Fieldwork
8282

8383
Osm-Fieldwork is a project for processing data collection using
84-
OpenDataKit into OpenStreetMap format. It includes several utility
84+
ODK into OpenStreetMap format. It includes several utility
8585
programs that automate part of the data flow like creating satellite
8686
imagery basemaps and data extracts from
8787
[OpenStreetMap](https://www.openstreetmap.org) so they can be
@@ -279,7 +279,7 @@ For more info visit the
279279

280280
By following these best practices and using the utility programs
281281
included with Osm-Fieldwork, you can effectively process data collection
282-
from OpenDataKit into OpenStreetMap format. However, please note that
282+
from ODK into OpenStreetMap format. However, please note that
283283
while Osm-Fieldwork has been tested and used in various projects, it is
284284
still in active development and may have limitations or issues that
285285
need to be resolved.
@@ -340,7 +340,7 @@ Osm-Fieldwork, you can streamline your data collection process and ensure
340340
the quality of your data.
341341

342342
Osm-Fieldwork is a powerful tool for processing data collection from
343-
OpenDataKit into OpenStreetMap format. By following the best practices
343+
ODK into OpenStreetMap format. By following the best practices
344344
outlined in this documentation and using the utility programs included
345345
with Osm-Fieldwork, you can streamline your data collection process and
346346
ensure the quality of your converted data. If you have any questions

Diff for: docs/about/About.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## OSM-Fieldwork Project
44

5-
Osm_Fieldwork is a project that aims to simplify the process of processing data collected using OpenDataKit into OpenStreetMap format. It consists of several utility programs that automate different parts of the data flow. These include creating satellite imagery basemaps and data extracts from OpenStreetMap so they can be used with ODK Collect. It is maintained by the [Humanitarian OpenStreetMap Team (HOT)](https://www.hotosm.org/) and designed to work with [ODK Collect](https://docs.getodk.org/collect-intro/), an Android app for data collection, and [ODK Central](https://docs.getodk.org/central-intro/), a web-based platform for managing and visualizing data.
5+
Osm_Fieldwork is a project that aims to simplify the process of processing data collected using ODK into OpenStreetMap format. It consists of several utility programs that automate different parts of the data flow. These include creating satellite imagery basemaps and data extracts from OpenStreetMap so they can be used with ODK Collect. It is maintained by the [Humanitarian OpenStreetMap Team (HOT)](https://www.hotosm.org/) and designed to work with [ODK Collect](https://docs.getodk.org/collect-intro/), an Android app for data collection, and [ODK Central](https://docs.getodk.org/central-intro/), a web-based platform for managing and visualizing data.
66

77
## osm_fieldwork
88

Diff for: docs/about/FAQ.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Q:** What is OSM Fieldwork?
44

55
**A:** OSM Fieldwork is a project to support field data collection using
6-
[OpenDataKit](https://opendatakit.org/software/) and
6+
[ODK](https://ODK.org/software/) and
77
[OpenStreetMap](https://www.openstreetmap.org). The primary
88
functionality is the ability to convert data collected with ODK
99
Collect into OSM XML. In addition it can also create satellite imagery

Diff for: docs/about/make_data_extract.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ the option is not specified, the program uses the input file name with
105105

106106
## File Formats
107107

108-
OpenDataKit has 3 file formats. The primary one is the source file,
108+
ODK has 3 file formats. The primary one is the source file,
109109
which is in XLSX format, and follows the XLSXForm specification. This
110110
file is edited using a spreadsheet program, and convert using the
111111
xls2xform program. That conversion products an ODK XML file. That file

Diff for: docs/about/programs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ data conversion. More detail on this module [is here](yamlfile.md).
7575
## odk2csv.py
7676

7777
Odk2csv.py is a command-line tool that is part of the osm-fieldwork
78-
package. Its main purpose is to convert an Open Data Kit (ODK) XML
78+
package. Its main purpose is to convert an ODK XML
7979
instance file to CSV format, which can be easily imported into ODK
8080
Central for analysis. This is primarily only used when working
8181
offline, as it removes the need to access ODK Central.
@@ -90,7 +90,7 @@ offline, as it removes the need to access ODK Central.
9090
## ODKDump.py
9191

9292
ODKDump.py is a Python module that is part of the OSM-Fieldwork
93-
toolset for converting Open Data Kit (ODK) data into various
93+
toolset for converting ODK data into various
9494
formats. It is used to parse the contents of an ODK Collect Instance
9595
file into a readable format. This module currently is not finished,
9696
instead use the **CSVDump.py** utility instead.

Diff for: docs/about/user-manual.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Osm-Fieldwork User Manual
22

33
The osm-fieldwork project is a collection of utilities useful for
4-
field data collection, focused on OpenStreetMap (OSM) and OpenDataKit
5-
(ODK). Both of these are used heavily for humanitarian and emergency
4+
field data collection, focused on OpenStreetMap (OSM) and ODK.
5+
Both of these are used heavily for humanitarian and emergency
66
response by many organizations. The problem is these two projects were
77
never designed to work together, so this project was born to fill the
88
gaps. Included are a few other useful utilities for field
@@ -14,9 +14,9 @@ data processing can also be run standalone, and also works fully
1414
offline. All the standalone programs run in a terminal, and are
1515
written in Python.
1616

17-
## OpenDataKit (ODK)
17+
## ODK
1818

19-
[OpenDataKit](https://opendatakit.org/software/) is a format for
19+
[ODK](https://getodk.org) is a format for
2020
collecting data on mobile devices, including the spatial coordinates
2121
of that data item. The primary source file is a spreadsheet called an
2222
XLSForm, which gets converted to an XForm using the

Diff for: docs/about/xlsforms.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ for those of us use ODK based apps to collect data for
4949
[OpenStreetMap(OSM)](https://www.openstreetmap.org), a well designed
5050
XLSForm is easier to convert and upload to OSM.
5151

52-
## OpenDataKit
52+
## ODK
5353

54-
[OpenDataKit (ODK)](https://www.opendatakit.org) is a software suite that
54+
[ODK](https://getodk.org) is a software suite that
5555
includes a mobile app called [ODK Collect](https://docs.getodk.org/collect-intro/)
5656
and a server called [ODK
5757
Central](https://docs.getodk.org/central-intro/). ODK Collect is designed to
@@ -73,7 +73,7 @@ the organization behind it.
7373

7474
## OpenMapKit
7575

76-
[OpenMapKit (OMK)](https://www.openmapkit.org) is an extension of OpenDataKit (ODK)
76+
[OpenMapKit (OMK)](https://www.openmapkit.org) is an extension of ODK
7777
that allows users to create professional quality mobile data collection surveys
7878
for field data collection. The tool was designed to simplify the process of
7979
collecting data for OpenStreetMap (OSM) in the field.

Diff for: mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
site_name: osm-fieldwork
2-
site_description: Processing data from OpenDataKit to OpenStreetMap format, and other field data collection utils.
2+
site_description: Processing data from ODK to OpenStreetMap format, and other field data collection utils.
33
# strict: true
44
site_url: "https://www.hotosm.org"
55

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "osm-fieldwork"
33
dynamic = ["version"]
4-
description = "Processing field data from OpenDataKit to OpenStreetMap format."
4+
description = "Processing field data from ODK to OpenStreetMap format."
55
authors = [
66
{name = "Rob Savoye", email = "[email protected]"},
77
{name = "Sam Woodcock", email = "[email protected]"},
@@ -30,7 +30,7 @@ dependencies = [
3030
requires-python = ">=3.10"
3131
readme = "README.md"
3232
license = "GPL-3.0-only"
33-
keywords = ["hot", "odk", "openstreetmap", "opendatakit", "fmtm"]
33+
keywords = ["hot", "odk", "openstreetmap", "fmtm"]
3434
classifiers = [
3535
"Topic :: Utilities",
3636
"Topic :: Scientific/Engineering :: GIS",

0 commit comments

Comments
 (0)