Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Open-Earth-Foundation/HIAP

Repository files navigation

⚠️ Archived Repository
This repo has been moved to Open-Earth-Foundation/CityCatalyst/hiap.
It is no longer maintained here.

This is the mono repository for High Impact Actions Prioritizer (HIAP).

It contains all the logic for prioritizing actions and creating implementation plans.

There are 2 subfolders:

  1. plan_creator_bundle
  2. prioritizer

plan_creator_bundle contains all files related specifically to the legacy plan creator and the new plan creator endpoints prioritizer contains all files related specifically to the prioritizer

Build Docker and test locally

Run the following commands:

docker build -t hiap-app . docker run -it --rm -p 8000:8000 --env-file .env hiap-app

Testing

To run the tests without the slow ones (recommended) run: pytest -m "not slow"

About

Mono repository for prioritization and plan creator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors