- 14 Jan, 2022 1 commit
-
-
Christine Plumejeaud authored
New path /api/test/ qui permet de vérifier la version de PANDAS et PYTHON exécutée par Apache (il faut recompiler WSGI avec la version de python 3.7 et dans cette version de python 3.7 il faut installer les packages requis) - voir : https://github.com/GrahamDumpleton/mod_wsgi/releases wget https://github.com/GrahamDumpleton/mod_wsgi/archive/4.7.1.tar.gz tar xvfz 4.7.1 cd mod_wsgi-4.7.1 ./configure --with-python=/usr/bin/python3.7 make sudo make install Installer les package python pour apache2 dans python3.7 /usr/bin/python3.7 –version /usr/bin/python3.7 -m pip install pandas==1.3.4 sudo –H /usr/bin/python3.7 -m pip install -r path2/porticapi/requirements.txt Sinon, l'API marche en prod : pour tester, http://data.portic.fr/api/sources/?srid=4326&date=1789
-
- 03 Jan, 2022 1 commit
-
-
Bernard PRADINES authored
-
- 15 Dec, 2021 1 commit
-
-
Bernard PRADINES authored
-
- 09 Dec, 2021 1 commit
-
-
Bernard PRADINES authored
-
- 19 Jul, 2021 1 commit
-
-
Christine Plumejeaud authored
new api rawflows to get all flows. Will be deployed on 19/07/2021 afternoon. New comments for columns are set in the git in static/data
-
- 31 Jul, 2020 2 commits
-
-
Christine Plumejeaud authored
-
Christine Plumejeaud authored
ports api is filled
-
- 26 Jul, 2020 1 commit
-
-
Christine Plumejeaud authored
-
- 24 Jul, 2020 1 commit
-
-
Christine Plumejeaud authored
-
- 23 Jul, 2020 1 commit
-
-
Christine Plumejeaud authored
Fixed a bug in the API : only previous or next pointcalls in a route of a ship were fetch in flow requests. This was a mistake in the code. Fixed. /api/ports/ Add also substates for ports in the response.
-
- 16 Jul, 2020 1 commit
-
-
Christine Plumejeaud authored
-
- 06 Jun, 2020 1 commit
-
-
Christine Plumejeaud authored
-
- 21 May, 2020 1 commit
-
-
Christine Plumejeaud authored
Documentation is also inside the readme
-
- 19 May, 2020 2 commits
-
-
Christine Plumejeaud authored
Using postgres, portic_v3 with the user api_user, password = 'portic'. READ only user.
-
Christine Plumejeaud authored
Using postgres, portic_v3 with the user api_user, password = 'portic'. READ only user.
-
- 18 May, 2020 4 commits
-
-
Christine Plumejeaud authored
fielnames : return the metadata of the API. Removed a bug that occurs when params contains an element not in the attributes of the database.
-
Christine Plumejeaud authored
-
Christine Plumejeaud authored
-
Christine Plumejeaud authored
Still the postgres requests to add (will be done) Locally tested with various params, reading from CSV file.
-
- 15 May, 2020 1 commit
-
-
Christine Plumejeaud authored
First code of api, without the postgres backend for the moment. It will come soon. Many ideas to test to enhance performance.
-