AER-4242 updated supplied nature data#22
Open
paulromeijn wants to merge 1 commit into
Open
Conversation
JacobusXIII
requested changes
Jun 19, 2026
JacobusXIII
left a comment
Contributor
There was a problem hiding this comment.
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; |
Contributor
There was a problem hiding this comment.
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; |
Contributor
There was a problem hiding this comment.
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; |
Contributor
There was a problem hiding this comment.
Same goes for the abroad directive areas.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New supplied nature data. Already added to Calculator, now also to database-modules.
To do: