Skip to content

Commit

Permalink
Merge pull request #19 from RENCI/geopoint-addition
Browse files Browse the repository at this point in the history
Geopoint addition
  • Loading branch information
PhillipsOwen authored Oct 17, 2024
2 parents ae7ecb2 + 53e85b3 commit 21438ae
Show file tree
Hide file tree
Showing 13 changed files with 1,730 additions and 11 deletions.
5 changes: 3 additions & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
init-hook='import sys; sys.path.append("./")'
max-line-length=150
disable=broad-except
max-args=15
max-locals=20
max-args=16
max-locals=25
min-public-methods=0
fail-under=9.5
extension-pkg-allow-list=pydantic
max-branches=25
max-statements=62
max-positional-arguments=20
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Website/services that return data used to populate the [APSViz TerriaMap UI](htt
[![RENCI License](https://img.shields.io/badge/License-RENCI-blue.svg)](https://www.renci.org/)
#### Components and versions...
[![Python](https://img.shields.io/badge/Python-3.12.6-orange)](https://github.com/python/cpython)
[![Linting Pylint](https://img.shields.io/badge/Pylint-%203.3.0-yellow)](https://github.com/PyCQA/pylint)
[![Linting Pylint](https://img.shields.io/badge/Pylint-%203.3.1-yellow)](https://github.com/PyCQA/pylint)
[![Pytest](https://img.shields.io/badge/Pytest-%208.3.3-blue)](https://github.com/pytest-dev/pytest)
#### Build status..
[![PyLint the codebase](https://github.com/RENCI/apsviz-ui-data/actions/workflows/pylint.yml/badge.svg)](https://github.com/RENCI/apsviz-ui-data/actions/workflows/pylint.yml)
Expand Down
14 changes: 9 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,18 @@
# SPDX-License-Identifier: MIT

pydantic==2.9.2
fastapi==0.115.0
uvicorn==0.30.6
fastapi==0.115.2
uvicorn==0.32.0
pyyaml==6.0.2
psycopg2-binary==2.9.9
psycopg2-binary==2.9.10
pandas==2.2.3
numpy==1.26.4
numpy==2.1.2
pyjwt==2.9.0
pylint==3.3.0
pylint==3.3.1
pytest==8.3.3
requests==2.32.3
pytz==2024.2
scipy==1.14.1
xarray==2024.9.0
netcdf4==1.7.1.post2
pydap==3.5
Loading

0 comments on commit 21438ae

Please sign in to comment.