Skip to content

Commit

Permalink
Merge pull request #48 from jeafreezy/name-fix
Browse files Browse the repository at this point in the history
chore: name fix
  • Loading branch information
jeafreezy authored Aug 24, 2024
2 parents 1632603 + 96aee84 commit ca736f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The key features are:
- **Lightweight**: Minimal dependencies—just one required ([httpx](https://www.python-httpx.org/)), with optional extras available for additional features.
- **User-Friendly**: Easy to use and learn; set up quickly with just a few lines of code.
- **CLI Support**: Intuitive command-line interface built with Typer.
- **Real-Time Data**: Fetches up-to-date data directly from the [Grid3](https://grid3.org/) database (more to come!), ensuring you always work with the latest information.
- **Real-Time Data**: Fetches up-to-date data directly from the [GRID3](https://grid3.org/) database (more to come!), ensuring you always work with the latest information.
- **Advanced Filtering**: Allows for precise filtering based on state names (e.g FCT, Lagos), bounding boxes (bbox), and areas of interest (AOI).

## Dependency
Expand Down Expand Up @@ -96,11 +96,11 @@ search_results
# this will return a dataframe with all the available health care datasets.
```

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.
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.

## Acknowledgment

In addition to the great libraries we're resting upon, we would also like to thank [Grid3](https://grid3.org/) for providing real-time and comprehensive geospatial data that powers this library.
In addition to the great libraries we're resting upon, we would also like to thank [GRID3](https://grid3.org/) for providing real-time and comprehensive geospatial data that powers this library.

## License

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ nav:
# Todo - add more examples and jupyter notebook
- API Reference:
- Data Sources:
- Grid3:
- GRID3:
- api/datasources/grid3/sync.md
- api/datasources/grid3/async.md
- Utils:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Fast and efficient access to geospatial data for Nigeria. Ideal f
license = "LICENSE"
authors = ["Emmanuel Jolaiya <[email protected]>"]
readme = "README.md"
keywords = ["Nigeria", "geodata", "Grid3", "geospatial"]
keywords = ["Nigeria", "geodata", "GRID3", "geospatial"]
classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
"Intended Audience :: Information Technology",
Expand Down

0 comments on commit ca736f3

Please sign in to comment.