Skip to content
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

Multi pointclouds LiDAR profile + export PDF #72

Open
maltaesousa opened this issue Jun 3, 2022 · 3 comments
Open

Multi pointclouds LiDAR profile + export PDF #72

maltaesousa opened this issue Jun 3, 2022 · 3 comments

Comments

@maltaesousa
Copy link
Collaborator

Who requested this new feature?

cartoriviera, mapnv, sitn

Is your feature request related to a problem?

No

Describe the solution you'd like

1. PDF Export

  • User can choose between A4 or A3 formats.
  • Scale of the print is chosen by taking in account the actual zoom level and rounding it have a nice measurable scale (ie. 1:50, 1:500, 1:1000 and so on)
  • [technical, not an actual option for user] Content of the PDF can either be raster or vector depending on complexity of each export option

image

2. Multi pointcloud

  • User can choose which point clouds are shown in the profile
  • n different pointclouds can be shown at the same time
  • Only the default point cloud is shown at initialization

image

The available pointclouds and the default_point_cloud could be read in the config:
https://sitn.ne.ch/pytree_dev/profile/config

In this example, two pointclouds are available: sitn2016 and swisstopo2018. When user checks the box corresponding to a point cloud, the profile can be done with:
https://sitn.ne.ch/pytree_dev/profile/get?minLOD=0%20&maxLOD=6&width=6&coordinates={2558950,%201206060},{2561250,%201206660}&pointCloud=swisstopo2018&attributes=

@ybolognini
Copy link
Member

In order to continue our analysis, here are some questions/remarks.

  1. PDF export

The exported PDF won't include a 2D map, is that correct?
Is there a need for a legend in the exported PDF?
For your information, we may use a client-side PDF generation.

  1. Multi pointcloud

This is what we discussed during FOSS4G.

Two options:
a/ the user can select only one pointcloud (radio button or dropdown)
b/ the user can select more than one pointclouds:
b.1/ one pointcloud is selected --> like today
b.2/ more than one pointcloud is selected --> option "Classification" is unavailable

Note that we need to confirm what is technically necessary to add more than one point cloud to the current viewer.

@gnerred
Copy link
Collaborator

gnerred commented Aug 31, 2022

  1. PDF export :
  • No need to include a 2D Map
  • No need for a legend (from my point of view)
  1. Multi pointcloud -> ok

@remyguillaume
Copy link
Collaborator

Estimated for integration in 2.7 LTS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants