NEDJIMAbelgacem
|
904a987c42
|
fix python test
|
2022-05-31 15:47:34 +01:00 |
|
NEDJIMAbelgacem
|
c5ac600dad
|
- Remove useless functions
- Remove emit QgsTask::taskTerminated
|
2022-05-30 13:45:58 +01:00 |
|
NEDJIMAbelgacem
|
a6e28b4ce1
|
fix test
|
2022-05-10 10:08:37 +01:00 |
|
NEDJIMAbelgacem
|
e9fff46db4
|
Merge branch 'master' into point-cloud-stats-calculator
|
2022-05-09 15:56:38 +01:00 |
|
NEDJIMAbelgacem
|
1ba060cb82
|
Change to using statistics class and fix SIP
|
2022-05-06 10:28:09 +01:00 |
|
Nyall Dawson
|
ca710d64e0
|
Implement identify support for point cloud results
|
2022-05-06 08:58:41 +10:00 |
|
NEDJIMAbelgacem
|
cc5a7d3d62
|
big code refactor
|
2022-04-28 18:38:49 +01:00 |
|
NEDJIMAbelgacem
|
f33f14843e
|
Refactoring and some fixes
|
2022-04-27 07:49:15 +01:00 |
|
NEDJIMAbelgacem
|
b02af16183
|
initial implementation
|
2022-04-22 07:32:28 +01:00 |
|
uclaros
|
5becf36b19
|
minor cleanup
|
2022-03-03 18:12:50 +02:00 |
|
Nyall Dawson
|
711a615be3
|
Fix raises sphinx format
|
2021-06-25 10:50:04 +10:00 |
|
Nyall Dawson
|
4ff3f447dc
|
Don't try to insert links in raises blocks in PyQGIS docs
These aren't formatted correctly if we do
|
2021-06-10 11:03:43 +10:00 |
|
NEDJIMAbelgacem
|
aca1146390
|
change the point budge to qint64 and double spin box
|
2021-04-08 14:26:31 -07:00 |
|
Denis Rouzaud
|
ba8a445850
|
run sipify
|
2021-03-22 21:13:52 +01:00 |
|
Nyall Dawson
|
50b9beaad6
|
[sipify] Catch more class references and insert :py:class: annotations
|
2021-01-31 05:41:22 +10:00 |
|
Belgacem
|
05735cdeab
|
move the implementation to Qgs3DMapToolIdentify
|
2021-01-13 15:47:40 +01:00 |
|
Belgacem
|
2c9c6f94b9
|
fix somethings and testRayFromScreenPoint
|
2021-01-13 15:47:40 +01:00 |
|
Belgacem
|
6caf1bfe32
|
fix code_layout
|
2021-01-13 15:47:40 +01:00 |
|
Belgacem
|
b5e6033a88
|
fix SIP
|
2021-01-13 15:47:40 +01:00 |
|
Belgacem
|
432f29be92
|
add pointsLimit and SIP
|
2021-01-13 15:47:40 +01:00 |
|
Belgacem
|
398144ee93
|
add docs
|
2021-01-13 15:47:40 +01:00 |
|
Belgacem
|
3a014ae0bf
|
make identification work with point size
|
2021-01-13 15:47:40 +01:00 |
|
Belgacem
|
4f3f95a841
|
raycast intersection with node bounding box
|
2021-01-13 15:47:40 +01:00 |
|
Nyall Dawson
|
923af4e833
|
Older sip versions DO require custom conversion code!
|
2021-01-04 13:05:54 +01:00 |
|
Nyall Dawson
|
30084f61a8
|
Fix identify tool not finding points when using a single point click
and map crs != layer crs
|
2021-01-04 13:05:54 +01:00 |
|
Nyall Dawson
|
c69b80453c
|
No need for custom conversion code when QVariantMap type is returned
|
2021-01-04 13:05:54 +01:00 |
|
Belgacem
|
8c72321509
|
sipify identify function in dataprovider
|
2021-01-04 10:20:04 +10:00 |
|
Belgacem
|
72d9eeeb0a
|
remove SIP_SKIP and qDebug()
|
2021-01-04 10:20:04 +10:00 |
|
NEDJIMAbelgacem
|
ef9d2727a6
|
make single click identify work
|
2021-01-04 10:20:04 +10:00 |
|
NEDJIMAbelgacem
|
8178add788
|
Address Nyall suggestions
|
2021-01-04 10:20:04 +10:00 |
|
Peter Petrik
|
221bd2f68f
|
untwine pdalprovider integration (#40404)
[pointclouds] untwine pdalprovider integration
|
2020-12-15 14:25:09 +01:00 |
|
Nyall Dawson
|
5be99bd5fe
|
Show data type, scale, offset in metadata for point cloud layers
|
2020-12-07 12:08:35 +10:00 |
|
Nyall Dawson
|
0708f813f2
|
Add method to retrieve original metadata from point cloud files,
and expose some more useful metadata in layer properties (las version,
software, creation date)
|
2020-12-07 12:08:35 +10:00 |
|
Nyall Dawson
|
2d325940a9
|
Add method to QgsPointCloudDataProvider to retrieve a polygon representing
the best available indication of the actual point cloud bounds
|
2020-12-03 07:18:07 +01:00 |
|
Nyall Dawson
|
ecd486499c
|
Add method to retrieve point count for layers
|
2020-12-02 19:14:58 +10:00 |
|
Nyall Dawson
|
ff672c4bd8
|
Add API to retrieve counts for classification classes
|
2020-12-02 19:14:58 +10:00 |
|
Nyall Dawson
|
55035a7b0a
|
Add point cloud classification codes
|
2020-12-02 19:14:58 +10:00 |
|
Nyall Dawson
|
3df0469229
|
[pointclouds] Add API to retrieve precalculated attribute statistics
from the provider metadata
This method only returns existing statistics, it cannot be used
to calculated new ones!
|
2020-12-02 19:14:58 +10:00 |
|
Nyall Dawson
|
0169347f5b
|
Hookup API for point cloud data providers to create default renderers for associated layers
|
2020-11-13 02:59:05 +10:00 |
|
Nyall Dawson
|
b9a7a365c0
|
Add attributes() member to QgsPointCloudDataProvider, QgsPointCloudLayer
Gives direct access to point cloud attributes
|
2020-11-12 17:33:37 +10:00 |
|
Peter Petrik
|
3dec432cb6
|
[pointclouds] add basic structure for PDAL layer
|
2020-11-04 21:56:09 +01:00 |
|
Peter Petrik
|
29113a89c1
|
fix some checks and building
|
2020-10-27 05:29:14 +10:00 |
|
Nyall Dawson
|
5a714372e3
|
Minor api cleanups
|
2020-10-27 05:29:14 +10:00 |
|
Peter Petrik
|
8536c564fb
|
add ept provider
|
2020-10-27 05:29:14 +10:00 |
|
Peter Petrik
|
b796dbb07b
|
add some basic skelet for point cloud data providers
|
2020-10-27 05:29:14 +10:00 |
|