Open AmeliaNadal opened 2 years ago
Because of the two new dependencies of the task PypsaEurSec:
we cannot test our (gas related) tasks, which make this issue kind of urgent.
Sorry, just saw this now. You probably tried to clear the task already? Sometimes the DB just bugs with the SRID.
The error message doesn't really make sense as the table is created at this point and the SRIDs are definied 3035
for both db-table as well as Geodataframe geom_point. Can't see the problem in the code
Found a similar problem here caused by different postGIS versions
Sorry, just saw this now. You probably tried to clear the task already? Sometimes the DB just bugs with the SRID.
The error message doesn't really make sense as the table is created at this point and the SRIDs are definied
3035
for both db-table as well as Geodataframe geom_point. Can't see the problem in the codeFound a similar problem here caused by different postGIS versions
The issue occurs even with cleaning and on clean runs.
This is probably not a postGIS version problem because the versions we use (PostgreSQL 12.3 and POSTGIS=3.0.1) are newer as the one mentionned in the issue you've found. @gnn thinks more that there could be a problem in the code: data that do not have SRID. However, @nailend it will be difficult for you to solve this if you cannot reproduce the error.
To prevent the same error to occur, we make use of the following SQL function
in order to integrate some gas related links.
The task electricity_demand_timeseries.hh_buildings.map-houseprofiles-to-buildings is failing in Oldenburg with the following error message:
There is probably a problem in the default setting of the SRID when the code in run without docker container, which could also be the source of the issue https://github.com/openego/eGon-data/issues/488.