-
Go to https://www.betydb.org/search. The "We're sorry, but something went wrong." error appears.
This seems to have to do with the PostGIS upgrade.
This search:
SELECT site_id, city, sitename, lat…
-
At this point, PEcAn integration tests are failing because of the new geometry columns in BETYdb.
When you run the integration tests, this is the error:
> 2014-08-22 20:04:59 SEVERE [check.settings]…
-
if I add a 3D geom
``` sql
UPDATE sites SET geometry = (SELECT
ST_Force3D (
ST_SetSRID (
ST_Makeline (
ST_MakePoint (42.794071, - 76.116036, 41…
-
### To reproduce the error in the web interface:
1. go to https://www.betydb.org/species/2937/edit
2. enter 'SASA21' in Spcd field
3. click update
4. observe that Spcd value is set to 0
5. this is the…
-
When loading the database into a version of BETY with the current constraints it fails:
```
Loading pfts_species : ERROR: insert or update on table
"pfts_species" violates foreign key …
-
Right now the following inputs are specified in the inputs file for PEcAn, but should be listed in the inputs table:
``` xml
/home/carya/oge2OLD/OGE2_
/home/carya/faoOLD/FAO_
/home/carya/…
-
_please update original issue as ideas are added / changed in comments_
### What are data types that we are dealing with?
- PALSAR data
- Met data as points and polygons
- Soils data (polygon format)
…
-
per pull request #56, need to update database
(@robkooper what updates are required)
-
I'm wondering if the schema/content database on the pecandev server is being changed frequently or something? Because when I tried to add a record to the database at http://pecandev.igb.illinois.edu/j…
-
For future commits and pull requests, would this make sense:
I have cloned the _PecanProject/bety_ in my own remote repository called _udaysaraf/bety_.
The local repository on mymachine points to _u…