You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Nigeria Geodata is a fast and efficient Python client for accessing geospatial d
28
28
The key features are:
29
29
30
30
-**High Performance**: Offers exceptional speed with both synchronous and asynchronous support to cater to different use cases and performance needs
31
-
-**Map Visualization**: Provides smooth map visualization using the fast [lonboard](https://developmentseed.org/lonboard/latest/) library.
31
+
-**Map Visualization**: Provides smooth map visualization using the fast [Lonboard](https://developmentseed.org/lonboard/latest/) library.
32
32
-**Lightweight**: Minimal dependencies—just one required ([httpx](https://www.python-httpx.org/)), with optional extras available for additional features.
33
33
-**User-Friendly**: Easy to use and learn; set up quickly with just a few lines of code.
34
34
-**CLI Support**: Intuitive command-line interface built with Typer.
@@ -104,7 +104,7 @@ print(search_results)
104
104
# this will return a dataframe with all the available health care datasets.
105
105
```
106
106
107
-
Under the hood, this makes an api request to the GRID3 database to get the datasets. Refer to the **documentation** and **examples** for more use cases.
107
+
Under the hood, this makes an api request to the GRID3 database to get the datasets. Refer to the **[documentation](https://jeafreezy.github.io/nigeria_geodata)** and **examples** for more use cases.
0 commit comments