[QGIS-Developer] List spamming

2024-09-09 Thread Pedro Camargo via QGIS-Developer
Hi,        I am not sure this is the correct mailing list, but I am not sure how to deal with this. I have been receiving spam by a person named Pankaj Sharma on multiple addresses about a certain MapSafe plugin. It looks like somebody got his hands on the list of plugin authors or somethi

Re: [QGIS-Developer] Updating interfaces

2024-06-02 Thread Pedro Camargo via QGIS-Developer
Pedro On Mon, 27 May 2024 18:12:33 +1000 Nyall Dawson wrote --- On Mon, 27 May 2024, 5:54 pm Pedro Camargo via QGIS-Developer, <mailto:qgis-developer@lists.osgeo.org> wrote: Hello fellow QGIS'ers. I have a (new to me) problem in my hands. I am building an interfac

[QGIS-Developer] Updating interfaces

2024-05-27 Thread Pedro Camargo via QGIS-Developer
Hello fellow QGIS'ers. I have a (new to me) problem in my hands. I am building an interface to run a large transportation simulation model (https://polaris.taps.anl.gov/polaris-studio/index.html) from a QGIS plugin, and I would like to update the interface as the simulation progresses. The iss

[QGIS-Developer] Plugin folder disambiguation

2023-05-01 Thread Pedro Camargo via QGIS-Developer
Hello people, I have a little question, stemming from a mistake I made many years ago related to the AequilibraE QGIS plugin. So When I released the plugin, I gave it the exact same name of the Python library (aequilibrae) and went through some pretty tortuous roads to make it all work

[QGIS-Developer] Installing pyarrow on QGIS Windows

2022-11-03 Thread Pedro Camargo via QGIS-Developer
Hello,              I am currently working on a new version of the plugin AequilibraE, and experimenting with a different workflow for adding dependencies and compiled extensions. As of now, the user is prompted to download binaries into the plugin folder (the software required on compiled e

Re: [QGIS-Developer] Plugin dependency with binaries: 'best' way to guide user to install?

2022-04-06 Thread Pedro Camargo via QGIS-Developer
https://github.com/qgis/QGIS-Enhancement-Proposals/issues/202 https://github.com/qgis/QGIS-Enhancement-Proposals/issues/179 Cheers, Hannes Am 06.04.22 um 00:10 schrieb Pedro Camargo via QGIS-Developer: Hey Aron,                    I did explore that route, but I found out that it wo

Re: [QGIS-Developer] Plugin dependency with binaries: 'best' way to guide user to install?

2022-04-05 Thread Pedro Camargo via QGIS-Developer
e path. Best regards, Aron On 01-04-2022 14:07, Pedro Camargo via QGIS-Developer wrote: Take a look at how it is done in the AequilibraE plugin. I basically ship the plugin without the binaries and create a menu item where the user can choose to download the b

Re: [QGIS-Developer] Plugin dependency with binaries: 'best' way to guide user to install?

2022-04-01 Thread Pedro Camargo via QGIS-Developer
Take a look at how it is done in the AequilibraE plugin. I basically ship the plugin without the binaries and create a menu item where the user can choose to download the binaries. Once downloaded, restarting the plugin allows it to identify the binaries and deactivate that menu item. Cheers,

Re: [QGIS-Developer] Multiprocessing QGIS

2021-03-28 Thread Pedro Camargo
heers, Pedro PS - And I promise I won't cause any more steer (this week), Nyall! :-D On Mon, 29 Mar 2021 09:17:08 +1000 Nyall Dawson wrote > On Mon, 29 Mar 2021 at 09:00, Pedro Camargo wrote: > > > > Florian, > > > > I see that thi

Re: [QGIS-Developer] Multiprocessing QGIS

2021-03-28 Thread Pedro Camargo
Florian, I see that this is all very well developed in the C++ world, but I would like to add one question and one comment. Question: - Is there anything similar to Python Multiprocessing that can be used? Sometimes releasing the GIL is hard (requires going to C++/C/Cython). Th

Re: [QGIS-Developer] Changes in Python versions on QGIS 3.18

2021-03-25 Thread Pedro Camargo
Nyall, I agree with you on the Linux side, but we make an explicit choice on the Python version shipped with Windows. Cheers, Pedro On Fri, 26 Mar 2021 08:11:43 +1000 Nyall Dawson wrote > On Fri, 26 Mar 2021 at 08:06, Pedro Camargo wrote: > > > > Hi Se

Re: [QGIS-Developer] Changes in Python versions on QGIS 3.18

2021-03-25 Thread Pedro Camargo
Hi Sebastian & Nyall, It is clear that Sebastian knows a LOT more about the issues at hand than I ever will, but I think it is worthwhile to expand on the particular issues I have found regarding AequilibraE. 1. The most important functionalities of the software depend on a compiled extension

[QGIS-Developer] Changes in Python versions on QGIS 3.18

2021-03-24 Thread Pedro Camargo
Hello, I have posted this to the users' list, but apparently, this is the right place to go (thanks for pointing that out, Nicolas.  I have noticed that QGIS 3.18 for Windows has shipped with Python 3.9, after having updated to 3.8 just a couple of versions ago. As a plugin developer, it

Re: [QGIS-Developer] Policy on compiled plugins

2018-12-30 Thread Pedro Camargo
ent of the user, ofc. > > Best regards, > > Alexandre Neto > > A qua, 26/12/2018, 04:59, Pedro Camargo escreveu: > >> Hi, >> I am about to release AequilibraE (the transportation modelling >> plugin) for QGIS 3, but I would like to know what is the

[QGIS-Developer] Policy on compiled plugins

2018-12-25 Thread Pedro Camargo
Hi, I am about to release AequilibraE (the transportation modelling plugin) for QGIS 3, but I would like to know what is the current policy on compiled plugins. While on QGIS 2, I was prompting the user to download the binaries when they wanted to use the plugin, but that particular part o

Re: [QGIS-Developer] Analytics on plugin downloads

2018-02-10 Thread Pedro Camargo
*about* menu). Cheers, Pedro On Fri, Feb 9, 2018 at 11:23 AM, Pedro Camargo wrote: > Hi, > As I continue the development of AequilibraE (a plugin focused on > tools for transportation modelling), I wish I had access to statistics on > who has downloaded the plugin

[QGIS-Developer] Analytics on plugin downloads

2018-02-08 Thread Pedro Camargo
Hi, As I continue the development of AequilibraE (a plugin focused on tools for transportation modelling), I wish I had access to statistics on who has downloaded the plugin (e.g. Google Analytics). That would help me see what the audience is and, hopefully, gauge better where to put effo

Re: [QGIS-Developer] Developing a plugin and a Python library at the same time

2017-12-03 Thread Pedro Camargo
//github.com/luipir > * Mastering QGIS 2nd Edition: > * https://www.packtpub.com/big-data-and-business- > intelligence/mastering-qgis-second-edition > * Hire me: http://goo.gl/BYRQKg > > **********

[QGIS-Developer] Developing a plugin and a Python library at the same time

2017-12-03 Thread Pedro Camargo
Hello developers, This question might not be exactly for this forum (maybe StackOverflow!?!), but since I am doing the development for QGIS, I guess it makes sense being here. Some background: A while ago, I started developing AequilibraE, which is a plugin for transportation modelers/fore

[QGIS-Developer] QGIS 3 and Python on Windows

2017-08-01 Thread Pedro Camargo
Hi, I am currently planning the next 12 months of the AequilibraE plugin development, particularly for the following features: - Public transit travel assignment - Vehicle routing (up to capacitated with time windows) - Modelling tools for demand-responsive transit (necessary to model a wor

[Qgis-developer] Bugs on mapinfo tab files editing

2017-04-26 Thread Pedro Camargo
Hi, I little while ago I reported two bugs (16451 and 16449) regarding the corruption of Mapinfo tab files when they are edited in QGIS (it happens very single time and for every single file). We used to do all our work using Mapinfo, so all our data is maintained in that format.We are cur

Re: [Qgis-developer] Will Processing in QGIS 3 support parallelization?

2017-01-03 Thread Pedro Camargo
Jumping on the boat of Anita's question, how is multiprocessing planned to work on QGIS 3.0? In the past I have tried using it on Windows and ended up with the whole thing crashing after many QGIS instances were opened. Is that something that is being looked into? Cheers, Pedro PS - Happy new Q

Re: [Qgis-developer] Qgis-developer Digest, Vol 134, Issue 86

2016-12-27 Thread Pedro Camargo
100 > From: Luigi Pirelli > To: Paolo Cavallini > Cc: "qgis-developer@lists.osgeo.org" > Subject: Re: [Qgis-developer] AequilibraE > Message-ID: > com> > Content-Type: text/plain; charset=UTF-8 > > Hi > > because the binaries are no more present in the p

Re: [Qgis-developer] AequilibraE

2016-12-25 Thread Pedro Camargo
People, I just uploaded a version of AequilibraE that does not include binaries and includes a GUI to download the binaries from the tool's website. I hope this fits the bill. Cheers, Pedro On Tue, Dec 20, 2016 at 9:57 PM, Pedro Camargo wrote: > Hi Paolo, > I do und

[Qgis-developer] AequilibraE

2016-12-20 Thread Pedro Camargo
really hard towards that objective. I hope my request does not seem unreasonable. Cheers, Pedro On 20 Dec 2016 1:00 PM, wrote: Send Qgis-developer mailing list Il 20/12/2016 14:57, Pedro Camargo ha scritto: > Hi Guys, > > Any idea on when we can have AequilibraE approved again?

Re: [Qgis-developer] Qgis-developer Digest, Vol 134, Issue 58

2016-12-20 Thread Pedro Camargo
c5528b> > Content-Type: text/plain; charset="utf-8" > > > Plugin QgisODK unapproval by pcav. > The plugin version "[1152] QgisODK 1.0" is now unapproved > Link: http://plugins.qgis.org/plugins/QgisODK/ > > > ---------- > &g

Re: [Qgis-developer] Qgis-developer Digest, Vol 134, Issue 59

2016-12-20 Thread Pedro Camargo
Hi Guys, Any idea on when we can have AequilibraE approved again? Thanks, Pedro On 20 Dec 2016 3:20 AM, wrote: > Send Qgis-developer mailing list submissions to > qgis-developer@lists.osgeo.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.osgeo.o

Re: [Qgis-developer] Plugin [1102] AequilibraE approval notification.

2016-12-19 Thread Pedro Camargo
LinkedIn: https://www.linkedin.com/in/luigipirelli >> * Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli >> * GitHub: https://github.com/luipir >> * Mastering QGIS 2nd Edition: >> * >> https://www.packtpub.com/big-data-and-business-intelligen

Re: [Qgis-developer] Plugin [1102] AequilibraE approval notification.

2016-12-19 Thread Pedro Camargo
*** > ** > > > On 19 December 2016 at 08:25, Pedro Camargo > wrote: > > Hi Luigi and Paolo, > > > >I corrected the problems you pointed out with AequilibraE and > > re-uploaded it. > > > > Luigi

Re: [Qgis-developer] Plugin [1102] AequilibraE approval notification.

2016-12-18 Thread Pedro Camargo
sum? > > The license problem (?): > other question is regarding the cython algorithm. I can read in > https://github.com/AequilibraE/AequilibraE/blob/ > master/aequilibrae/paths/AoN.pyx#L23 > "Codes for route ennumeration, DAG construction and Link nesting were > written

Re: [Qgis-developer] New python packages in QGIS 3.0

2016-11-22 Thread Pedro Camargo
Pedro On Tue, Nov 22, 2016 at 10:04 AM, Pedro Camargo wrote: > Hi, > I am looking to port a few projects that exist in Python for the > transportation modeling world (complimentary to the AequilibraE plugin) , > but they rely heavily on scientific and data analysis packages su

[Qgis-developer] New python packages in QGIS 3.0

2016-11-21 Thread Pedro Camargo
Hi, I am looking to port a few projects that exist in Python for the transportation modeling world (complimentary to the AequilibraE plugin) , but they rely heavily on scientific and data analysis packages such as Pandas. Is there any chance new Python packages will be added to the standalone

[Qgis-developer] Convoluted Plugin structure

2015-11-18 Thread Pedro Camargo
Hi there, I hope this is the right list to send my question to. I am currently developing a QGIS plugin (Python + Cython) for transportation planning/modeling that has a LOT of stuff built-in. Let me explain my current problem with an example. To perform traffic assignment on a

[Qgis-developer] Creating large datasets with PyQGIS

2015-03-24 Thread Pedro Camargo
Hi, I am currently working with some large geographic files (~130Gb divided in thousands of files) and I need to output the result of the analysis in some sort of data format, which cannot be a relational database (because of the people that will be using this processing framework in the fut

[Qgis-developer] Reading a new type of file natively in QGIS

2014-12-14 Thread Pedro Camargo
Hi Alex, The idea is to use these matrices for a plugin I am developing (www.aequilibrae.com) and in all related transportation analysis. As of now, I am using matrices in the format you mentioned, but it is practice in the transportation modeling world to visualize matrices as such

Re: [Qgis-developer] Reading a new type of file natively in QGIS

2014-12-12 Thread Pedro Camargo
, but representing them as lines do not make any physical sense. Did my explanation help at all? THanks, Pedro On Fri, Dec 12, 2014 at 2:46 PM, Alex Mandel wrote: > On 12/11/2014 08:21 PM, Pedro Camargo wrote: > > Hi group, > > During my discussions with

[Qgis-developer] Reading a new type of file natively in QGIS

2014-12-11 Thread Pedro Camargo
Hi group, During my discussions with people from the transportation modeling world, some people pointed out a few features that would be nice to have in order to use QGIS more intensively by our group. The most important issue, however, was the possibility of open m

[Qgis-developer] New add-in

2014-12-08 Thread Pedro Camargo
Hi there. I am new to this list, and I'd like to ask for general directions to distribute a plugin (the first version is ready, but there are some caveats). This plugin is a set of transportation planning/modeling tools that should get at least another 2 dozens of al

Re: [Qgis-developer] Pythonpath to qgis API

2012-11-05 Thread Pedro Camargo
Hi Lauri, I tried that folder, as well as C:\Program Files (x86)\QGIS\apps\qgis\python\qgis, and the answer was the same (no module called qgis.core)... Any other ideas? Could it be because I have too many things (maybe 8 references) on my PYTHONPATH variable? Thanks,

[Qgis-developer] Pythonpath to qgis API

2012-11-05 Thread Pedro Camargo
Hi, I'm trying for a while now to access the Python API from a regular python console and I'm pretty sure that the there is something wrong with the instructions in the cookbook. It is said that the pythonpath should include something like " c:\qgispath\python", but the internal s

[Qgis-developer] Map production using Python

2012-09-18 Thread Pedro Camargo
Hi guys, I have a few questions that I'd like to ask here. 1st - I'm trying to write a code that I can run from a python shell outside QGIS, but I'm not finding the path where I should be importing qgis from. 2nd - I have to print a series of hundreds of maps and I was pl

[Qgis-developer] Automatizing map making

2012-09-17 Thread Pedro Camargo
Hi, I have been using QGIS for a few months now after almost a decade using Maptitude and TransCAD (from Caliper Corporation). Now that I already know how to get around pretty well with QGIS, I want to use it to production of series of maps (from a few dozens to hundreds at a time).