Re: [Qgis-user] Join attributes by location (summary) with condition

2025-07-09 Thread chris hermansen via QGIS-User
Roland and liat On Wed, Jul 9, 2025, 01:33 Roland Spielhofer via QGIS-User < qgis-user@lists.osgeo.org> wrote: > Hi, > I am trying to get mean values from points lying inside polygons - that > would be easy with "join attributes by location (summary)". > > But: I have overlapping polygons - comin

Re: [Qgis-user] Qgis/Postgis : Multi Union (25 polygonal layers)

2025-07-07 Thread chris hermansen via QGIS-User
version, which results in a final table with the cut-up geometry for each overlap area and all the IDs of the constituent pieces as individual attributes - in that case your COUNT is just the number of non-null ID columns for each record - with a normalized set of input tables the ID

[Bug 2062082] Re: Nvidia drivers fail to install libnvidia-egl-wayland1, resulting in Zink being used

2025-07-06 Thread Chris Hermansen
Continuing on in my saga of Firefox occasionally freezing my GNOME session... last week I had one occur in the middle of a particularly lengthy set of edits to a text file, and I decided to 1) switch away from Firefox for awhile, to see if that reduced the freezes, and 2) to dig into Daniel's sugge

Re: [Qgis-user] Use Case: Segmentation (for photo-interpretation) without Classification?

2025-06-30 Thread chris hermansen via QGIS-User
ence of absence of those physical parameters into a class of some kind. This document is a good example of that kind of integrative thinking: https://open.alberta.ca/dataset/e3c7894f-875c-4a54-8248-7f5368acd82c/resource/2b01b2b8-91b3-411a-8806-01cf5df306c1/download/srd-alberta-wetland-inventory-clas

Re: [Qgis-user] question on scale bar world map

2025-06-26 Thread chris hermansen via QGIS-User
e bars, one for each 10 degrees or so of latitude, which of course isn't feasible when the two points to be measured are at different latitudes. Chris Hermansen · clhermansen "at" gmail "dot" com C'est ma façon de parler. __

Re: [QGIS-Developer] Copy layer vs Duplicate layer ???

2025-06-04 Thread chris hermansen via QGIS-Developer
Richard and list, On Wed, Jun 4, 2025, 08:00 Richard Duivenvoorde via QGIS-Developer < qgis-developer@lists.osgeo.org> wrote: > Hi People, > > A user had an issue in which she 'copied' a layer, edited it and then > found out she edited the original data... > > My response was: yes (join the club

[Bug 2062082] Re: Nvidia drivers fail to install libnvidia-egl-wayland1, resulting in Zink being used

2025-05-26 Thread Chris Hermansen
Thanks for that information. I reviewed that bug report and checked my mesa version which is 25.0.3-1. Also I have been running Firefox right from the launcher for the last few days with no freezing (touching all the wood I can see right now). Early last week I uninstalled libnvidia-egl-wayland1

[Bug 2062082] Re: Nvidia drivers fail to install libnvidia-egl-wayland1, resulting in Zink being used

2025-05-16 Thread Chris Hermansen
@vanvugt I struggled with this under 24.10. Very lately there, and now on 25.04, I have this odd problem with Firefox hanging my GNOME session. As a part of a longer story I have tried running firefox from the terminal with MOZ_ENABLE_WAYLAND set to 1 and I see this message: libEGL warning: egl

Re: [Qgis-user] Dynamic Source Filtering in QGIS - How?

2025-05-03 Thread chris hermansen via QGIS-User
Stefan and list, On Sat, May 3, 2025, 11:53 Stefan Keller via QGIS-User < qgis-user@lists.osgeo.org> wrote: > Dear all, > > I would like to display only say the 50 most important features of a > layer in a QGIS project when I zoom out and in. Almost all features > have an attribute qrank startin

Re: [Qgis-user] relation reference filter

2025-04-24 Thread chris hermansen via QGIS-User
allowed_type_material" and have a field on findings that was called "allowed_type_material_uuid". Sorry that I'm not finding your problem description clear; I hope my comments don't add confusion. -- Chris Hermansen · clhermansen "at" gmail "dot" com

Re: [Qgis-user] Running intersection with PostGIS overlay layer without local recreation of index?

2025-04-16 Thread chris hermansen via QGIS-User
Johannes and list. On Wed, Apr 16, 2025, 07:35 Johannes Kröger (WhereGroup) via QGIS-User < qgis-user@lists.osgeo.org> wrote: > Workaround, that works well in my specific data and use case: > > My input layer only covers small and local parts of the full coverage of > the big PostGIS layer. Beca

Re: [Qgis-user] create a route with several points at once

2025-03-28 Thread chris hermansen via QGIS-User
ne point, IDSIG 101050447A, was too far from a network segment to be included. Otherwise the network looks fine. So, with the caveat that you must select a common projected CRS and adjust the location of the distant point (or otherwise connect it to the network), I think you should find this wor

Re: [Qgis-user] FW: "Phantom" point in created layer

2025-03-25 Thread chris hermansen via QGIS-User
function to add a point. Every structure gets a dot. > Why are you using "Add polygon feature" when your goal appears to be adding points? What is the geometry of your shapefile layer? If you intend to have points in it, then the geometry should be "point". -- Chris H

Re: [QGIS-Developer] Uses of QGIS

2025-03-17 Thread chris hermansen via QGIS-Developer
Jacob, just to you, You might want to read some of the documentation at qgis.org For a desktop installation accomplishing what you ask does not require programming. There is a version of QGIS that you can run as a web server which permits that kind of query. On Mon, Mar 17, 2025, 12:47 Jacob Ro

Re: [Qgis-user] Ubuntu LTS 22.04 installation problem

2025-03-12 Thread chris hermansen via QGIS-User
Hi Álvaro, list, Have you tried sudo apt upgrade -f ?? On Wed, Mar 12, 2025, 17:51 Alvaro Manrique via QGIS-User < qgis-user@lists.osgeo.org> wrote: > Hello everyone, > I'm having issues installing the latest QGIS version: > $$ > alvaromanrique@alvaromanrique-Crosshair-17-C12VF:~$ sudo apt upg

Re: [Qgis-user] Creating a point

2025-02-14 Thread chris hermansen via QGIS-User
Iain, On Fri, Feb 14, 2025, 15:06 IainS via QGIS-User wrote: > Is it possible to create a point an located it by inputting its Xand Y > coordinates? > > > I think you want to add a delimited text layer, say from a CSV file. For example https://guides.library.duke.edu/QGIS/ImportData#:~:text=t

Re: [Qgis-user] Least Cost Path

2025-02-04 Thread chris hermansen via QGIS-User
and there's no other info here to work with. > > On Tue, Feb 4, 2025 at 1:08 PM chris hermansen > wrote: > >> Krishna and list, >> >> On Tue, Feb 4, 2025 at 11:49 AM krishna Ayyala >> wrote: >> >>> I also ran v.clean on the network. Then ran v.n

Re: [Qgis-user] Least Cost Path

2025-02-04 Thread chris hermansen via QGIS-User
qgis to fix this? >> >> Regards. >> >> On Tue, Feb 4, 2025 at 12:12 PM chris hermansen >> wrote: >> >>> Krishna and list, >>> >>> On Tue, Feb 4, 2025, 10:49 krishna Ayyala >>> wrote: >>> >>>> Chris, &g

Re: [Qgis-user] Least Cost Path

2025-02-04 Thread chris hermansen via QGIS-User
Least-Cost Path" plugin, but that does not work as it needs a raster > layer. When you get a chance, can you please reply? > > Have you looked at any of the several shortest path tools in QGIS? When I open the processing toolbox and type "shortest" into the search box I

Re: [Qgis-user] Help with Buffer and Category-Specific Geometry Outputs in QGIS

2024-12-29 Thread chris hermansen via QGIS-User
Carolina and list, On Sun, Dec 29, 2024, 21:39 Carolina Lang via QGIS-User < qgis-user@lists.osgeo.org> wrote: > Hello everyone, > I'm using QGIS 3.34 and working with the vector-geometry-buffer function > on a shapefile containing multiple spatial points, categories (or location > type) are repr

Re: [QGIS-Developer] Help compiling QGIS with Qt6 on Ubuntu 24.04/24.10

2024-12-27 Thread chris hermansen via QGIS-Developer
;https://ddalcino.github.io/aqt-list-server/> very handy for generating the right aqt command to install the version and modules I want (I use extensively in CI environments) - that's how I generated the example command above" -- Chris Hermansen · clhermansen "at" gmail &quo

[QGIS-Developer] QGIS 3.40 on Ubuntu 24.10 "oracular"

2024-11-05 Thread chris hermansen via QGIS-Developer
about blockers? about if there's anything I can do to facilitate? Thanks very much in advance, and the very best to all. -- Chris Hermansen · clhermansen "at" gmail "dot" com C'est ma façon de parler. ___ QGIS-Develope

Re: [Alsa-user] Basic information on alsa needed

2024-10-27 Thread chris hermansen
Pi Zero & Pi 3A+; both > with 'pipewire') have such different sound configurations? > > 4. Is there any intelligible documentation that discusses these questions? > The answers to the above questions should be more clear after reading the suggested articles. I also g

Re: [Qgis-user] Unable to open MrSID file in QGIS even if gdalinfo can read it

2024-09-23 Thread chris hermansen via QGIS-User
Andrew and list, On Mon, Sep 23, 2024, 00:28 Andrew Plowright via QGIS-User < qgis-user@lists.osgeo.org> wrote: > I do indeed: > > /usr/bin/gdalinfo > /bin/gdalinfo > > I suppose that with the -DCMAKE_INSTALL_PREFIX:PATH=/usr parameter, this > means that the version of GDAL that I built was in /u

Re: [Qgis-user] Over_Quer_Limit- MMQGIS

2024-09-20 Thread chris hermansen via QGIS-User
Maybe this Google link about Geo coding limits could help https://developers.google.com/maps/documentation/geocoding/usage-and-billing On Fri, Sep 20, 2024, 10:33 krishna Ayyala via QGIS-User < qgis-user@lists.osgeo.org> wrote: > Hello, > Initially I did try to reverse geocode with all 8000 reco

