@mapcatch/util 2.1.2-a → 2.1.2-c

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6806,7 +6806,7 @@ const annotation$a = {
6806
6806
  label_detail: "Annotations Detail",
6807
6807
  task_name: "Task Name",
6808
6808
  task_type: "Task Type",
6809
- data_time: "Data Acquisitions Time",
6809
+ data_time: "Acquisition Time",
6810
6810
  recon_time: "Reconstruction Time",
6811
6811
  thermal_ir: "Thermal Infrared",
6812
6812
  multispectral: "Multispectral",
@@ -6868,7 +6868,7 @@ const annotation$a = {
6868
6868
  gsd: "GSD",
6869
6869
  zone_area: "Area",
6870
6870
  reproj_error: "Reprojection Error",
6871
- camera_count: "Photo Count",
6871
+ camera_count: "Camera Count",
6872
6872
  net_photos: "Registered Photos",
6873
6873
  non_net_photos: "Unregistered Photos",
6874
6874
  net_ratio: "Registration Rate",
@@ -61689,7 +61689,7 @@ function transformCoordinate(e, r, s) {
61689
61689
  u = [o.x, o.y, o.z];
61690
61690
  } else {
61691
61691
  let m = r.wkt, H = s.wkt;
61692
- if (!m && r.epsg_code && (m = getWKTString(r)), !H && s.epsg_code && (H = getWKTString(s)), !m || !H)
61692
+ if (r.type === 4 && (m = "+proj=geocent +datum=WGS84"), s.type === 4 && (H = "+proj=geocent +datum=WGS84"), !m && r.epsg_code && (m = getWKTString(r)), !H && s.epsg_code && (H = getWKTString(s)), !m || !H)
61693
61693
  return null;
61694
61694
  u = proj4(m, H, e);
61695
61695
  }
@@ -83406,7 +83406,7 @@ function predictBeforeAT(e, r, s, u) {
83406
83406
  }
83407
83407
  let He = {};
83408
83408
  return m.forEach((Ue) => {
83409
- let { img_id: Fe, camera_id: nt, projection_matrix: Ze, image_rect: Ve } = Ue, er = o[nt].camera_params, { width: st, height: Ke } = Ve, Ye = Ze, tt = fromValues$3(Ye[0], Ye[4], Ye[8], Ye[1], Ye[5], Ye[9], Ye[2], Ye[6], Ye[10]), Je = fromValues$1(Ye[3], Ye[7], Ye[11]), rr = fromValues$3(er[0], 0, 0, 0, er[1], 0, er[2], er[3], 1), Rr = transformMat3(create$2(), add$4(create$2(), transformMat3(create$2(), Re, tt), Je), rr), ar = scale(create$2, Rr, 1 / Rr[2]);
83409
+ let { img_id: Fe, camera_id: nt, projection_matrix: Ze, image_rect: Ve } = Ue, er = o[nt].camera_params, { width: st, height: Ke } = Ve, Ye = Ze, tt = fromValues$3(Ye[0], Ye[4], Ye[8], Ye[1], Ye[5], Ye[9], Ye[2], Ye[6], Ye[10]), Je = fromValues$1(Ye[3], Ye[7], Ye[11]), rr = fromValues$3(er[0], 0, 0, 0, er[1], 0, er[2], er[3], 1), Rr = transformMat3(create$2(), add$4(create$2(), transformMat3(create$2(), Re, tt), Je), rr), ar = scale(create$2(), Rr, 1 / Rr[2]);
83410
83410
  if (ar[0] > 0 && ar[0] < st && ar[1] > 0 && ar[1] < Ke) {
83411
83411
  let Ar = fromValues$1(ar[0], ar[1], 1), mr = transformMat3(create$2(), Ar, invert(create$4(), rr)), Pr = distortPoint(mr, er);
83412
83412
  ar = transformMat3(create$2(), fromValues$1(...Pr, 1), rr), He[Fe] = [ar[0], ar[1]], u && (Ue.predict = {
@@ -85299,7 +85299,7 @@ function getCameraOverview(e, r) {
85299
85299
  value: r.input_camera_count || i18n.t("report.no_data")
85300
85300
  },
85301
85301
  {
85302
- label: i18n.t("report.camera_count"),
85302
+ label: i18n.t("report.photo_count"),
85303
85303
  value: e.length
85304
85304
  },
85305
85305
  {