johan/add-api #7
No reviewers
Labels
No labels
Acquisition de données
Webapp
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Aquilenet/Axione-IPE-Viewer#7
Loading…
Reference in a new issue
No description provided.
Delete branch "johan/add-api"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ajout d'une API pour FDN afin d'obtenir le statut d'éligibilité Axione pour une ref. d'immeuble donnée
Modifs dans le script d'ingestion:
@ -45,4 +45,3 @@
rc=0
echo "Create out dir ${dir_out} if not exist"
mkdir -p "${dir_out}"
Une raison particulière d'enlever les quotes sur tous ces chemins?
@ -0,0 +2,4 @@
import math
from ipe_fetcher import AreaCoordinates
def check_coordinates_area(coordinates: AreaCoordinates, max_area) -> AreaCoordinates:
We changed the function behaviour. Let's align the name with the new function.
Something like: