Bug report #20971
Reading online csv file in a model causes QGIS to freeze
Status: | Open | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Processing/Modeller | ||
Affected QGIS version: | 3.4.3 | Regression?: | No |
Operating System: | Windows 10, 64 bit | Easy fix?: | No |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | Yes | Copied to github as #: | 28790 |
Description
I am trying to use an online CSV file and plot its content as points using a Processing model. These steps causes QGIS to freeze:
1) Open a new model
2) Add a vector input
3) Add the algorithm for creating points from a table and configure it
3) Run the model and select an online csv file. I used https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/4.5_day.csv
4) QGIS now freezes before the model can run