-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: move existing xlsforms to archived dir (replace with entities)
- Loading branch information
1 parent
5dd14cd
commit 0b23528
Showing
30 changed files
with
29 additions
and
82 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 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.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.