Skip to content

Releases: cholmes/qgis_plugin_gpq_downloader

v0.8.3

09 Jul 01:21
3933460
Compare
Choose a tag to compare

Just some minor fixes, including a regression where we no longer read files without geoparquet metadata (and I think it's potentially improved to work if there's not a bbox column), and also tweaked the qgis metadata so hopefully this will install in master / 4.x builds.

What's Changed

Full Changelog: v0.8.2...v0.8.3

v0.8.2

04 Jul 02:54
06d7333
Compare
Choose a tag to compare

A minor release, mostly focused on fixing an issue that arose with DuckDB 1.3.x - they got a little tighter on some of their syntax and it broke one of the queries. Changed it to just do the SQL a bit differently. Also updated the Overture URL's to the latest.

What's Changed

Full Changelog: v0.8.1...v0.8.2

v0.8.1

28 Apr 01:01
Compare
Choose a tag to compare

Minor update to get latest Overture data in.

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

29 Mar 18:33
Compare
Choose a tag to compare

A pretty minor release, mostly want to get it out due to the update to use Overture's latest release, thanks to @marklit. And I added a set of initial tests, but those shouldn't affect the release at all.

What's Changed

New Contributors

Full Changelog: v0.7.3...v0.8.0

v0.7.3

10 Mar 20:33
42a3a70
Compare
Choose a tag to compare

Another minor release with a core bug fix to testing reporting in #99, as we had a regression where geoparquet files that aren't named 'geometry' don't work right.

What's Changed

Full Changelog: v0.7.2...v0.7.3

v0.7.2

10 Mar 04:27
e4c3fd5
Compare
Choose a tag to compare

Still wrestling with the first 0.7.x release - 0.7.1 was also a bit botched. But decided to incorporate a few improvements into this one, including a first small contribution from @danielsparing. Main improvements were to fix the custom url's in #99 (haven't tested with signed url's yet, but all custom urls were broken, so hopefully that fixed things), which should also fix #101. Also dug through a regression with geoparquet files without bbox columns not working (#89), and finally also fixed a crash that I'd hit but never be quite sure of in #106.

What's Changed

New Contributors

Full Changelog: v0.7.1...v0.7.2

v0.7.1

07 Mar 21:19
098e62d
Compare
Choose a tag to compare

(notes for 0.7.1, as 0.7.0 was a bit of an aborted release)

Our biggest release yet, with lots of contributions from both @merydian and @GISAM. The biggest thing is a refactoring of the code to be more testable and maintainable, which ideally keeps all the user-facing changes the same. A big thanks to @merydian for driving that. There is one user-facing thing that results from this, which is that the plugin will need to 'migrate' within qgis, as we changed the name of the directory where it's stored. Hopefully this should happen fairly seamlessly for users. It seemed better to change it now rather than keep waiting, and the folder name now matches other qgis plugins.

Improvements in this release include smaller downloads from higher compression in zstd and sorting data spatially (thanks @marklit for the idea), getting the plugin ready for qt6 qgis, better logging, and better persistence of checkbox state.

What's Changed

  • Refactoring, cleanup and linting by @merydian in #66
  • GISAM/issue69 by @GISAM in #76
  • Switch about and description in metadata.txt by @merydian in #88
  • updated overture to february release by @cholmes in #91
  • Make plugin Qt6 ready by @merydian in #77
  • removed .idea files, fixed .gitignore to ignore .idea stuff by @cholmes in #92
  • Add spatial sorting to SQL query to reduce data download size by @GISAM in #86
  • Add logging by @merydian in #90
  • Add persistent checkbox state saving and loading in DataSourceDialog by @GISAM in #97
  • Migrate users to new plugin directory by @cholmes in #96
  • Revert to just using existing qgis plugin directory (no deprecating plug-in) by @cholmes in #100

Full Changelog: v0.6.0...v0.7.1

v0.7.0

05 Mar 14:55
885da47
Compare
Choose a tag to compare

Our biggest release yet, with lots of contributions from both @merydian and @GISAM. The biggest thing is a refactoring of the code to be more testable and maintainable, which ideally keeps all the user-facing changes the same. A big thanks to @merydian for driving that. There is one user-facing thing that results from this, which is that the plugin will need to 'migrate' within qgis, as we changed the name of the directory where it's stored. Hopefully this should happen fairly seamlessly for users. It seemed better to change it now rather than keep waiting, and the folder name now matches other qgis plugins.

Improvements in this release include smaller downloads from higher compression in zstd and sorting data spatially (thanks @marklit for the idea), getting the plugin ready for qt6 qgis, better logging, and better persistence of checkbox state.

What's Changed

  • Refactoring, cleanup and linting by @merydian in #66
  • GISAM/issue69 by @GISAM in #76
  • Switch about and description in metadata.txt by @merydian in #88
  • updated overture to february release by @cholmes in #91
  • Make plugin Qt6 ready by @merydian in #77
  • removed .idea files, fixed .gitignore to ignore .idea stuff by @cholmes in #92
  • Add spatial sorting to SQL query to reduce data download size by @GISAM in #86
  • Add logging by @merydian in #90
  • Add persistent checkbox state saving and loading in DataSourceDialog by @GISAM in #97
  • Migrate users to new plugin directory by @cholmes in #96

Full Changelog: v0.6.0...v0.7.0

v0.6.0

16 Feb 17:59
Compare
Choose a tag to compare

A few nice enhancements from @GISAM and @merydian - the biggest is support for selecting multiple Overture files. There's also now GeoJSON output (which nicely warns you and suggests other formats if you're trying to download a huge GeoJSON file that will likely give you a lot of hassle). And the radio buttons for the data source selection now persist, which is nice since the last release put everything in one button, so you don't have to keep switching to your most commonly used tab.

What's Changed

  • Save state of radio button selection by @merydian in #64
  • Add-geojson-output by @GISAM in #62
  • Ability to select multiple Overture files for download by @GISAM in #65

Full Changelog: v0.5.0...v0.6.0

v0.5.0

06 Feb 21:45
Compare
Choose a tag to compare

Lots of great changes in here, due in no small part to outside contributions, with @GISAM making their first contribution and @merydian with a second one. The biggest change is we've reduced to just a single button, so we don't take up precious button real estate on QGIS. And then a small shift in the tabs, so the 'custom' one is furthest to the right. And then there's now flatgeobuf output. The foursquare data is updated to the latest release, and there's also a new experimental NHDFlowLines layer on source.coop, which lead to a bug fix for more robust handling of the the bbox column, so we read the metadata instead of just assuming it is called 'bbox'.

Big thanks to @merydian and @GISAM!

What's Changed

New Contributors

  • @GISAM made their first contribution in #59

Full Changelog: v0.4.0...v0.5.0