hive
hive copied to clipboard
HIVE™ is a mobility services research platform
[RouteE Compass](https://github.com/NREL/routee-compass) can be an optional dependency for HIVE and used in-the-loop as the road network during simulation.
i recently made a custom dispatcher and replaced all of the default dispatchers with that custom dispatcher. because the DispatcherConfig requires it's fields, including ideal_fastcharge_soc_limit, i decided to include them...
The powercurve currently expects the incoming attributes to be `power_kw` and `energy_kwh` (see [here](https://github.com/NREL/hive/blob/main/nrel/hive/resources/powercurve/normalized.yaml)). But, these should actually be `ratio_of_plug_power` and `battery_state_of_charge`. We should correct these in the default file...
On a windows machine when running the denver demo for the first time in a conda environment, the output directory gets set to the resource directory where hive is installed,...
For #150. Creates a `custom_yaml` object that has alternative "representers" registered to it to modify the default output structures. Summary: - `tuple` is treated as a list - `set` is...
noted today that h3 is now at 4.0. the 4.0 API changes the name of methods. straight off the top of the [documentation](https://h3geo.org/docs/api/indexing/), the [3.x geo_to_h3 and h3_to_geo functions](https://h3geo.org/docs/3.x/api/indexing) have...
I recently added this to the manhattan.yaml scenario file: ```yaml dispatcher: valid_dispatch_states: - idle - repositioning - reserve_base ``` The model ran without complaint but the true value for `reserve_base`...
At the end of a hive simulation, we dump the configuration as a yaml file into the outputs folder with [this method. ](https://github.com/NREL/hive/blob/1e83798c68c66fd35029621e0f95c15b701bd1d5/nrel/hive/config/hive_config.py#L171). Some of the outputs are getting written...
a `Passenger` is a kind of thing of which `Resource` more broadly defines. in the case of `Passenger`, it is a resource with a pickup and dropoff location which takes...
In the [README](https://github.com/NREL/hive/blob/5cc27d7e463865c15e556e85c989338e38af84e1/README.md?plain=1#L154) file, the example output log is outdated. We should update this log with a fresh Denver demo run.