-
Notifications
You must be signed in to change notification settings - Fork 151
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
Fatal error when using command ChgSysCo #212
Comments
I also have an error on mac ! With the same data ChgSysCo works fine with windows. Here is my error with micmac V1.1.1 on On macos 14.4.1 (23E224)
|
Same problem here, with GNU/Linux Debian 12 (on Intel).
edit: <SystemeCoord>
<BSC>
<TypeCoord> eTC_Proj4 </TypeCoord>
<AuxR> 1 </AuxR>
<AuxR> 1 </AuxR>
<AuxR> 1 </AuxR>
<AuxStr> +proj=lcc +lat_0=46.5 +lon_0=3 +lat_1=49 +lat_2=44 +x_0=700000 +y_0=6600000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs </AuxStr>
</BSC>
</SystemeCoord>
Any idea to change coordonates from WGS84 to EPSG2154 ? @sbonaime what your SysCoFR93_EPSG2154.xml looks like ? |
Hi,
I have been trying to use Micmac lately with MicMacWorkflowsByLucGirod, especially DroneNadir.sh.
The flow would not complete, ending with a fatal error. I have been trying to pinpoint the source of the error and I found out the problem comes from command ChgSysCo.
The following command is ran:
and it ends with:
I feel like the issue is related to a malformated bash command that's being run by the program (a call to
system()
?), seeing thesh
messages just before the crash. That being said, I have not been able to pinpoint the location of the related code in micmac's source code...I'm using a MacBook M1 Pro with MacOS Ventura 13.1 (22C65) coming with
GNU bash, version 5.2.15(1)-release
.Thanks in advance for any help,
The text was updated successfully, but these errors were encountered: