Re: [Qgis-user] QGIS action to run a command in a terminal window on Windows

2024-05-07 Per discussione Ujaval Gandhi via QGIS-User
#creating-isochrones-using-ors-tools-plugin---Ujaval GandhiSpatial Thoughtswww.spatialthoughts.comOn Tue, May 7, 2024 at 5:39 AM Brent Wood via QGIS-User wrote: Hi, I'm trying to create an action to run an SQL on a spatialite database & show the result as a QGIS action. In Linux this w

Re: [Qgis-user] How QGIS handles on-the-fly projection?

2024-02-29 Per discussione Ujaval Gandhi via QGIS-User
, try Equal Earth (EPSG:8857).  --- Ujaval Gandhi Spatial Thoughts www.spatialthoughts.com [https://mailtrack.io/l/23351823d4981a6feab4bb8e2f53958dd02b7b6f?url=http%3A%2F%2Fwww.spatialthoughts.com=8747767=f6b62978c9915c25] [data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAQABAAACAkQBADs=3D

Re: [Qgis-user] Batch Processing Tool for Wedge Buffers

2024-02-11 Per discussione Ujaval Gandhi via QGIS-User
Should be possible. Use Autofill -> Calculate by _expression_ can build an _expression_ that takes the Layer (you have access to the current layer variable in _expression_ builder) and the Row number (rownumber variable) and get the attribute value of 'Azimuth' field. ---Ujaval GandhiSpat

Re: [Qgis-user] Batch Processing Tool for Wedge Buffers

2024-02-11 Per discussione Ujaval Gandhi via QGIS-User
click 'Autofill' -> Add Values by _expression_ and use _expression_ generate_series(90, 270, 90)You will get 4 layers, one for each azimuth value. Use 'Merge Vector Layers' tool to merge them into a single layer.---Ujaval GandhiSpatial Thoughtswww.spatialthoughts.comOn Sun, Feb 11, 2024 at 3:25

Re: [Qgis-user] Oriented Points

2023-11-27 Per discussione Ujaval Gandhi via QGIS-User
the point. See the example at https://courses.spatialthoughts.com/advanced-qgis.html#auto-populate-field-values---Ujaval GandhiSpatial Thoughtswww.spatialthoughts.comOn Mon, Nov 27, 2023 at 7:21 PM Huesmann, Michaela via QGIS-User wrote: Thank you, Ujaval Gandhi. 'Measure Angle' is a good idea

Re: [Qgis-user] Oriented Points

2023-11-27 Per discussione Ujaval Gandhi via QGIS-User
it manually, you can add the angle after digitizing. Use the 'Measure Angle' tool from the toolbar and measure the angle between the target point and reference point. Make sure to enable snapping so you get the exact point coordinates. Copy/Paste the result into the attribute table.---Ujaval

Re: [Qgis-user] Oriented Points

2023-11-27 Per discussione Ujaval Gandhi via QGIS-User
Just add an attribute for the rotation/orientation. You can visualize them using the technique shown here https://www.communityhealthmaps.org/blog/2019/02/21/mapping-field-photos-in-qgis---Ujaval GandhiSpatial Thoughtswww.spatialthoughts.comOn Mon, Nov 27, 2023 at 4:18 PM Huesmann, Michaela via

Re: [Qgis-user] Flatgeobuf in google drive ?

2023-10-06 Per discussione Ujaval Gandhi via QGIS-User
Google Drive doesn't allow static file hosting (it used to, but stopped around 2015). So you cannot use it to get a file URL that can be directly used to get the file contents. You'll need to host the file on a static file server or a cloud bucket (Google Cloud Storage or AWS s3) --- Ujaval

Re: [Qgis-user] how to count overlays of objects

2023-08-18 Per discussione Ujaval Gandhi via QGIS-User
/732b10cae06f133e97cdeeca8cc037a0b2bca537?url=https%3A%2F%2Fi.imgur.com%2FfcdB7h6.png=8747767=9651e967590f9544] --- Ujaval Gandhi Spatial Thoughts www.spatialthoughts.com [https://mailtrack.io/trace/link/1be9ce20e165c06e6cb5dd4e4e0956d4dc28808e?url=http%3A%2F%2Fwww.spatialthoughts.com=8747767

Re: [Qgis-user] Shifting a Geotiff image

2023-08-13 Per discussione Ujaval Gandhi via QGIS-User
%3D8a4M32Rkwck=8747767=8f549a955495bf81] Hope that helps. --- Ujaval Gandhi Spatial Thoughts www.spatialthoughts.com [https://mailtrack.io/trace/link/69c992a0409ae934c5c0e2276997a6ee22503015?url=http%3A%2F%2Fwww.spatialthoughts.com=8747767=16f533b4cb0820fe] [data:image/gif;base64,R0lGODlhAQABAIAAAP

Re: [Qgis-user] connect QGIS with python

2023-08-07 Per discussione Ujaval Gandhi via QGIS-User
=d0d515c797aa16b3] Good luck. --- Ujaval Gandhi Spatial Thoughts www.spatialthoughts.com [https://mailtrack.io/trace/link/d900ac0c48e3d561fb2ae71ca20b9e521c00612f?url=http%3A%2F%2Fwww.spatialthoughts.com=8747767=4baa3836b075f66e] [data:image/gif;base64,R0lGODlhAQABAIAAAP

Re: [Qgis-user] Add context menu to map canvas

2023-08-02 Per discussione Ujaval Gandhi via QGIS-User
Put the code block inside initGui(). Tested on a small plugin and worked fine https://pastebin.com/raw/U55Hbguk [https://mailtrack.io/trace/link/d204ab4d25292415574deaa5cfbfef567d34b153?url=https%3A%2F%2Fpastebin.com%2Fraw%2FU55Hbguk=8747767=26d638063caac0c3] --- Ujaval Gandhi Spatial Thoughts

Re: [Qgis-user] Python Problems

2023-08-01 Per discussione Ujaval Gandhi via QGIS-User
Looks like it is coming from qgis2web and relates to access to the file you are using. You already received a response to the same query before, so avoid posting the same question again without additional information.---Ujaval GandhiSpatial Thoughtswww.spatialthoughts.comOn Tue, Aug 1, 2023 at 9

Re: [Qgis-user] Editing expression in QGIS

2023-07-10 Per discussione Ujaval Gandhi via QGIS-User
%2Fworking_with_vector%2Fattribute_table.html%23creating-a-virtual-field=8747767=3aa673f10063f979] --- Ujaval Gandhi Spatial Thoughts www.spatialthoughts.com [https://mailtrack.io/trace/link/54638064fd4644a93dec4856f74627dce1b11ca0?url=http%3A%2F%2Fwww.spatialthoughts.com=8747767=5d1143e2859dd24d] [data:image

Re: [Qgis-user] Request for Guidance on Using 'Dissolve' Tool in QGIS with IUCN Data

2023-06-26 Per discussione Ujaval Gandhi via QGIS-User
ble and update the values manually.  --- Ujaval Gandhi Spatial Thoughts www.spatialthoughts.com [https://mailtrack.io/trace/link/f80872d1a86e7c96a2818d9f373eff28606b2163?url=http%3A%2F%2Fwww.spatialthoughts.com=8747767=88087252a09861e6] [data:image/gif;base64,R0lGODlhAQABAIA

Re: [Qgis-user] Adding delimited text layer in QGIS using Geographical modeler- reg

2023-06-25 Per discussione Ujaval Gandhi via QGIS-User
gt; Thanks in advance. > -- > with warm regards, > P S N Abhishek, > > ___ > 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/li

Re: [Qgis-user] [pyqgis] create new raster

2023-05-09 Per discussione Ujaval Gandhi via QGIS-User
expression works. Replace N27E086 with the name of your layer "N27E086@1"*("N27E086@1"<1500 or "N27E086@1">2000) + -*("N27E086@1">=1500 and "N27E086@1"<=2000) --- Ujaval Gandhi Spatial Thoughts www.spatialthoughts.com [https://ma

Re: [Qgis-user] self-learning resources

2023-04-26 Per discussione Ujaval Gandhi via QGIS-User
Hi Simon,I have a series of beginner-friendly tutorials in multiple languages at https://www.qgistutorials.com/. There's also several full-length courses at https://courses.spatialthoughts.com/---Ujaval GandhiSpatial Thoughtswww.spatialthoughts.comOn Wed, Apr 26, 2023 at 3:59 AM Phil Wyatt via

Re: [Qgis-user] QGIS under Arch-Linux

2023-02-16 Per discussione Ujaval Gandhi via QGIS-User
%2Fgisunchained.wordpress.com%2F2019%2F05%2F29%2Fusing-qgis-from-conda%2F=8747767=5a9cf790c9a9f4af] --- Ujaval Gandhi Spatial Thoughts www.spatialthoughts.com [https://mailtrack.io/trace/link/f15498490707ce09016a3abb50eacfdc7d1f6e3e?url=http%3A%2F%2Fwww.spatialthoughts.com=8747767=a803620488c5babb] [data:image/gif

Re: [Qgis-user] Convert an ALOS PALSAR DEM from ellipsoidal to geoid.

2023-01-02 Per discussione Ujaval Gandhi via QGIS-User
gt;> >>>> Le 28 déc. 2022 à 09:52, Eddison Araya via QGIS-User < >>>> qgis-user@lists.osgeo.org> a écrit : >>>> >>>>  >>>> Hello, a pleasure to greet you. >>>> >>>> I need to convert an ALOS PALSAR DEM from ellipsoid

Re: [Qgis-user] multiple csv file import

2022-11-16 Per discussione Ujaval Gandhi via Qgis-user
files in your folder. --- Ujaval Gandhi Spatial Thoughts www.spatialthoughts.com [http://www.spatialthoughts.com] [data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAQABAAACAkQBADs=3D] On Wed, Nov 16, 2022 at 3:04 AM Salvatore Mellino via Qgis-user wrote: > I found this on l

Re: [Qgis-user] Tectonic plate boundaries

2022-08-19 Per discussione Ujaval Gandhi via Qgis-user
#creating-maps] --- Ujaval Gandhi Spatial Thoughts www.spatialthoughts.com [http://www.spatialthoughts.com] [data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAQABAAACAkQBADs=3D] On Fri, Aug 19, 2022 at 3:15 PM John Moyle via Qgis-user wrote: > Thank you one and all with helpful suggesti

Re: [Qgis-user] [QGIS-Developer] passing parameters to QGIS Python-Script started via Command Line

2022-08-08 Per discussione Ujaval Gandhi via Qgis-user
().pushMessage(message) --- Ujaval Gandhi Spatial Thoughts www.spatialthoughts.com [http://www.spatialthoughts.com] [data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAQABAAACAkQBADs=3D] On Mon, Aug 8, 2022 at 7:52 PM Matthias Kuhn via QGIS-Developer wrote: > Hi Peter, > > > You

Re: [Qgis-user] PyQGIS from non-bundled Python install?

2022-06-08 Per discussione Ujaval Gandhi via Qgis-user
] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobile: +91-8095684687 email: uja...@spatialthoughts.com [image: LinkedIn icon] <https://www.linkedin.com/in/spatialthoughts/> [image: Twitter icon] <https://twitter.com/spatialthoughts> On Wed, Jun 8, 2022 at 7:25 AM

Re: [Qgis-user] add strava heatmap to QGIS

2022-05-11 Per discussione Ujaval Gandhi via Qgis-user
Hi Hugh, I made it work successfully in QGIS. The URL needs slight tweaking as follows https://heatmap-external-a.strava.com/tiles-auth/all/hot/{z}/{x}/{y}.png?Key-Pair-Id=LONG_STRING Pro Tip: Use View -> Panels -> Debugging /Development Tools to see the network request that QGIS is sending

Re: [Qgis-user] help with shortest-path/network analysis (multiple origins to multiple destinations)

2022-05-06 Per discussione Ujaval Gandhi via Qgis-user
https://lists.osgeo.org/mailman/listinfo/qgis-user >> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user >> >> > > -- > > Francesca Parente > > _ SESS Euro PhD > <https://phd.uniroma1.i

Re: [Qgis-user] geolocating a list of addresses

2022-03-04 Per discussione Ujaval Gandhi via Qgis-user
You mention your points are in Lat/Lon but your chosen CRS is UTM. That's the mismatch. If your point coordinates are in Latitude Longitude, choose EPSG:4326 WGS84 as your CRS when importing the CSV and it will line up. [image: Logo] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Th

Re: [Qgis-user] geolocating a list of addresses

2022-03-03 Per discussione Ujaval Gandhi
Right-click the layer and select 'Zoom to Layer'. If you still do not see the points, it must be a problem with your CRS or the coordinates itself. (Make sure Longitude is X field and Latitude is Y field) [image: Logo] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobil

Re: [Qgis-user] Rounding off QgsPointXY

2022-02-20 Per discussione Ujaval Gandhi
print(geom) [image: Logo] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobile: +91-8095684687 email: uja...@spatialthoughts.com [image: LinkedIn icon] <https://www.linkedin.com/in/spatialthoughts/> [image: Twitter icon] <https://twitter.com/spatialthoughts> O

Re: [Qgis-user] Rolling out pre-configured QGIS for multiple users - MSI package, user profiles and more

2022-02-10 Per discussione Ujaval Gandhi
Check out this guide https://github.com/haubourg/custom-osgeo4w-qgis [image: Logo] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobile: +91-8095684687 email: uja...@spatialthoughts.com [image: LinkedIn icon] <https://www.linkedin.com/in/spatialthoughts/> [image:

Re: [Qgis-user] QGIS Model Designer

2022-01-11 Per discussione Ujaval Gandhi
algorithm. https://www.qgistutorials.com/en/docs/3/processing_algorithms_pyqgis.html [image: Logo] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobile: +91-8095684687 email: uja...@spatialthoughts.com [image: LinkedIn icon] <https://www.linkedin.com/in/spatialthoughts/> [im

Re: [Qgis-user] NULL value in a table

2022-01-11 Per discussione Ujaval Gandhi
y_col" is NULL THEN NULL ELSE "my_col" END After you enter the expression, change the 'Heading' to the original column names. Now you should have blank entries where there were NULL values. [image: Logo] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobile:

Re: [Qgis-user] Interpolation of a geometry

2022-01-08 Per discussione Ujaval Gandhi
There's a tool 'Points along geometry' in the Processing Toolbox that can do this. Can you use that? If you are trying to do this with PyQGIS, share your code snippet so folks can suggest how to do it. [image: Logo] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobil

Re: [Qgis-user] Raster layer opacity expression - how does it work?

2021-12-06 Per discussione Ujaval Gandhi
; Online am 16. Dezember 2021 >> https://where2b-conference.com/ >> **** >> >> ___ >> Qgis-user mailing list >> Qgis-user@lists.osgeo.org >> List info: https://lists.osgeo.org/mailma

Re: [Qgis-user] Raster layer opacity expression - how does it work?

2021-12-05 Per discussione Ujaval Gandhi
I assume you are trying to set the opacity to 50% outside of a polygon layer. This can be done using the 'Inverted Polygon' renderer. See this screenshot https://ibb.co/Sf5HySf [image: Logo] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobile: +91-8095684687 emai

Re: [Qgis-user] excel file with lat long

2021-11-16 Per discussione Ujaval Gandhi
mail> > <#m_-3135534670972974893_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> > ___ > 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/list

Re: [Qgis-user] QGIS-LTR on MacOs

2021-10-23 Per discussione Ujaval Gandhi
gt; > Terence > ___ > 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 > -- [image: Logo] <https://spatial

Re: [Qgis-user] k-means constrained

2021-10-21 Per discussione Ujaval Gandhi
I wrote a QGIS processing alg for constrained k-means based on another library. You can check it out at https://spatialthoughts.com/2021/01/31/equal-sized-kmeans-qgis/ [image: Logo] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobile: +91-8095684687 emai

Re: [Qgis-user] generating contours from point elevation data

2021-10-15 Per discussione Ujaval Gandhi
You can do this built in processing tools by interpolating the points. Here’s the workflow http://www.qgistutorials.com/en/docs/3/interpolating_point_data.html -Ujaval On Fri, 15 Oct 2021 at 8:55 PM, Bernd Vogelgesang wrote: > > On 15.10.21 17:00, Firstname Lastname wrote: > > i h

Re: [Qgis-user] help please

2021-10-11 Per discussione Ujaval Gandhi
You need a field data collection solution. There are twi offerings based on QGIS that can help you collect data using a mobile device and have the data stored in a central QGIS database. Check out https://inputapp.io/en/ and https://qfield.org/ [image: Logo] <https://spatialthoughts.com/>

Re: [Qgis-user] Preparation of road network layer

2021-09-02 Per discussione Ujaval Gandhi
__ > 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 > -- [image: Logo] <https://spatialthoughts.com/> Ujaval

Re: [Qgis-user] processAlgorithm vs processFeature?

2021-08-23 Per discussione Ujaval Gandhi
method? > > Thanks, > > Calvin > ___ > 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 > -- [image: Logo]

Re: [Qgis-user] Uninstall QGIS 3.16.8 macOS?

2021-07-26 Per discussione Ujaval Gandhi
tps://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobile: +91-8095684687 email: uja...@spatialthoughts.com [image: LinkedIn icon] <https://www.linkedin.com/in/spatialthoughts/> [image: Twitter icon] <https://twitter.com/spatialthoughts> On Mon, Jul 26, 2021 at 6:49 PM Samuel Heichel

Re: [Qgis-user] PYQGIS Algorithm Dev Environments?

2021-07-25 Per discussione Ujaval Gandhi
-qgis-from-conda/ [image: Logo] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobile: +91-8095684687 email: uja...@spatialthoughts.com [image: LinkedIn icon] <https://www.linkedin.com/in/spatialthoughts/> [image: Twitter icon] <https://twitter.com/spatialthoughts>

Re: [Qgis-user] 'Thinning' features

2021-06-18 Per discussione Ujaval Gandhi
es with your dataset. [image: Logo] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobile: +91-8095684687 email: uja...@spatialthoughts.com [image: LinkedIn icon] <https://www.linkedin.com/in/spatialthoughts/> [image: Twitter icon] <https://twitter.com/spatialthoughts>

Re: [Qgis-user] How can I add a distinct ID-Number to my shape-file?

2021-06-14 Per discussione Ujaval Gandhi
You can check out the various suggestions in this thread https://gis.stackexchange.com/questions/132346/is-there-a-way-of-auto-increment-for-the-id-column-in-qgis Ujaval Gandhi Spatial Thoughts On Mon, Jun 14, 2021, 4:49 PM Katrin Schneider wrote: > Hi, I am building a dataset of recordi

Re: [Qgis-user] SPLIT POLYGONS INTO 3 PARTS (similar size)

2021-06-12 Per discussione Ujaval Gandhi
I ended up writing a blog post with step-by-step instructions on how to do this. You may find it useful https://spatialthoughts.com/2021/06/12/split-polygons-qgis/ [image: Logo] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobile: +91-8095684687 email: uja...@spatialthough

Re: [Qgis-user] Unable to use Raster Calc in Modeller

2021-06-11 Per discussione Ujaval Gandhi
com/> Ujaval Gandhi Spatial Thoughts mobile: +91-8095684687 email: uja...@spatialthoughts.com [image: LinkedIn icon] <https://www.linkedin.com/in/spatialthoughts/> [image: Twitter icon] <https://twitter.com/spatialthoughts> On Fri, Jun 11, 2021 at 10:45 PM Drew French wrote: &

Re: [Qgis-user] Rename column

2021-06-01 Per discussione Ujaval Gandhi
You can also use the 'Refactor Fields' algorithm from the Processing Toolbox - which can not only rename the fields but also change the order and types as well. [image: Logo] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobile: +91-8095684687 email: uja...@spatialthough

Re: [Qgis-user] Is this a bug in the vector clipping algorithm?

2021-06-01 Per discussione Ujaval Gandhi
[image: Logo] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobile: +91-8095684687 email: uja...@spatialthoughts.com [image: LinkedIn icon] <https://www.linkedin.com/in/spatialthoughts/> [image: Twitter icon] <https://twitter.com/spatialthoughts> On Tue, Jun 1, 2021

Re: [Qgis-user] Assistance required

2021-05-25 Per discussione Ujaval Gandhi
Do it in 2 steps. 'Extract by Location' form Processing Toolbox and use 'Disjoint' predicate with the buffer layer, and then do 'Random Selection' [image: Logo] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobile: +91-8095684687 email: uja...@spatialthoughts.com [image: Li

Re: [Qgis-user] Select data from a specific layer

2021-05-18 Per discussione Ujaval Gandhi
re, (using a common field value). Once you get the feature, you can use the attributes(feature)['Colore'] to read the "Colore' field from that feature. [image: Logo] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobile: +91-8095684687 email: uja...@spatialthoughts.com

Re: [Qgis-user] Measure distance along line

2021-04-29 Per discussione Ujaval Gandhi
The closest I can think of is to use the 'Shortest path (point-to-point)' tool from the Processing Toolbox. It will allow you to select 2 points on your line layer and give you an output line with the distance along the line as an attribute/ [image: Logo] <https://spatialthoughts.com/>

Re: [Qgis-user] Geo Referencing - The image does not fall in the right place

2021-04-20 Per discussione Ujaval Gandhi
Hi Krishna, You are using the deprecated tutorial and as mentioned at top of the the page, the updated tutorial is at the following link and works with QGIS 3.16 https://www.qgistutorials.com/en/docs/3/georeferencing_basics.html Ujaval Gandhi Spatial Thoughts On Tue, Apr 20, 2021, 10:22 PM Jeff

Re: [Qgis-user] QGIS for macOS Big Sur

2021-04-15 Per discussione Ujaval Gandhi
The official All-in-one, signed installer on the download page works on Big Sur. https://qgis.org/en/site/forusers/download.html Ujaval Gandhi Spatial Thoughts On Thu, Apr 15, 2021, 11:26 PM Cassia Pahim wrote: > Hello! I can’t see on QGIS download options a version for an iMac OS Big &g

Re: [Qgis-user] Generate the bearing in the attribute table

2021-04-08 Per discussione Ujaval Gandhi
Can you elaborate with an example? It's not clear what the bearing would be for a polygon. [image: Logo] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobile: +91-8095684687 email: uja...@spatialthoughts.com [image: LinkedIn icon] <https://www.linkedin.com/in/spatia

Re: [Qgis-user] QIGS icon for MacOS

2021-03-12 Per discussione Ujaval Gandhi
Love it. Nice facelift to the most used app on my mac :) https://ibb.co/z6CWKh0 [image: Logo] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobile: +91-8095684687 email: uja...@spatialthoughts.com [image: LinkedIn icon] <https://www.linkedin.com/in/spatialthoughts/

Re: [Qgis-user] Shapefile Rename

2021-01-25 Per discussione Ujaval Gandhi
. [image: Logo] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobile: +91-8095684687 email: uja...@spatialthoughts.com [image: LinkedIn icon] <https://www.linkedin.com/in/spatialthoughts/> [image: Twitter icon] <https://twitter.com/spatialthoughts> On Mon, Jan 2

Re: [Qgis-user] Sum a list os raster

2021-01-12 Per discussione Ujaval Gandhi
<https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobile: +91-8095684687 email: uja...@spatialthoughts.com [image: LinkedIn icon] <https://www.linkedin.com/in/spatialthoughts/> [image: Twitter icon] <https://twitter.com/spatialthoughts> On Tue, Jan 12, 2021 at 10:48

Re: [Qgis-user] HELP highlights points

2020-12-26 Per discussione Ujaval Gandhi
().intersects(line_geometry) ] layer.selectByIds(nearby_points) [image: Logo] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobile: +91-8095684687 email: uja...@spatialthoughts.com [image: LinkedIn icon] <https://www.linkedin.com/in/spatialthoughts/> [image: Twitter

Re: [Qgis-user] QGIS 3.xx not starting

2020-12-20 Per discussione Ujaval Gandhi
One of the original suggestions was to disable / uninstall your anti-virus and try launching qgis. Did you try that? From your description it looks like Quickheal might be interfering with qgis. Qgis has other dependencies on python, qt etc so merely allowing qgis may not be enough. Ujaval Gandhi

Re: [Qgis-user] Question about Qgis - Google Earth historical imagery

2020-12-15 Per discussione Ujaval Gandhi
Historic imagery is only available in Google Earth Desktop client. It is not available as map tiles format which are used by QuickMapServices. Ujaval Gandhi Spatial Thoughts On Wed, Dec 16, 2020, 3:52 AM Azzurra Lentini wrote: > Hi to all, > please, do you know if it is possible to vis

Re: [Qgis-user] Export Attributes to Excel and import back edited

2020-12-15 Per discussione Ujaval Gandhi
you a vector layer. [image: Logo] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobile: +91-8095684687 email: uja...@spatialthoughts.com [image: LinkedIn icon] <https://www.linkedin.com/in/spatialthoughts/> [image: Twitter icon] <https://twitter.com/spatialthoughts>

Re: [Qgis-user] Export Attributes to Excel and import back edited

2020-12-15 Per discussione Ujaval Gandhi
'Join Attributes by Field value' tool in the processing toolbox. [image: Logo] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobile: +91-8095684687 email: uja...@spatialthoughts.com [image: LinkedIn icon] <https://www.linkedin.com/in/spatialthoughts/> [image: Twitter icon] &l

Re: [Qgis-user] Attribute Table - Primary key

2020-12-12 Per discussione Ujaval Gandhi
one-to-many joins. See https://docs.qgis.org/3.10/en/docs/user_manual/working_with_vector/attribute_table.html?highlight=foreign%20key#creating-one-or-many-to-many-relations [image: Logo] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobile: +91-8095684687 emai

Re: [Qgis-user] Condition in QGIS modeler

2020-12-08 Per discussione Ujaval Gandhi
Here's a step-by-step guide on how to use Conditional Branch algorithm https://courses.spatialthoughts.com/advanced-qgis.html#conditional-branching [image: Logo] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobile: +91-8095684687 email: uja...@spatialthoughts.com [image: Li

Re: [Qgis-user] Year of the Google Hybrid Imagery

2020-11-30 Per discussione Ujaval Gandhi
] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobile: +91-8095684687 email: uja...@spatialthoughts.com [image: LinkedIn icon] <https://www.linkedin.com/in/spatialthoughts/> [image: Twitter icon] <https://twitter.com/spatialthoughts> On Tue, Dec 1, 2020 at 4:55

Re: [Qgis-user] Polygon from 4 points

2020-11-26 Per discussione Ujaval Gandhi
Totò - really great solution! Didn't know about Geometry by Expression and it will come in handy for sure. [image: Logo] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobile: +91-8095684687 email: uja...@spatialthoughts.com [image: LinkedIn icon] <https://www.lin

Re: [Qgis-user] 202021-ESRI gdb not opening on macOS Big Sur Version 11.0.1

2020-11-21 Per discussione Ujaval Gandhi
Ah got it. I am still on Catalina so drag-and-drop works, but get an error when opening via Data Source Manager. [image: Logo] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobile: +91-8095684687 email: uja...@spatialthoughts.com [image: LinkedIn icon] <https://www.lin

Re: [Qgis-user] 202021-ESRI gdb not opening on macOS Big Sur Version 11.0.1

2020-11-20 Per discussione Ujaval Gandhi
I just ran into this and looks like a bug. Apparently dragging and dropping layers from the Browser panel works perfectly. Do try and see if that's the case. [image: Logo] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobile: +91-8095684687 email: uja...@spatialthoughts.com

Re: [Qgis-user] Vote for Lat Lon Tools Default Coordinate Order - YX or XY

2020-11-20 Per discussione Ujaval Gandhi
for authoring and maintaining a great plugin! [image: Logo] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobile: +91-8095684687 email: uja...@spatialthoughts.com [image: LinkedIn icon] <https://www.linkedin.com/in/spatialthoughts/> [image: Twitter icon] <http

Re: [Qgis-user] QGIS training certification

2020-11-09 Per discussione Ujaval Gandhi
] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobile: +91-8095684687 email: uja...@spatialthoughts.com [image: LinkedIn icon] <https://www.linkedin.com/in/spatialthoughts/> [image: Twitter icon] <https://twitter.com/spatialthoughts> On Mon, Nov 9, 2020 at

Re: [Qgis-user] creating one portable QGIS project

2020-10-07 Per discussione Ujaval Gandhi
processing models, styles etc in your project which also gets packaged. This way you end up with a single geopackage for your project. See the full workflow here <https://courses.spatialthoughts.com/automating-gis-workflows.html#packaging-your-work> . [image: Logo] <https://spatialthoughts.com

Re: [Qgis-user] Graphical Modeller Question

2020-08-09 Per discussione Ujaval Gandhi
You can use 'Multiple Input' as an input to the 'Build Virtual Raster' algorithm. [image: Logo] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobile: +91-8095684687 email: uja...@spatialthoughts.com [image: LinkedIn icon] <https://www.linkedin.com/in/spatialthoughts/

Re: [Qgis-user] Requesting help with Satellite layer

2020-07-31 Per discussione Ujaval Gandhi
rom the Google Earth Engine plugin and related to authentication. If you use that plugin, you will need to re-run authentication. See FAQ <https://github.com/gee-community/qgis-earthengine-plugin> [image: Logo] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobile: +91-809568

Re: [Qgis-user] Typo? "required ... donation" for training certificates?

2020-07-17 Per discussione Ujaval Gandhi
+1 to Andreas's suggestion. A certification fee is more appropriate. [image: Logo] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobile: +91-8095684687 email: uja...@spatialthoughts.com [image: LinkedIn icon] <https://www.linkedin.com/in/spatialthoughts/> [image:

Re: [Qgis-user] 3D Map View blank but no crash (windows 7)

2020-05-29 Per discussione Ujaval Gandhi
Likely because you do not have a graphics card in the computer or is not supported. Ujaval Gandhi Spatial Thoughts On Fri, May 29, 2020, 7:05 PM Kakoli Saha wrote: > DEM looks fine in the map canvas but does not show up in 3D Map View . I > am working with QGIS V. 10.3 Caruna. #D Ma

Re: [Qgis-user] Isochrones

2020-05-26 Per discussione Ujaval Gandhi
Yes! If you have your own network data, QNEAT3 plugin has Iso-Area algorithms. Otherwise, the ORS Tools plugin allows you to create isochrones using OpenStreetMap data http://www.qgistutorials.com/en/docs/3/service_area_analysis.html Ujaval Gandhi Spatial Thoughts On Wed, May 27, 2020, 3:54 AM

Re: [Qgis-user] Close QGIS via PyQGIS

2020-05-13 Per discussione Ujaval Gandhi
Yes. You can call QApplication.quit() from the python console. [image: Logo] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobile: +91-8095684687 email: uja...@spatialthoughts.com [image: LinkedIn icon] <https://www.linkedin.com/in/spatialthoughts/> [image: Twitter

Re: [Qgis-user] Close QGIS via PyQGIS

2020-05-13 Per discussione Ujaval Gandhi
] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobile: +91-8095684687 email: uja...@spatialthoughts.com [image: LinkedIn icon] <https://www.linkedin.com/in/spatialthoughts/> [image: Twitter icon] <https://twitter.com/spatialthoughts> Subscribe to our newsle