Re: [Qgis-user] Query Builder - I thought I understood what I was doing.

2024-06-12 Thread chris hermansen via QGIS-User
believe" it is a string. You can check the field types... Anyway, in case it's a date, you can use the year function in the query builder e.g. year(DateSale) -- Chris Hermansen · clhermansen "at" gmail "dot" com C'est ma façon de parler. ___

Re: [Qgis-user] Fwd: Export data with tiff and csv files in QGIS 3.36.3

2024-06-11 Thread chris hermansen via QGIS-User
; > DAISSy Research Group > > Hellenic Open University > > Greece > > > > e-mail: sofitsi...@gmail.com > > Homepage: https://sites.google.com/view/sofiatsitou/home > <https://sites.google.com/view/sofiatsitou/home> > > > > > -- > > Tsitou S

[Bug 2065791] Re: incorrect screen resolution in wayland session

2024-06-07 Thread Chris Hermansen
Just to mention that the Wayland session continues to work with that changed mentioned above and I am using mostly full time now, except for one application (OnlyOffice). Working on their user forum to try to sort this out. -- You received this bug notification because you are a member of Ubuntu

Re: [Qgis-user] Pakistan QGIS data

2024-06-03 Thread chris hermansen via QGIS-User
o relate to agricultural work: https://datasetsearch.research.google.com/search?ref=TDJjdk1URnlabkE0Tm01ZmFBPT0sTDJjdk1URnphbkkxZVdkeU5BPT0sTDJjdk1URjBjekZtTUd0cU1BPT0%3D&query=pakistan%20spatial&docid=L2cvMTF2ejg3aGYzZw%3D%3D -- Chris Hermansen · clhermansen &

[Bug 2065791] Re: incorrect screen resolution in wayland session

2024-05-27 Thread Chris Hermansen
John Kizer: I installed libnvidia-egl-wayland1 versuib 1:1.1.13-1build1 from the repositories, and not only does Settings now work, but I can also change the screen resolution from the low-res 3840 X 1080 to the high-res value 5120 X 1440, and all seems to work just fine. Thanks for sharing your

[Bug 2060268] Re: Phantom "Unknown Display" shown in Settings after installing the Nvidia driver

2024-05-16 Thread Chris Hermansen
On 24.04 with NVIDIA GTX 3060 and Samsung 5120 X 1440 monitor, running libnvidia 535.171.04-0ubuntu2 Following Per Overgaard's excellent instructive, the > GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash initcall_blacklist=simpledrm_platform_driver_init” solution works for me to eliminate the "ghost mo

[Bug 2065791] Re: incorrect screen resolution in wayland session

2024-05-16 Thread Chris Hermansen
Daniel: Thanks for linking to https://bugs.launchpad.net/bugs/2060268. Solved my "ghost monitor" problem; I will report my experience on that bug. Relative to the screen resolution - when I added the boot flag mentioned there to /etc/default/grub, rebooted and logged into an X (not Wayland) sess

Re: [Qgis-user] Labeling: Allow HTML Formatting, text-size and map units

2024-05-16 Thread chris hermansen via QGIS-User
or if it is a bug. > So ... works but doesn't... That seems to be surprising behaviour. I can get that CSS style directives might not work the way one might hope (that often happens to me in other circumstances...) This is tempting me to experiment. Thanks for that! > Thomas

Re: [Qgis-user] Labeling: Allow HTML Formatting, text-size and map units

2024-05-15 Thread chris hermansen via QGIS-User
l scales and does not respect the behavior of the > map units with maximum scale setting. I suppose you tried style="font-size: 75%;" and maybe style="font-size: 0.75em;", and they did not work? I wonder if, besides ..., you might have tried ...? -- Chris Hermansen ·

[Bug 2065791] Re: incorrect screen resolution in wayland session

2024-05-15 Thread Chris Hermansen
I thought to try adding a new user which would have fresh configuration files. This new user experienced the same or very similar problems (xorg session screen resolution seems fine, wayland session screen resolution is ? X 1080). On first login (which was an xorg session) the screen resolution w

[Bug 2065791] [NEW] incorrect screen resolution in wayland session

2024-05-15 Thread Chris Hermansen
Public bug reported: Running a fresh install of Ubuntu 24.06 (ie not an upgrade from 23.10). Graphics card is NVIDIA GeForce RTX™ 3060 with 5120 X 1440 Samsung monitor. Configuration behaves as expected on xorg but switching to Wayland on login gives display resolution at ? X 1080. Settings appl

[Bug 2065624] [NEW] GIMP crashes when exiting

2024-05-13 Thread Chris Hermansen
Public bug reported: Closing GIMP after editing and overwriting a screen shot (PNG) results in GIMP crashing and this: ``` GNU Image Manipulation Program version 2.10.36 git-describe: GIMP_2_10_36 Build: unknown rev 0 for linux # C compiler # Using built-in specs. COLLECT_GCC=g

[Bug 2065624] [NEW] GIMP crashes when exiting

2024-05-13 Thread Chris Hermansen
Public bug reported: Closing GIMP after editing and overwriting a screen shot (PNG) results in GIMP crashing and this: ``` GNU Image Manipulation Program version 2.10.36 git-describe: GIMP_2_10_36 Build: unknown rev 0 for linux # C compiler # Using built-in specs. COLLECT_GCC=g

Re: [Qgis-user] Command for raster reprojetion from geodetic to cartesian coordinates

2024-05-10 Thread chris hermansen via QGIS-User
re in-depth tutorial from the QGIS training manual section 6.1 will help you solve your problem? https://docs.qgis.org/3.34/en/docs/training_manual/vector_analysis/reproject_transform.html -- Chris Hermansen · clhermansen "at" gmail "dot" com C'est ma façon de parler

Re: [Qgis-user] Command for raster reprojetion from geodetic to cartesian coordinates

2024-05-10 Thread chris hermansen via QGIS-User
tps://docs.qgis.org/3.34/en/docs/user_manual/processing_algs/gdal/rasterprojections.html#warp-reproject -- Chris Hermansen · clhermansen "at" gmail "dot" com C'est ma façon de parler. ___ QGIS-User mailing list QGIS-User@lists.

Re: [Qgis-user] Search through folders and combine SHP files

2024-05-09 Thread chris hermansen via QGIS-User
Tony and list, On Thu, May 9, 2024, 16:06 Tony Shepherd (FarmMaps NZ) via QGIS-User < qgis-user@lists.osgeo.org> wrote: > Hi > > > > I have loads, literally thousands, of SHP, GPKG, TAB files located in > loads of different folders and sub-folders. > > > > Is there a plugin that will trawl throug

Re: [Qgis-user] INSTALL QGIS DESKTOP IN LUNUX UBUNTU THAT PERMIT CONNECT TO ORACLE DATABASES AND LOAD VECTOR LAYERS

2024-05-08 Thread chris hermansen via QGIS-User
unicar en inglés pero hay hablantes de castellano en esta lista y Google Translate nos ayuda también. -- Chris Hermansen · clhermansen "at" gmail "dot" com C'est ma façon de parler. ___ QGIS-User mailing list QGIS-User@lists.osg

Re: [Qgis-user] GeoJSON problem

2024-04-24 Thread chris hermansen via QGIS-User
com/wavded/1200773?short_path=99c1af9 might give you some insights. In particular, you can see that attributes are called "properties" and are rendered as a set of key-value pairs. -- Chris Hermansen · clhermansen "at" gmail "dot" com C'est ma façon de parler.

Re: [Qgis-user] web based spatial MIS/Dashboard

2024-04-22 Thread chris hermansen via QGIS-User
stable wrench). If you're going to end up building a complex web based data visualization application you probably need to go beyond the simple stuff. I hope this gives you some ideas. Chris Hermansen ___ QGIS-User mailing list QGIS-User@lists.osgeo

Re: [Qgis-user] Move to discourse

2024-04-11 Thread chris hermansen via QGIS-User
forum. > > > I suggest that if you drive all the users with decent knowledge of the subject off the list by an "ask before doing a bit of digging" approach, there will be no one left to answer those questions. Anyway, all of this is kind of off the topic of mailing list vs Discou

Re: [Qgis-user] Announce - migrate our mailing lists to Discourse

2024-04-04 Thread chris hermansen via QGIS-User
eleted] > > > Any thought from you is more than welcome, from ranting against modernity > to thanking SAC for their hard work. > And thank you, SAC, for your hard work! -- Chris Hermansen · clhermansen "at" gmail "dot" com C'est ma façon de parler.

Re: [Qgis-user] Problem with QGIS: Form uniform groups/clusters from a large point data set

2024-03-15 Thread chris hermansen via QGIS-User
Maren and list, On Fri, Mar 15, 2024, 05:27 Dr.-Ing. Maren van der Meer via QGIS-User < qgis-user@lists.osgeo.org> wrote: > Hello everyone, > > I'm facing a problem that I can't wrap my head around: > > I have a population dataset in the form of dots. Each point represents one > inhabitant within

Re: [Qgis-user] editing and saving very large table

2024-03-12 Thread chris hermansen via QGIS-User
owershell-to-sort-a-csv-file/ Alternatively, if you're using Linux or (I would imagine) OS/X, you can use the Posix "sort" utility. -- Chris Hermansen · clhermansen "at" gmail "dot" com C'est ma façon de parler. ___ QG

Re: [Qgis-user] editing and saving very large table

2024-03-12 Thread chris hermansen via QGIS-User
ow did you sort it? Opened it in the attribute table editor and clicked on columns? If so, as far as I know, sorting in this editor is just for convenience in reviewing data. The physical data order is determined by the link to the spatial features. Maybe you could also tell us what you'r

Re: [Qgis-user] question abot shapes

2024-03-08 Thread chris hermansen via QGIS-User
Sorry everyone, pressed "send" too early! On Fri, Mar 8, 2024 at 9:55 AM chris hermansen wrote: > Sylvain and list, > > On Fri, Mar 8, 2024 at 8:15 AM Sylvain Ard via QGIS-User < > qgis-user@lists.osgeo.org> wrote: > >> >> Good morning, >> I hav

