natcap / invest

InVEST®: models that map and value the goods and services from nature that sustain and fulfill human life.
Apache License 2.0
162 stars 65 forks source link

HQ doesn't use reprojected access vector #1615

Open emlys opened 1 month ago

emlys commented 1 month ago

I noticed that in HQ, the input vector is reprojected, but the reprojected version is never used. The original version is used in the model: https://github.com/natcap/invest/blob/e81966093b92bad6b4c28ca2bcb6f04a4e96a513/src/natcap/invest/habitat_quality.py#L542-L566

If it does need to be reprojected, we should be using the reprojected version. If reprojection is unnecesssary, we can remove this step of the model.