focus: recentrer l'app sur l'archipel guadeloupéen uniquement
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -16,13 +16,11 @@ use Symfony\Component\Console\Style\SymfonyStyle;
|
||||
)]
|
||||
class IngestSentinelCommand extends Command
|
||||
{
|
||||
// Zones d'intérêt Antilles : [minLon, minLat, maxLon, maxLat]
|
||||
// Zone d'intérêt : archipel guadeloupéen uniquement.
|
||||
// Bbox : couvre Les Saintes, La Désirade, Grande-Terre, Basse-Terre,
|
||||
// Marie-Galante + ~350 km d'océan à l'est pour détecter les sargasses en approche.
|
||||
private const ZONES = [
|
||||
'martinique' => [-61.30, 14.30, -60.70, 14.90],
|
||||
'guadeloupe' => [-61.90, 15.80, -61.00, 16.60],
|
||||
'sainte-lucie' => [-61.10, 13.70, -60.80, 14.20],
|
||||
'barbade' => [-59.80, 13.00, -59.30, 13.40],
|
||||
'saint-martin' => [-63.20, 17.80, -62.90, 18.20],
|
||||
'guadeloupe' => [-62.50, 15.70, -58.50, 17.00],
|
||||
];
|
||||
|
||||
public function __construct(private IngestionService $ingestionService)
|
||||
|
||||
Reference in New Issue
Block a user