Re: [Qgis-user] question abot shapes

2024-03-08 Thread chris hermansen via QGIS-User
is this interesting discussion on StackExchange about density of bomb craters: https://gis.stackexchange.com/questions/385338/point-density-map-in-qgis -- Chris Hermansen · clhermansen "at" gmail "dot" com C'est ma façon de parler.

Re: [Qgis-user] time series viewer for EGMS

2024-02-29 Thread chris hermansen via QGIS-User
o animate your maps, there is this: https://plugins.qgis.org/plugins/animation_workbench/ -- Chris Hermansen · clhermansen "at" gmail "dot" com C'est ma façon de parler. ___ QGIS-User mailing list QGIS-User@lists.osgeo.org List info: ht

Re: [Qgis-user] Encoding accents on the web

2024-02-27 Thread chris hermansen via QGIS-User
quot; https://plugins.qgis.org/plugins/shapefile_encoding_fixer/ Here are some other people struggling with the same problem https://www.reddit.com/r/QGIS/comments/y15m2a/problem_with_german_characters_in_an_attribute/ Maybe some of this will help. -- Chris Hermansen · clhermansen "a

Re: [Qgis-user] Encoding accents on the web

2024-02-27 Thread chris hermansen via QGIS-User
Robert and list On Tue, Feb 27, 2024, 06:52 Robert Sweeny via QGIS-User < qgis-user@lists.osgeo.org> wrote: > Hi people, > I am attempting to produce Q-GIS web sites using the gqis2web add-on. I am > opting for Leaflet because that seems to work best for my purposes. The > problem is that french

Re: [Qgis-user] QGIS and Mango

2024-02-22 Thread chris hermansen via QGIS-User
.gov e: c...@vanburencountymi.gov > > Need to meet with me? Book a meeting or check my availability with this > link: Microsoft Bookings > <https://outlook.office365.com/owa/calendar/collincoepersonalbooki...@vanburenco.onmicrosoft.com/bookings/> > > -- > *

Re: [Qgis-user] QGIS and Mango

2024-02-22 Thread chris hermansen via QGIS-User
ountymi.gov/cgi-bin/qgis_mapserv.fcgi.exe?service=WMS&request=GetCapabilities&version=1.3.0&_=1708610138093 ' Layer(s) not valid $ So it looks to me like MangoMaps is mangling your calls to getCapabilities. In particular MangoMaps is not supplying the parameters: crs=EPSG:3857

Re: [Qgis-user] QGIS and Mango

2024-02-22 Thread chris hermansen via QGIS-User
w: > > https://www.vanburencountymi.gov e: c...@vanburencountymi.gov > > Need to meet with me? Book a meeting or check my availability with this > link: Microsoft Bookings > <https://outlook.office365.com/owa/calendar/collincoepersonalbooki...@vanburenco.onmicrosoft.com/bookings/> &

Re: [Qgis-user] Primary key and spatial index

2024-02-15 Thread chris hermansen via QGIS-User
Rikesh and list, On Thu, Feb 15, 2024, 18:40 Rikesh Lad via QGIS-User < qgis-user@lists.osgeo.org> wrote: > Hello, > > Please see attached. Does anyone know how to add a primary key and spatial > index to a large layer without the software crashing? > > [image: image.png] > Here is some referen

Re: [Qgis-user] Distance measurement from Center - Buffer

2024-02-12 Thread chris hermansen via QGIS-User
%20consists%20of,Grid%20Reference%20System%20(MGRS) . On Mon, Feb 12, 2024, 18:31 krishna Ayyala wrote: > Chris, > Thanks for the reply. By rectangular coordinate system, can you mention > which specific rectangular coordinate system? > > Regards. > > On Mon, Feb 12, 2024 at 5:

Re: [Qgis-user] Distance measurement from Center - Buffer

2024-02-12 Thread chris hermansen via QGIS-User
Epsg 4326 is lat long. Make your buffers in a rectangular coordinate system. On Mon, Feb 12, 2024, 16:29 krishna Ayyala via QGIS-User < qgis-user@lists.osgeo.org> wrote: > Hello, > I have a point shape file with the projection as shown below. I have > created a buffer of 16km using this point sha

Re: [Qgis-user] Installation of QGIS on Ubuntu 22.4 LTS (Jammy) seems to use old library versions from 20.04 LTS (Focal)

2024-01-27 Thread chris hermansen via QGIS-User
Maxime, On Sat, Jan 27, 2024, 16:18 Schoemans Maxime wrote: > Hi Chris, > > After some more tinkering around I managed to fix the issue. > It seems the culprit was an old installation of gdal from sources. > I am not certain how this was making crssync crash, but after > recompiling and reinstal

Re: [Qgis-user] Installation of QGIS on Ubuntu 22.4 LTS (Jammy) seems to use old library versions from 20.04 LTS (Focal)

2024-01-27 Thread chris hermansen via QGIS-User
Hello again Maxime, Worth reading through this: https://github.com/qgis/QGIS/issues/48685 You will see that someone in a similar problem solved it, albeit earlier version of QGIS. Maybe this will apply in your case as well...? -- Chris Hermansen · clhermansen "at" gmail "dot

Re: [Qgis-user] Installation of QGIS on Ubuntu 22.4 LTS (Jammy) seems to use old library versions from 20.04 LTS (Focal)

2024-01-27 Thread chris hermansen via QGIS-User
Maxime, On Sat, Jan 27, 2024 at 9:56 AM Schoemans Maxime wrote: > > On 27/01/2024 17:23, chris hermansen wrote: > > > It somehow seems like you have the focal packages installed, though your > qgis.sources looks ok. > > What happens if you do an apt update and apt upg

Re: [Qgis-user] Installation of QGIS on Ubuntu 22.4 LTS (Jammy) seems to use old library versions from 20.04 LTS (Focal)

2024-01-27 Thread chris hermansen via QGIS-User
Maxime, On Sat, Jan 27, 2024, 05:00 Schoemans Maxime wrote: > Hi Chris, > > Thank you for your response. > > On 27/01/2024 00:55, chris hermansen wrote: > > Please post your /etc/apt/sources.list.d/qgis.sources > > *maxime@maxime-pc:~ $* lsb_release -cs > jammy >

Re: [Qgis-user] Installation of QGIS on Ubuntu 22.4 LTS (Jammy) seems to use old library versions from 20.04 LTS (Focal)

2024-01-26 Thread chris hermansen via QGIS-User
s: Am I doing something wrong, or is this normal and I > should continue manually downloading previous library versions as needed? > It seems to me you may be getting the wrong set of packages. -- Chris Hermansen · clhermansen "at" gmail "dot" com C'est ma faço

Re: [Qgis-user] Dúvida sobre mapa de calor

2024-01-19 Thread chris hermansen via QGIS-User
s the neighborhoods and dividing by the neighborhood total area. Does that make sense to you? -- Chris Hermansen · clhermansen "at" gmail "dot" com C'est ma façon de parler. ___ QGIS-User mailing list QGIS-User@lists.osgeo.o

Re: [Qgis-user] QGIS Qt6 Wayland ongoing status

2024-01-18 Thread chris hermansen via QGIS-User
Thanks very much for this detailed authoritative explanation, Nyall. I have a couple of specific comments below... On Wed, Jan 17, 2024 at 10:29 PM Nyall Dawson wrote: > > > On Thu, 18 Jan 2024 at 13:56, chris hermansen via QGIS-User < > qgis-user@lists.osgeo.org> wrote: >

Re: [Qgis-user] QGIS Qt6 Wayland ongoing status

2024-01-17 Thread chris hermansen via QGIS-User
earning how QGIS development might converge - or not - with > a Wayland-only future, since it seems several important Linux distros are > leaning away from supporting X to some degree or another. > > As to whether QGIS might break under Wayland, there are 31 issues in the > QGIS re

Re: [Qgis-user] QGIS Qt6 Wayland ongoing status

2024-01-17 Thread chris hermansen via QGIS-User
stros are leaning away from supporting X to some degree or another. As to whether QGIS might break under Wayland, there are 31 issues in the QGIS repo as of this evening related to Wayland in some form or the other. Plus the warning I mentioned above. -- Chris Hermansen · clhermansen "at&

[Qgis-user] QGIS Qt6 Wayland ongoing status

2024-01-16 Thread chris hermansen via QGIS-User
Plus endless short conversations in places like Reddit that throw off more heat than light. Does anyone have any suggestions as to where to keep informed on this topic? Because it seems like Wayland is coming whether we want it or not... Thanks in advance -- Chris Hermansen · clhermansen "at&q

Re: [Qgis-user] Problem with Python/Qgis

2023-12-12 Thread chris hermansen via QGIS-User
g your command again with the "-f" option: apt install -f qgis qgis-plugin-grass In any event, I suggest you read this useful mini-tutorial on fixing unsatisfied dependencies. https://askubuntu.com/questions/140246/how-do-i-resolve-unmet-depe

Re: [Qgis-user] Config qgis desktop on Linux to DISPLAY Oracle connections

2023-09-21 Thread chris hermansen via QGIS-User
Fredy and list On Thu, Sep 21, 2023, 19:48 Fredy Varon wrote: > Hi chris > > > > About your questions. > > > >1. which client are you trying to use? Oracle Database Programming >interface in C? JDBC? or... ? > > Im trying to use Qgis Desktop 3,22 and 3.28 to Access an Oracle Database >

Re: [Qgis-user] Config qgis desktop on Linux to DISPLAY Oracle connections

2023-09-21 Thread chris hermansen via QGIS-User
to use? Oracle Database Programming interface in C? JDBC? or... ? 2. what configuration parameters do you use? 3. what is the error you receive? -- Chris Hermansen · clhermansen "at" gmail "dot" com C'est ma façon de parler.

Re: [Qgis-user] Installing QGIS on Linux Mint 21.2.1

2023-09-20 Thread chris hermansen via QGIS-User
bly currently looks like this: Types: deb deb-src URIs: https://qgis.org/debian Suites: victoria Architectures: amd64 Components: main Signed-By: /etc/apt/keyrings/qgis-archive-keyring.gpg This will not work - first of all it's going to get the latest release (that's why you need "deb

