Skip to content

Commit

Permalink
Merge pull request #10 from KNMI/imp-readme
Browse files Browse the repository at this point in the history
Bumps version to 0.2.1 and improve README
  • Loading branch information
PaulVanSchayck committed Jan 18, 2024
2 parents 08b5445 + c76a014 commit c882576
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
29 changes: 18 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This repository contains the coveragejson-pydantic Python package. It provides [
pip install covjson-pydantic
```

Or install from source:
Or you can install directly from source:

```shell
pip install git+https://github.com/KNMI/covjson-pydantic.git
Expand Down Expand Up @@ -106,7 +106,7 @@ Will print

## Contributing

Make an editable install from within the repository root
Make an editable installation from within the repository root

```shell
pip install -e '.[test]'
Expand All @@ -118,9 +118,24 @@ pip install -e '.[test]'
pytest tests/
```

### Linting and typing

Linting and typing (mypy) is done using [pre-commit](https://pre-commit.com) hooks.

```shell
pip install pre-commit
pre-commit install
pre-commit run
```

## Related packages

* [edr-pydantic](https://github.com/KNMI/edr-pydantic) - Pydantic data models for the Environmental Data Retrieval (EDR) API
* [geojson-pydantic](https://github.com/developmentseed/geojson-pydantic) - Pydantic data models for the GeoJSON spec

## Real world usage

This library is used to build an Environmental Data Retrieval (EDR) API, serving automatic weather data station data from the KNMI. See the [KNMI Data Platform](https://developer.dataplatform.knmi.nl/edr-api).
This library is used to build an OGC Environmental Data Retrieval (EDR) API, serving automatic weather data station data from The Royal Netherlands Meteorological Institute (KNMI). See the [KNMI Data Platform EDR API](https://developer.dataplatform.knmi.nl/edr-api).

## TODOs
Help is wanted in the following areas to fully implement the CovJSON spec:
Expand All @@ -132,11 +147,3 @@ Help is wanted in the following areas to fully implement the CovJSON spec:
## License

Apache License, Version 2.0

## Authors

Members of the KNMI Data Platform team. Reachable at opendata@knmi.nl.

## Copyright

Koninklijk Nederlands Meteorologisch Instituut (KNMI)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: GIS",
"Typing :: Typed",
]
version = "0.2.0"
version = "0.2.1"
dependencies = ["pydantic>=2.3,<3"]

[project.optional-dependencies]
Expand Down

0 comments on commit c882576

Please sign in to comment.