Julien Minet juminet
  • Joined on 2021-03-26
juminet pushed to osmbe at champs-libres/openstreetmap-tile-server 2024-04-13 06:51:20 +00:00
96d4fe815d upd README for osmbe tile generation
juminet pushed to osmbe at champs-libres/openstreetmap-tile-server 2024-04-03 11:58:23 +00:00
917337acc6 osmbe: render also low zoom levels
juminet pushed to osmbe at champs-libres/openstreetmap-tile-server 2024-04-02 19:25:16 +00:00
a10fd7a309 set work_mem to 250MB in postgres (in run.sh)
juminet pushed to osmbe at champs-libres/openstreetmap-tile-server 2024-04-02 19:19:13 +00:00
7c2044be23 Add osmium command and tiles.list generation
juminet pushed to osmbe at champs-libres/openstreetmap-tile-server 2024-03-26 09:40:48 +00:00
bcb3823ef5 tile list for buffered belgium
juminet pushed to master at champs-libres/chill-import-from-canvas 2024-02-16 08:48:14 +00:00
9c90e5ac07 Add single python script for translating third party information into SQL
juminet closed issue champs-libres/biommap#44 2024-01-30 10:07:22 +00:00
Pouvoir mieux exploiter les données des observations
juminet pushed to main at champs-libres/biommap 2024-01-30 10:06:39 +00:00
0cc04eae61 update README
juminet pushed to main at champs-libres/biommap 2024-01-23 10:22:18 +00:00
d26aebd6f6 update submodule for #44
juminet pushed to main at champs-libres/biommap 2024-01-18 09:46:27 +00:00
86a77bb488 Update vendor for Geonature for #44 (dashboard)
juminet pushed to main at champs-libres/biommap 2024-01-15 18:30:36 +00:00
2cc6c185c7 update vendor for #44
juminet closed issue champs-libres/biommap#50 2024-01-08 15:29:32 +00:00
Add some new API point that produce some CSV
juminet commented on issue champs-libres/biommap#50 2024-01-08 15:29:32 +00:00
Add some new API point that produce some CSV

OK. See 194368f6f7

juminet closed issue champs-libres/biommap#49 2024-01-08 15:29:21 +00:00
Use Libreoffice calc to make graph from some json data
juminet closed issue champs-libres/biommap#51 2024-01-08 15:27:38 +00:00
Rework the dashboard page and include more graphs
juminet closed issue champs-libres/biommap#54 2024-01-08 15:27:25 +00:00
Cannot compile the taxhub container again
juminet pushed to main at champs-libres/biommap 2024-01-08 15:27:15 +00:00
8b33a050ed FIXED compilation of Dockerfile for Taxhub #54
juminet commented on issue champs-libres/biommap#54 2024-01-08 15:12:04 +00:00
Cannot compile the taxhub container again

Fixed.

From https://github.com/PnX-SI/TaxHub/blob/master/Dockerfile, I've added this:

RUN pip install --upgrade pip setuptools wheel

juminet commented on issue champs-libres/biommap#54 2024-01-08 15:11:28 +00:00
Cannot compile the taxhub container again

Tried:

  • apt-get install -y rustc added, but other problem arise
  • RUN pip install setuptools_rust, but no

A good solution would be to take some inspiration from https://github.com/PnX-SI/T

juminet opened issue champs-libres/biommap#54 2024-01-08 14:20:23 +00:00
Cannot compile the taxhub container again