Hello Alice,
the problem is not the target EPSG code 4326 that simply refers to longlat coordinates in WGS84 and that can be reprojected to if you have any supported projected coordinates that are also in WGS84 via both these commands below.
E:\LAStools\bin>las2las -i ..\data\fusa.laz -target_epsg 4326 -odix _4326 -olaz
E:\LAStools\bin>las2las -i ..\data\fusa.laz -target_longlat -odix _ll -olaz
using target projection 'longitude/latitude'
E:\LAStools\bin>lasdiff -i ..\data\fusa_4326.laz -i ..\data\fusa_ll.laz
checking '..\data\fusa_4326.laz' against '..\data\fusa_ll.laz'
headers are identical.
raw points are identical.
files are identical. both have 277573 points. took 0.634 secs.
But your source projection is EPSG code 3857 which uses the (rare?) Mercator_1SP projection (also see
http://epsg.io/3857) that is not implemented at the moment.
E:\LAStools\bin>las2las -i ..\data\fusa.laz -epsg 3857 -target_epsg 4326 -odix _4326 -olaz
transform 1024 of EPSG code 3857 not implemented.
ERROR: unknown EPSG code in '-epsg 3857'.
This is the first time I hear of LiDAR being in this projection ... is anyone else using this projection for LiDAR?
Regards,
Martin @rapidlasso
==================================
E:\LAStools\bin>lasinfo -i ..\data\fusa_ll.laz
lasinfo (160804) report for ..\data\fusa_ll.laz
reporting all LAS header entries:
file signature: 'LASF'
file source ID: 0
global_encoding: 0
project ID GUID data 1-4: 00000000-0000-0000-0000-000000000000
version major.minor: 1.1
system identifier: 'LAStools (c) by rapidlasso GmbH'
generating software: 'las2las (version 160822)'
file creation day/year: 40/2010
header size: 227
offset to point data: 313
number var. length records: 1
point data format: 1
point data record length: 28
number of point records: 277573
number of points by return: 263413 13879 281 0 0
scale factor x y z: 0.0000001 0.0000001 0.01
offset x y z: 138 -35 0
min x y z: 138.5641483 -35.0180436 42.21
max x y z: 138.5669489 -35.0157388 64.35
variable length header record 1 of 1:
reserved 0
user ID 'LASF_Projection'
record ID 34735
length after header 32
description 'by LAStools of rapidlasso GmbH'
GeoKeyDirectoryTag version 1.1.0 number of keys 3
key 1024 tiff_tag_location 0 count 1 value_offset 2 - GTModelTypeGeoKey: ModelTypeGeographic
key 2048 tiff_tag_location 0 count 1 value_offset 4326 - GeographicTypeGeoKey: GCS_WGS_84
key 4099 tiff_tag_location 0 count 1 value_offset 9001 - VerticalUnitsGeoKey: Linear_Meter
LASzip compression (version 2.4r2 c2 50000): POINT10 2 GPSTIME11 2
reporting minimum and maximum for all LAS point record entries ...
X 5641483 5669489
Y -180436 -157388
Z 4221 6435
intensity 10 62293
return_number 1 3
number_of_returns 1 3
edge_of_flight_line 0 0
scan_direction_flag 0 0
classification 1 6
scan_angle_rank 79 103
user_data 0 197
point_source_ID 1 1
gps_time 5880.963028 5886.739738
number of first returns: 263413
number of intermediate returns: 283
number of last returns: 263370
number of single returns: 249493
overview over number of returns of given pulse: 249493 27232 848 0 0 0 0
histogram of classification of points:
17553 unclassified (1)
180868 ground (2)
37030 high vegetation (5)
42122 building (6)
======================
E:\LAStools\bin>lasinfo -i ..\data\fusa_4326.laz
lasinfo (160804) report for ..\data\fusa_4326.laz
reporting all LAS header entries:
file signature: 'LASF'
file source ID: 0
global_encoding: 0
project ID GUID data 1-4: 00000000-0000-0000-0000-000000000000
version major.minor: 1.1
system identifier: 'LAStools (c) by rapidlasso GmbH'
generating software: 'las2las (version 160822)'
file creation day/year: 40/2010
header size: 227
offset to point data: 313
number var. length records: 1
point data format: 1
point data record length: 28
number of point records: 277573
number of points by return: 263413 13879 281 0 0
scale factor x y z: 0.0000001 0.0000001 0.01
offset x y z: 138 -35 0
min x y z: 138.5641483 -35.0180436 42.21
max x y z: 138.5669489 -35.0157388 64.35
variable length header record 1 of 1:
reserved 0
user ID 'LASF_Projection'
record ID 34735
length after header 32
description 'by LAStools of rapidlasso GmbH'
GeoKeyDirectoryTag version 1.1.0 number of keys 3
key 1024 tiff_tag_location 0 count 1 value_offset 2 - GTModelTypeGeoKey: ModelTypeGeographic
key 2048 tiff_tag_location 0 count 1 value_offset 4326 - GeographicTypeGeoKey: GCS_WGS_84
key 4099 tiff_tag_location 0 count 1 value_offset 9001 - VerticalUnitsGeoKey: Linear_Meter
LASzip compression (version 2.4r2 c2 50000): POINT10 2 GPSTIME11 2
reporting minimum and maximum for all LAS point record entries ...
X 5641483 5669489
Y -180436 -157388
Z 4221 6435
intensity 10 62293
return_number 1 3
number_of_returns 1 3
edge_of_flight_line 0 0
scan_direction_flag 0 0
classification 1 6
scan_angle_rank 79 103
user_data 0 197
point_source_ID 1 1
gps_time 5880.963028 5886.739738
number of first returns: 263413
number of intermediate returns: 283
number of last returns: 263370
number of single returns: 249493
overview over number of returns of given pulse: 249493 27232 848 0 0 0 0
histogram of classification of points:
17553 unclassified (1)
180868 ground (2)
37030 high vegetation (5)
42122 building (6)