Skip to content

Commit

Permalink
refactor: move existing xlsforms to archived dir (replace with entities)
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Apr 22, 2024
1 parent 5dd14cd commit 0b23528
Show file tree
Hide file tree
Showing 30 changed files with 29 additions and 82 deletions.
File renamed without changes.
29 changes: 29 additions & 0 deletions osm_fieldwork/xlsforms/archived/__init__.py
Original file line number Diff line number Diff line change
@@ -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"
File renamed without changes.
Binary file added osm_fieldwork/xlsforms/archived/buildings.xls
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 0 additions & 8 deletions osm_fieldwork/xlsforms/entities/__init__.py

This file was deleted.

Binary file not shown.
74 changes: 0 additions & 74 deletions osm_fieldwork/xlsforms/entities/registration_form.xml

This file was deleted.

0 comments on commit 0b23528

Please sign in to comment.