diff --git a/osm_fieldwork/xlsforms/Makefile b/osm_fieldwork/xlsforms/archived/Makefile similarity index 100% rename from osm_fieldwork/xlsforms/Makefile rename to osm_fieldwork/xlsforms/archived/Makefile diff --git a/osm_fieldwork/xlsforms/archived/__init__.py b/osm_fieldwork/xlsforms/archived/__init__.py new file mode 100644 index 00000000..4f391229 --- /dev/null +++ b/osm_fieldwork/xlsforms/archived/__init__.py @@ -0,0 +1,29 @@ +"""Index of archived XLSForm file paths.""" + +import os + +xlsforms_path = os.path.dirname(os.path.abspath(__file__)) + +amenities = f"{xlsforms_path}/amenities.xls" +buildings = f"{xlsforms_path}/buildings.xls" +camping = f"{xlsforms_path}/camping.xls" +cemeteries = f"{xlsforms_path}/cemeteries.xls" +education = f"{xlsforms_path}/education.xls" +health = f"{xlsforms_path}/health.xls" +highways = f"{xlsforms_path}/highways.xls" +historical = f"{xlsforms_path}/historical.xls" +hotspring = f"{xlsforms_path}/hotspring.xls" +landusage = f"{xlsforms_path}/landusage.xls" +landuse = f"{xlsforms_path}/landuse.xls" +municipality = f"{xlsforms_path}/municipality.xls" +nature = f"{xlsforms_path}/nature.xls" +places = f"{xlsforms_path}/places.xls" +religious = f"{xlsforms_path}/religious.xls" +solidwaste = f"{xlsforms_path}/solidwaste.xls" +toilets = f"{xlsforms_path}/toilets.xls" +towns = f"{xlsforms_path}/towns.xls" +transportation = f"{xlsforms_path}/transportation.xls" +waste_collection = f"{xlsforms_path}/waste_collection.xlsx" +wastedisposal = f"{xlsforms_path}/wastedisposal.xls" +waterpoints = f"{xlsforms_path}/waterpoints.xls" +waterways = f"{xlsforms_path}/waterways.xls" diff --git a/osm_fieldwork/xlsforms/amenities.xls b/osm_fieldwork/xlsforms/archived/amenities.xls similarity index 100% rename from osm_fieldwork/xlsforms/amenities.xls rename to osm_fieldwork/xlsforms/archived/amenities.xls diff --git a/osm_fieldwork/xlsforms/archived/buildings.xls b/osm_fieldwork/xlsforms/archived/buildings.xls new file mode 100644 index 00000000..d29aff71 Binary files /dev/null and b/osm_fieldwork/xlsforms/archived/buildings.xls differ diff --git a/osm_fieldwork/xlsforms/camping.xls b/osm_fieldwork/xlsforms/archived/camping.xls similarity index 100% rename from osm_fieldwork/xlsforms/camping.xls rename to osm_fieldwork/xlsforms/archived/camping.xls diff --git a/osm_fieldwork/xlsforms/cemeteries.xls b/osm_fieldwork/xlsforms/archived/cemeteries.xls similarity index 100% rename from osm_fieldwork/xlsforms/cemeteries.xls rename to osm_fieldwork/xlsforms/archived/cemeteries.xls diff --git a/osm_fieldwork/xlsforms/education.xls b/osm_fieldwork/xlsforms/archived/education.xls similarity index 100% rename from osm_fieldwork/xlsforms/education.xls rename to osm_fieldwork/xlsforms/archived/education.xls diff --git a/osm_fieldwork/xlsforms/health.xls b/osm_fieldwork/xlsforms/archived/health.xls similarity index 100% rename from osm_fieldwork/xlsforms/health.xls rename to osm_fieldwork/xlsforms/archived/health.xls diff --git a/osm_fieldwork/xlsforms/highways.xls b/osm_fieldwork/xlsforms/archived/highways.xls similarity index 100% rename from osm_fieldwork/xlsforms/highways.xls rename to osm_fieldwork/xlsforms/archived/highways.xls diff --git a/osm_fieldwork/xlsforms/historical.xls b/osm_fieldwork/xlsforms/archived/historical.xls similarity index 100% rename from osm_fieldwork/xlsforms/historical.xls rename to osm_fieldwork/xlsforms/archived/historical.xls diff --git a/osm_fieldwork/xlsforms/hotspring.xls b/osm_fieldwork/xlsforms/archived/hotspring.xls similarity index 100% rename from osm_fieldwork/xlsforms/hotspring.xls rename to osm_fieldwork/xlsforms/archived/hotspring.xls diff --git a/osm_fieldwork/xlsforms/landusage.xls b/osm_fieldwork/xlsforms/archived/landusage.xls similarity index 100% rename from osm_fieldwork/xlsforms/landusage.xls rename to osm_fieldwork/xlsforms/archived/landusage.xls diff --git a/osm_fieldwork/xlsforms/landuse.xls b/osm_fieldwork/xlsforms/archived/landuse.xls similarity index 100% rename from osm_fieldwork/xlsforms/landuse.xls rename to osm_fieldwork/xlsforms/archived/landuse.xls diff --git a/osm_fieldwork/xlsforms/municipality.csv b/osm_fieldwork/xlsforms/archived/municipality.csv similarity index 100% rename from osm_fieldwork/xlsforms/municipality.csv rename to osm_fieldwork/xlsforms/archived/municipality.csv diff --git a/osm_fieldwork/xlsforms/nature.xls b/osm_fieldwork/xlsforms/archived/nature.xls similarity index 100% rename from osm_fieldwork/xlsforms/nature.xls rename to osm_fieldwork/xlsforms/archived/nature.xls diff --git a/osm_fieldwork/xlsforms/places.xls b/osm_fieldwork/xlsforms/archived/places.xls similarity index 100% rename from osm_fieldwork/xlsforms/places.xls rename to osm_fieldwork/xlsforms/archived/places.xls diff --git a/osm_fieldwork/xlsforms/religious.xls b/osm_fieldwork/xlsforms/archived/religious.xls similarity index 100% rename from osm_fieldwork/xlsforms/religious.xls rename to osm_fieldwork/xlsforms/archived/religious.xls diff --git a/osm_fieldwork/xlsforms/solidwaste.xlsx b/osm_fieldwork/xlsforms/archived/solidwaste.xlsx similarity index 100% rename from osm_fieldwork/xlsforms/solidwaste.xlsx rename to osm_fieldwork/xlsforms/archived/solidwaste.xlsx diff --git a/osm_fieldwork/xlsforms/test.xls b/osm_fieldwork/xlsforms/archived/test.xls similarity index 100% rename from osm_fieldwork/xlsforms/test.xls rename to osm_fieldwork/xlsforms/archived/test.xls diff --git a/osm_fieldwork/xlsforms/thamel.xls b/osm_fieldwork/xlsforms/archived/thamel.xls similarity index 100% rename from osm_fieldwork/xlsforms/thamel.xls rename to osm_fieldwork/xlsforms/archived/thamel.xls diff --git a/osm_fieldwork/xlsforms/toilets.xls b/osm_fieldwork/xlsforms/archived/toilets.xls similarity index 100% rename from osm_fieldwork/xlsforms/toilets.xls rename to osm_fieldwork/xlsforms/archived/toilets.xls diff --git a/osm_fieldwork/xlsforms/towns.csv b/osm_fieldwork/xlsforms/archived/towns.csv similarity index 100% rename from osm_fieldwork/xlsforms/towns.csv rename to osm_fieldwork/xlsforms/archived/towns.csv diff --git a/osm_fieldwork/xlsforms/transportation.xls b/osm_fieldwork/xlsforms/archived/transportation.xls similarity index 100% rename from osm_fieldwork/xlsforms/transportation.xls rename to osm_fieldwork/xlsforms/archived/transportation.xls diff --git a/osm_fieldwork/xlsforms/waste_collection.xlsx b/osm_fieldwork/xlsforms/archived/waste_collection.xlsx similarity index 100% rename from osm_fieldwork/xlsforms/waste_collection.xlsx rename to osm_fieldwork/xlsforms/archived/waste_collection.xlsx diff --git a/osm_fieldwork/xlsforms/wastedisposal.xls b/osm_fieldwork/xlsforms/archived/wastedisposal.xls similarity index 100% rename from osm_fieldwork/xlsforms/wastedisposal.xls rename to osm_fieldwork/xlsforms/archived/wastedisposal.xls diff --git a/osm_fieldwork/xlsforms/waterpoints.xls b/osm_fieldwork/xlsforms/archived/waterpoints.xls similarity index 100% rename from osm_fieldwork/xlsforms/waterpoints.xls rename to osm_fieldwork/xlsforms/archived/waterpoints.xls diff --git a/osm_fieldwork/xlsforms/waterways.xls b/osm_fieldwork/xlsforms/archived/waterways.xls similarity index 100% rename from osm_fieldwork/xlsforms/waterways.xls rename to osm_fieldwork/xlsforms/archived/waterways.xls diff --git a/osm_fieldwork/xlsforms/entities/__init__.py b/osm_fieldwork/xlsforms/entities/__init__.py deleted file mode 100644 index a427c426..00000000 --- a/osm_fieldwork/xlsforms/entities/__init__.py +++ /dev/null @@ -1,8 +0,0 @@ -"""Index of XLSForm file paths, including Entities tab.""" - -import os - -xlsforms_with_entities_path = os.path.dirname(os.path.abspath(__file__)) - -registration_form = f"{xlsforms_with_entities_path}/registration_form.xls" -registration_form_xml = f"{xlsforms_with_entities_path}/registration_form.xml" diff --git a/osm_fieldwork/xlsforms/entities/registration_form.xls b/osm_fieldwork/xlsforms/entities/registration_form.xls deleted file mode 100644 index 70a547ab..00000000 Binary files a/osm_fieldwork/xlsforms/entities/registration_form.xls and /dev/null differ diff --git a/osm_fieldwork/xlsforms/entities/registration_form.xml b/osm_fieldwork/xlsforms/entities/registration_form.xml deleted file mode 100644 index 61d9dac1..00000000 --- a/osm_fieldwork/xlsforms/entities/registration_form.xml +++ /dev/null @@ -1,74 +0,0 @@ - - - - Entity Registration Form - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -