-
odm2 is not recognized:
`
> db db | >
>
`
-
@horsburgh and @jcaraballo17. It appears that `webtsa-utilities/src/tsa_catalog_update.py` is no longer available, but I see mention to it in docs for https://github.com/ODM2/ODM2DataSharingPortal.
…
-
Hi,
On [L698](https://github.com/ODM2/ODM2/blob/master/src/blank_schema_scripts/postgresql/ODM2_for_PostgreSQL.sql#L698) of the PostgreSQL SQL script, `variableexternalidentifier` is misspelled. Thou…
-
I tried to create all of tables via ODM2 model base, like this:
```
from odm2api.base import *
modelBase.metadata.create_all(engine)
```
in current odm2 sqlalchemy model, because of table schema, "o…
-
Seemingly at random, I'll get the below error. Then WOFpy stops working and I need to reload apache to get it working again. I've been trying to figure out a reproducible way to get this error but I h…
-
# SQLite Issue with Postgresql
This is an issue regarding the SQLite database, not working when paired with PostgreSQL in a multiple WOFpy server environment.
## Runserver script
Here's my runse…
-
I'm creating this issue as a central place to track progress and discussions on our various proposed changes to ODM2 schemas into what might eventually become ODM2.1. These proposed changes are being …
-
To support a relatively simple extension to ODM2, as discussed in https://github.com/ODM2/ODM2/issues/132, https://github.com/ODM2/ODM2/issues/142 and related/connected issues.
As mentioned in http…
-
In #24 we went back forth with some changes to [ODM2/models.py](https://github.com/ODM2/ODM2PythonAPI/blob/master/odm2api/ODM2/models.py) and possibly [ODM2/services/readService.py](https://github.com…
-
Most of the following suggested changes or additions would make WaDE more consistent and easier to work with as far as communicating its time series data into WaterML formats and use its data as input…