Re: [Qgis-user] Output to pdf file doesn't contain vector details

2023-09-18 Thread chris hermansen via QGIS-User
preferred secondary >> application CorelDraw does not accept .shp (and associated files) input – >> though it does read .svg and .pdf files. >> >> Second, to get past this initial limitation, I attempted to input Qgis' >> output shapefiles to the website Aspose&#x

Re: [Qgis-user] Output to pdf file doesn't contain vector details

2023-09-13 Thread chris hermansen via QGIS-User
n add useful raster layers, like Open Street Map, to your screen and map composition, to save yourself a lot of time with respect to tracking down vector or raster data sets, symbolizing them, and so forth. -- Chris Hermansen · clhermansen "at" gmail "dot" com C'est ma

Re: [Qgis-user] Output to pdf file doesn't contain vector details

2023-09-13 Thread chris hermansen via QGIS-User
; required in your desktop publishing application? I think this would be a more "normal" approach, rather than exporting a layer by itself, if for no other reason than your geospatial information will be properly aligned by QGIS in the final product. -- Chris Hermansen · clhermansen &q

Re: [Qgis-user] spatial analysis toolbox - testing for autocorrelation

2023-08-14 Thread chris hermansen via QGIS-User
Francesca and list, On Mon, Aug 14, 2023, 02:58 Francesca Parente via QGIS-User < qgis-user@lists.osgeo.org> wrote: > Thank you both! I checked that out and tried the suggested installing > procedure.. but I can't get the command prompt where to type "pip install > geopandas". > I think I'm still

Re: [Qgis-user] Dot Density Symbology

2023-07-26 Thread chris hermansen via QGIS-User
Hugh and list, On Wed, Jul 26, 2023, 10:24 Hugh Kelley via QGIS-User < qgis-user@lists.osgeo.org> wrote: > Hi all, > > I've been producing dot density maps for demographics work by using > postgis to assign points randomly within a polygon with the number of > points determined by, for example, t

Re: [Qgis-user] Authenticity of softwares

2023-06-29 Thread chris hermansen via QGIS-User
often under non-disclosure of some kind, which limits what we know about it. In summary, policies don't protect your organization's information nor systems - you do. -- Chris Hermansen · clhermansen "at" gmail "dot" com C'est ma façon de parler.

Re: [Qgis-user] SAGA Next Gen for MacOS

2023-06-26 Thread chris hermansen via QGIS-User
lready > installed, but it is version 7.2, not 7.8 as you say, and it still says > "Requires manuaö installation of SAGA 7.2 binaries." > Try Settings > Options > Processing > Providers? -- Chris Hermansen · clhermansen

Re: [Qgis-user] Consulta

2023-06-21 Thread chris hermansen via QGIS-User
los cerros para después pasar a clasificar los puntos. > > These two sources in English may relate to solutions to your problem https://gis.stackexchange.com/questions/424121/extracting-mountain-peaks-from-a-dem-in-qgis https://topotoolbox.wordpress.com/category/gridobj/ -- Chris Hermansen

Re: Suggested edit to ReportingBugs

2023-06-06 Thread chris hermansen
Nio, Christopher, list, On Tue, Jun 6, 2023 at 10:42 AM Nio Wiklund wrote: > Den 2023-06-06 kl. 19:37, skrev chris hermansen: > > Christopher and list, > > > > On Tue, Jun 6, 2023 at 10:01 AM Christopher Beland > > wrote: > > > >> I tried to report a

Re: Suggested edit to ReportingBugs

2023-06-06 Thread chris hermansen
#x27;m used to reporting non-crash bugs for Fedora directly into a > web page.) > This doesn't reflect my experience on that page. The basic info you suggest is right near the top. -- Chris Hermansen · clhermansen "at" gmail "dot" com C'est ma façon de parler. -- Ubuntu-quality mailing list Ubuntu-quality@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-quality

Re: [Qgis-user] QGIS controlling access in QGIS

2023-05-30 Thread chris hermansen via QGIS-User
Simon and list, On Tue, May 30, 2023, 08:48 Simon via QGIS-User wrote: > Hello, > > It's me again, I just had some questions regarding the ability to control > access in QGIS. First of all, is it even possible? Can an organization > (like departments of the Canadian government) control who has a

Re: [Qgis-user] PSA: Don't update to Gnome 44!

2023-05-04 Thread chris hermansen via QGIS-User
ug link, I see it's closed and there seems to be some recent commits and merges. Do you have any idea if it's fixed? -- Chris Hermansen · clhermansen "at" gmail "dot" com C'est ma façon de parler. ___ QGIS-User maili

Re: [Qgis-user] Problems with installation QGIS Server 3.28.5 on Ubuntu 22.04.

2023-04-21 Thread chris hermansen via QGIS-User
Günter and list On Fri, Apr 21, 2023, 18:48 G. Wagner, Wagner-IT via QGIS-User < qgis-user@lists.osgeo.org> wrote: > Hello, > > I have problems installing QGIS Server 3.28.5 on Ubuntu 22.04. (Hetzner > Cloud Server [1]): > I proceed accordingly [2]. But with "sudo apt install qgis-server > --no-i

