Elizabeth Sall

Results 66 issues of Elizabeth Sall

Hi ya'll, I wrote out some things that I think will be useful in this repo: https://github.com/e-lo/GMNSpy In the `/spec` directory I wrote out the GMNS "spec" as json files...

In creating a validator or trying to "mesh together" a complete time of day picture, it is really difficult to deal with multiple time of day representation. Suggest using the...

Pertaining to #30, in addition to a primary key, specify what the assumed unique combination of other values exists (i.e. `link_id`, time of day, allowed uses)

For example: If I have a gtfs_stop_id that is at an intersection. Do I have to create a location entry in addition to the node?

In order to limit the number of representations of the same thing, suggest limiting the location type (`loc_type`) in the [`location`](https://github.com/zephyr-data-specs/GMNS/wiki/Location) table to open street map [map feature names](https://wiki.openstreetmap.org/wiki/Map_Features)...or at...

There are required variables in [Use Definitions](https://github.com/zephyr-data-specs/GMNS/wiki/Use_Definition-and-Use_Group) which describe vehicle characteristics which do not necessarily nest within the 'use'. Specifically, I am thinking of the persons_per_vehicle and pce: var |...

Relevant Standards we should research: | **Standard** | **Status** |**Maintainer** | **Primary Stakeholders** | | ---------- | ---------- | ---------- | ---------- | | [MIRE](https://highways.dot.gov/sites/fhwa.dot.gov/files/2022-06/fhwasa17048.pdf) | 🗒️ to do |...

*As an implementer of GMNS, I'd like to understand if the required constraint applies to values or columns (or both)* Frictionless spec is really just checking for the column presence...

As a user, I'd like to make sure the spec is a valid format. ## Proposed solution Implement json format checkers and frictionless checkers in a github action to makes...

As a user, I'd like to look at a website instead of markdown or json files to understand the GMNS project. ## proposed solution Implement a mkdocs documentation website