Skip to content

Commit 3eb7eb6

Browse files
feat: update topage download URL for 2025 data and add additional layer for hydrographic basins
1 parent e0ebfd2 commit 3eb7eb6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

jobfile-bdtopage.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ import { utils, hooks } from '@kalisio/krawler'
66

77
const __dirname = path.dirname(fileURLToPath(import.meta.url))
88
const dbUrl = process.env.DB_URL || 'mongodb://localhost:27017/atlas'
9-
const FILTERS = process.env.TOPAGE_LAYERS || ['BassinVersant']
9+
const FILTERS = process.env.TOPAGE_LAYERS || ['BassinVersant','BassinHydrographique']
1010

1111

1212
// Topage download service URL
13-
const url = 'https://services.sandre.eaufrance.fr/telechargement/geo/ETH/BDTopage/2024/BD_Topage_FXX_2024-shp.zip'
13+
const url = 'https://services.sandre.eaufrance.fr/telechargement/geo/ETH/BDTopage/2025/BD_Topage_FXX_2025-shp.zip'
1414

1515
let generateTasks = (options) => {
1616
return async (hook) => {

0 commit comments

Comments
 (0)