Skip to content

Commit 11d320d

Browse files
committed
updated the readme
1 parent 6154dde commit 11d320d

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
11
# mtaa
22
A package consisting of all Tanzania locations from region to streets in a easy accessible way
33

4+
Intro
5+
-------
6+
Mtaa package is result of organized **json** of all the locations in Tanzania, As I was looking for data about these locations data I came across repo [tanzania-location-db](https://github.com/HackEAC/tanzania-locations-db), It consists of locations data organized into *regions*, whereby each region has its own csv file. So I wrote a script to transform all the locations from csv into a single **Json** and from there package came.
7+
8+
Json Transformer
9+
------------------
10+
11+
If you wanna give a look at the script or interested about building your Json from a similar kind of raw data here is [Json Transformer script](https://github.com/Kalebu/mtaa/blob/main/json_transformer.py).
12+
413

514
Installation
615
------------------
716

817
Use pip to install it just as shown below
918

1019
```bash
11-
-> pip install mtaa
20+
21+
pip install mtaa
22+
1223
```
1324

1425
Usage
@@ -59,6 +70,7 @@ we can fix it as soon as possible(ASAP) or just reach me directly through my [em
5970

6071

6172
Pull Requests
73+
------------------
6274
If you have something to add I welcome pull requests on improvement , you're helpful contribution will be merged as soon as possible
6375

6476
Credits
@@ -67,5 +79,5 @@ All the credits to [kalebu](github.com/kalebu)
6779

6880
Disclaimer !!!
6981
------------
70-
All the location I used to build this repository, I got from an public repository titled [Tanzania](https://github.com/HackEAC/tanzania-locations-db),
71-
I'm not responsible for any kind of misinformation in it, I tried to locate my home with it found its pretty accurate but not 100%, so use it to your own risk
82+
All the location I used to build this repository, I got from an public repository titled [tanzania-locations-db](https://github.com/HackEAC/tanzania-locations-db),
83+
I'm not responsible for any kind of misinformation in it, I tried to locate my home with it found its pretty accurate, so use it to your own risk

0 commit comments

Comments
 (0)