Imrao commited on
Commit
72eef3b
·
verified ·
1 Parent(s): 2a01c21
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -625,7 +625,7 @@ async def generate_i3s(request: GenerateRequest):
625
  'outputPath': output_dir,
626
  }
627
 
628
- logger.info(f"Generating I3S (Global/3857, offset={cx_3857:.1f},{cy_3857:.1f}) to {output_dir}")
629
 
630
  # Pass 1 – extract CGA reports via PyEncoder
631
  # (I3SEncoder returns an empty list, so get_report() never fires)
 
625
  'outputPath': output_dir,
626
  }
627
 
628
+ logger.info(f"Generating I3S (Global/ECEF 4978) to {output_dir}")
629
 
630
  # Pass 1 – extract CGA reports via PyEncoder
631
  # (I3SEncoder returns an empty list, so get_report() never fires)