1 | | * imagine a global data set (world borders in EPSG 4326) that is to be reprojected into a samller zone (UTM N13 location). |
2 | | * doing this without the region flag caused the following error: |
3 | | - v.proj: split_q.c:69: RTreeClassify: Assertion `!p->taken[i]' failed. |
4 | | * take -r flag of v.in.ogr as example |
| 1 | * imagine a global data set (world borders in EPSG 4326) that is to be reprojected into a samller zone (UTM N13 location). |
| 2 | * doing this without the region flag caused the following error: |
| 3 | {{{ |
| 4 | v.proj: split_q.c:69: RTreeClassify: Assertion `!p->taken[i]' |
| 5 | }}} |
| 6 | failed. |
| 7 | * take -r flag of v.in.ogr as example |