Skip to content

AER-4242 updated supplied nature data#22

Open
paulromeijn wants to merge 1 commit into
aerius:mainfrom
paulromeijn:AER-4242_supplied_nature_data
Open

AER-4242 updated supplied nature data#22
paulromeijn wants to merge 1 commit into
aerius:mainfrom
paulromeijn:AER-4242_supplied_nature_data

Conversation

@paulromeijn

Copy link
Copy Markdown

New supplied nature data. Already added to Calculator, now also to database-modules.

To do:

  • Check if all data is complete
  • upload to Nexus (after review and before merge)

@JacobusXIII JacobusXIII left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still some (lookup table) files that need to be updated too.

{import_common 'database-modules/nature_habitats_and_species/supplied_26.sql'}

-- Generated data
BEGIN; SELECT system.load_table('relevant_habitat_areas', '{data_folder}/common/nature_habitats_and_species/25/nature.relevant_habitat_areas_20250719.txt'); COMMIT;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be updated too. This is a look-up table that takes too much time to determined during the database build.

BEGIN; SELECT system.load_table('natura2000_areas', '{data_folder}/common/nature_areas/26/nature.natura2000_areas_20260511.txt', TRUE); COMMIT;
BEGIN; SELECT system.load_table('natura2000_area_properties', '{data_folder}/common/nature_areas/26/nature.natura2000_area_properties_20260511.txt', TRUE); COMMIT;

BEGIN; SELECT system.load_table('natura2000_directives', '{data_folder}/common/nature_areas/25/nature.natura2000_directives_20220328.txt'); COMMIT;

@JacobusXIII JacobusXIII Jun 19, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably be updated. From what I know, a natura2000 areas is the sum of all directive areas.

BEGIN; SELECT system.load_table('natura2000_areas', '{data_folder}/common/nature_areas/26/nature.natura2000_areas_abroad_20260414.txt', TRUE); COMMIT;
BEGIN; SELECT system.load_table('natura2000_area_properties', '{data_folder}/common/nature_areas/26/nature.natura2000_area_properties_abroad_20260414.txt', TRUE); COMMIT;

BEGIN; SELECT system.load_table('natura2000_directive_areas', '{data_folder}/common/nature_areas/26/nature.natura2000_directive_areas_abroad_20260414.txt', TRUE); COMMIT;

@JacobusXIII JacobusXIII Jun 19, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same goes for the abroad directive areas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants