Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2D Boundary Conditions with EPSG:27700 gives 3Di Gridbuilder error (TOPDESK 2311 0136) #343

Open
leendertvanwolfswinkel opened this issue Dec 5, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@leendertvanwolfswinkel
Copy link
Collaborator

3Di model (https://management.3di.live/schematisations/8456/53265). This fails on make_gridadmin, with the following feedback: "2D boundary condition 1 does not touch any edge cell". Unfortunately this is not the case and the 2D boundary condition line does touch an edge cell.

It probably depends on the EPSG code of the model. This one is 27700. Once the model was converted to a German projection, the problem was no longer there.

We have had issues with EPSG:27700 before. The 3Di documenation used list this "known issue". This may be helpful when analysing this problem.

"
There are some issues related to projections. We are encountered this for our UK-based models (.sqlite). These models will show a shift in the geometries in QGIS. The reprojection from EPGS:27700 (British National Grid) to WGS84 is based on an outdated reprojection in the spatialite. There is a solution for this:

  • In QGIS open the (table without geometry) table "spatial_ref_sys"
  • go to row srid 27700
  • update column proj4text (overwrite existing value) with +proj=tmerc +lat_0=49 +lon_0=-2 +k=0.9996012717 +x_0=400000 +y_0=-100000 +datum=OSGB36 +units=m +no_defs
    "
@leendertvanwolfswinkel leendertvanwolfswinkel added the bug Something isn't working label Dec 5, 2023
@leendertvanwolfswinkel
Copy link
Collaborator Author

I suspect that perhaps #257 may have fixed this

@leendertvanwolfswinkel
Copy link
Collaborator Author

@Patrick-Nijman
Copy link

Ik snap deze niet helemaal, is dit nu wel of niet opgelost met:

I suspect that perhaps #257 may have fixed this

Als deze geclosed kan worden kan ik ook het Topdesk ticket sluiten en dat zou fijn zijn :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants