inbo / niche_vlaanderen

Python package to run the NICHE Vlaanderen model
https://inbo.github.io/niche_vlaanderen/
MIT License
5 stars 2 forks source link

Validation > reference: add parameters id and upscale #341

Closed cecileherr closed 1 year ago

cecileherr commented 1 year ago

The documentation on the website is not complete, see the Reference part: https://inbo.github.io/niche_vlaanderen/lowlevel.html#validation

We have

class niche_vlaanderen.NicheValidation(niche, map, mapping_file=None, upscale=5, id=None)

with a description of parameters niche, map and mapping_file

Could you please add the meaning of id and upscale?

Could you also check why the upscaling factor differs bewteen: class niche_vlaanderen.NicheValidation(niche, map, mapping_file=None, upscale=5, id=None) and overlay(upscale=4) below?