Re: [Qgis-user] How to have photos appear in HTML tips *and* the attribute editor?

2023-04-16 Thread chris hermansen via QGIS-User
Adam and list, On Sun, Apr 16, 2023, 08:25 Adam Nielsen via QGIS-User < qgis-user@lists.osgeo.org> wrote: [Stuff deleted] > > > In the layer I have specified this as: > > > [Stuff deleted] > > > P.S. I have seen many things saying you must specify the URL as > file:/// with three slashes to

Re: [Qgis-user] Qchainage plugin

2023-03-30 Thread chris hermansen via QGIS-User
t started learning > python so I wouldn’t describe myself as a programer and am looking for a > relatively simple solution. > > The more specific information you can share, the more likely it is someone can help you. -- Chris Hermansen · clhermansen "at" gmail "dot&quo

Re: [Qgis-user] QGIS server : Serve Postgis data ?

2023-03-27 Thread chris hermansen via QGIS-User
Laurent and list, On Mon, Mar 27, 2023, 09:09 celati Laurent via QGIS-User < qgis-user@lists.osgeo.org> wrote: > Good afternoon, > Following to my previous message, I'm sharing my error. I am unable to > serve a project containing postgis tables. For a first test, I'm just > trying to serve one o

Re: [Qgis-user] Placing random points

2023-03-24 Thread chris hermansen via QGIS-User
. If you have a non-rectangular dataset then your layer bounds could result in points being placed outside the polygons in your dataset; you should do the dissolve and place the points within the dissolved polygon. If like me you live in a rectangular / map-sheet-ish world then by all means wor

Re: [Qgis-user] Placing random points

2023-03-23 Thread chris hermansen via QGIS-User
say the bounding box for all the polygons? -- Chris Hermansen · clhermansen "at" gmail "dot" com C'est ma façon de parler. ___ QGIS-User mailing list QGIS-User@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Geopackage slow on NAS if not read-only

2023-03-18 Thread chris hermansen via QGIS-User
; > You might find this thread of interest. It talks about performance tuning Samba read / write shares. As to whether it applies directly to your situation of course I cannot say. https://serverfault.com/questions/734124/samba-share-write-performance -- Chris Hermansen · clherman

Re: [Qgis-user] GPKG Multi-Layer to one flat

2023-03-03 Thread chris hermansen via QGIS-User
ay "what's best" or "what's simplest" without actually seeing an example of the overlap. -- Chris Hermansen · clhermansen "at" gmail "dot" com C'est ma façon de parler. ___ QGIS-User mailing list

Re: [Qgis-user] QGIS (OGR) updating ESRI file geodatabases

2023-02-28 Thread chris hermansen via QGIS-User
/conda-forge/qgis-feedstock and it's pretty smooth (you > just have to install conda) and can edit FGDB. > > Good luck, > > Randy > > > On 2/28/23 10:38, chris hermansen via QGIS-User wrote: > > Thanks Even, I appreciate the clarification though I'm sobbin

Re: [Qgis-user] QGIS (OGR) updating ESRI file geodatabases

2023-02-28 Thread chris hermansen via QGIS-User
geodatabases > > -- http://www.spatialys.com > My software is free, but my time generally not. > > -- Chris Hermansen · clhermansen "at" gmail "dot" com C'est ma façon de parler. ___ QGIS-User mailing list QGIS-Use

Re: [Qgis-user] QGIS (OGR) updating ESRI file geodatabases

2023-02-28 Thread chris hermansen via QGIS-User
Thanks, Jürgen, I should have known this. On Mon, Feb 27, 2023 at 11:47 PM Jürgen E. Fischer via QGIS-User < qgis-user@lists.osgeo.org> wrote: > Hi Chris, > > On Mon, 27. Feb 2023 at 12:33:31 -0800, chris hermansen via QGIS-User > wrote: > > So I fired up QGIS 3.28 run

[Qgis-user] QGIS (OGR) updating ESRI file geodatabases

2023-02-27 Thread chris hermansen via QGIS-User
anyone on this list give me an idea as to when this wonderful event might occur? Thanks in advance! -- Chris Hermansen · clhermansen "at" gmail "dot" com C'est ma façon de parler. ___ QGIS-User mailing list QGIS-User@lists.osg

Re: [Qgis-user] ref pb

2023-02-09 Thread chris hermansen via QGIS-User
n-qgis-3x/ which will provide you with some ideas and more background info. -- Chris Hermansen · clhermansen "at" gmail "dot" com C'est ma façon de parler. ___ QGIS-User mailing list QGIS-User@lists.osgeo.org List info: https://lis

Re: [Qgis-user] use Binary (Blob) in writeAsVectorFormat

2023-02-03 Thread chris hermansen via QGIS-User
through the docs for writeAsVctorFormat, >> is the solution related to >> QgsVectorFileWriter.BoolOption(QgsVectorFileWriter.BoolOption)? >> >> Have you looked at this https://en.wikipedia.org/wiki/.dbf to understand how attributes are stored in .dbf files? In

  1   2   3   4   5   6   7   8   9   10   >