Re: [Qgis-user] Should be easy? Open csv in Graphical Modeller

2020-03-31 Per discussione Ujaval Gandhi
Processing Toolbox has a 'Create point layer from table' algorithm that can read a CSV and give you a vector layer that can be used in the model. [image: Logo] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobile: +91-8095684687 email: uja...@spatialthoughts.com [image: Li

Re: [Qgis-user] Isochrones

2020-03-25 Per discussione Ujaval Gandhi
s.com/en/docs/3/service_area_analysis.html> [image: Logo] <https://spatialthoughts.com/> Ujaval Gandhi Spatial Thoughts mobile: +91-8095684687 email: uja...@spatialthoughts.com [image: LinkedIn icon] <https://www.linkedin.com/in/spatialthoughts/> [image: Twitter icon] <https://twitter.com/spatialthou

Re: [Qgis-user] Python script for QGIS

2019-12-27 Per discussione Ujaval Gandhi
20)*(D==255)" This will set the 3 RGB values to 1 and rest all to 0. Ujaval Gandhi Spatial Thoughts <https://spatialthoughts.com/> On Fri, Dec 27, 2019 at 7:56 PM Nicolas Cadieux < nicolas.cadi...@archeotec.ca> wrote: > Hi, > Yes, google “reclassify”. You can do it multip

[Qgis-user] qgis.org down?

2019-12-12 Per discussione Ujaval Gandhi
The qgis.org main site is down and not accessible. Can someone have a look? Ujaval Gandhi Spatial Thoughts ___ Qgis-user mailing list Qgis-user@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: https

Re: [Qgis-user] Join Attributes by Location

2019-03-26 Per discussione Ujaval
+1 to adding such an option. ArcGIS has a 'Use a buffer distance in your search' option when using Select by Location. For now, you can buffer the points before running the tool or use the NNJoin plugin. On Tue, Mar 26, 2019 at 3:42 PM GILLEN Finbar wrote: > Hi, > > > > I am using the ‘Join

Re: [Qgis-user] interpolation help

2018-05-09 Per discussione Ujaval
You can resample the raster to a specific resolution in QGIS. See https://gis.stackexchange.com/questions/73046/how-to-resample-geotiff-images-to-the-same-resolution -Ujaval On Wed, May 9, 2018 at 1:11 PM, meteo eventi <meteoeve...@gmail.com> wrote: > Hallo everyone, > I'm new in

Re: [Qgis-user] Exporting from Print Composer causes the OpenLayers plugin satellite map to shift position?

2018-04-26 Per discussione Ujaval
Hi Leo, Welcome to the mailing list and to QGIS! Use QuickMapServices plugin instead of OpenLayers and the problem should go away. See this exchange for more details https://gis.stackexchange.com/questions/42044/openlayers-low-resolution-and-or-shifts-in-qgis-print-composer -Ujaval On Thu, Apr

Re: [Qgis-user] GDAL processing scripts not working on QGIS3 (mac)

2018-03-28 Per discussione Ujaval
Thanks. That worked for me as well! -Ujaval On Wed, Mar 28, 2018 at 7:07 PM, William Kyngesburye <wokl...@kyngchaos.com> wrote: > It looks like a PATH problem - there used to be a configuration to set the > GDAL tools path, but it's missing in QGIS 3, though there is still a

Re: [Qgis-user] GDAL processing scripts not working on QGIS3 (mac)

2018-03-28 Per discussione Ujaval
Thanks Ken. Looking forward to the fix. On Tue, Mar 27, 2018 at 9:39 PM, knussear wrote: > I saw this note on the KyngChaos main page - the last line indicates to me > that William is looking into it > > QGIS 3.0.0-3 > QGIS 3.0.0-3 should fix the non-working GRASS problem. The

[Qgis-user] GDAL processing scripts not working on QGIS3 (mac)

2018-03-27 Per discussione Ujaval
are present in /Library/Frameworks/GDAL.framework/Programs/ so looks like the path is not configured correctly in Processing. Is there a way to fix this? Thanks. -Ujaval ___ Qgis-user mailing list Qgis-user@lists.osgeo.org List info: https://lists.osgeo.org

Re: [Qgis-user] Exporting png or pdf from print composer does not work, empties canvas (Lyon)

2015-12-29 Per discussione Ujaval
. -Ujaval On Tue, Dec 29, 2015 at 4:25 PM, Anita Graser <anitagra...@gmx.at> wrote: > Hi Richard, > > That's definitely not common QGIS behavior. Do you have access to a second > machine where you can reproduce the behavior? Can you share the problematic > project including data?

Re: [Qgis-user] Extracting Raster values (time series) using polygons

2015-10-06 Per discussione Ujaval
Here's a step-by-step tutorial on the Zonal Statistics plugin http://www.qgistutorials.com/en/docs/sampling_raster_data.html You can use a custom field prefix for each of the rasters and you will have columns representing stats for each of the year. -Ujaval On 06-Oct-2015 1:13 am, "Mi

Re: [Qgis-user] map frame questions

2015-07-23 Per discussione Ujaval
For outer black border, you can add a new HTML frame with no content. It's a hack, but seems to work. ​ Geographic coordinates without seconds is possible. Use format 'Degree, Minute' and change coordinate precision to 0. On Tue, Jul 21, 2015 at 4:43 PM, Luca Galuppini luca.galupp...@gmail.com

Re: [Qgis-user] QGIS set the feature label background color the same as the feature style color

2015-07-21 Per discussione Ujaval
to use the ramps and set individual color values for the background, you can use an expression like CASE WHEN field = 1 THEN '0,0,0,255' WHEN field = 2 THEN '100,100,100,255' END -Ujaval On Tue, Jul 21, 2015 at 10:55 AM, Leahy, Thomas A. tle...@bechtel.com wrote: Hello, I am

Re: [Qgis-user] Source code for the Interpolation plugin?

2015-07-16 Per discussione Ujaval
Here it is https://github.com/qgis/QGIS/tree/master/src/plugins/interpolation - Ujaval On 17-Jul-2015 5:24 am, Marcelo de Moraes Serpa celose...@gmail.com wrote: Hi list, I'm very interested in checking how the Interpolation plugin implements IDW, as I need to do the same thing

Re: [Qgis-user] Satellite Image Geo-referencing

2015-03-10 Per discussione Ujaval
You can use the Georeferencer to do this. You can load the georeferenced image into QGIS and while taking control points take coordinates from map canvas. You can check out this step by step guide to know the process. http://www.qgistutorials.com/en/docs/advanced_georeferencing.html -ujaval

Re: [Qgis-user] High resolution image export

2014-06-08 Per discussione Ujaval
You can use print composer to export higher resolution image. This one is old but gives you an idea of the process. http://mapeoamano.org/en/manuals/how-to-prepare-a-high-resolution-large-format-map-using-qgis -ujaval Hi, I'm using Qgis 2.2.0-Valmiera 64 bits, on Linux Debian. I have got