Skip to content

Releases: cholmes/qgis_plugin_gpq_downloader

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

v0.4.0

03 Feb 00:42
Compare
Choose a tag to compare

Big thanks to @merydian for the contribution - I'm excited that this is becoming a 'real' open source project with multiple collaborators. The main change is the status bar for installing DuckDB, plus updates for January release of Overture, and a small fix so that geopackage downloads of columns with names like 'this:field' won't barf (which was happening on the Planet Source Coop field boundary download - which is also now faster due to upgrading the GeoParquet file to be sorted).

What's Changed

  • better protection of column names so geopackage works with fiboa data by @cholmes in #51
  • Implement message bar for DuckDB installation by @merydian in #52
  • Do DuckDB installation in a worker thread by @cholmes in #53
  • Overture January release updates by @cholmes in #54

New Contributors

Full Changelog: v0.3.4...v0.4.0

v0.3.4

12 Jan 18:10
3b03a3b
Compare
Choose a tag to compare

What's Changed

  • Updated Foursqaure links, bumped version by @cholmes in #49

Full Changelog: v0.3.3...v0.3.4

v0.3.3

19 Dec 14:59
9d5c59d
Compare
Choose a tag to compare

Updates to use the latest Overture release, and an icon fix from @mtravis

What's Changed

  • Made main icon smaller to fit in the plugins details page by @mtravis in #45
  • Updated to latest Overture & added bathymetry by @cholmes in #46

Full Changelog: v0.3.2...v0.3.3

v0.3.2

10 Dec 22:27
Compare
Choose a tag to compare

What's Changed

  • make sure httpfs extension gets installed by @cholmes in #40

Full Changelog: v0.3.1...v0.3.2

v0.3.1

10 Dec 06:20
39f666f
Compare
Choose a tag to compare

Mostly attempts to get DuckDB installation to work on Windows and Mac OSX. Definitely needs more testing on Linux, hopefully that doesn't require another release. Thanks @m-mohr for the contributions!

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

09 Dec 21:59
4c0ab73
Compare
Choose a tag to compare

Big thanks to @mtravis for the main contributions to this release, and also thanks to @marklit for testing and ideas for improvement, and Hans van der Kwast for testing and making an awesome video tutorial.

Main improvement for this release is installing duckdb automatically - hopefully it works. And then also some nicer defaults for file names, and displaying them.

And we also added in a couple more layers, for Fused-partitioned Foursquare places updated by fused.io and Oak Ridge National Labs US structures, put up by @mbforr and Wherobots. Both improved their geoparquet distributions to be well-formed enough to be served efficiently with the plugin.

What's Changed

  • Added fixes for the filename exported and layer name in QGIS by @mtravis in #31
  • added installation / loading of httpfs by @cholmes in #33
  • Added steps to install DuckDB in QGIS at startup by @mtravis in #35
  • Fixes so DuckDB installation will work by @cholmes in #36
  • Added 2 new source layers (ORNL by Wherobots and Fused-partitioned Foursquare) by @cholmes in #37

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.1

05 Dec 04:16
Compare
Choose a tag to compare

A minor release, mostly to try to fix the icon for the qgis plugin page.

v0.2.0

04 Dec 03:54
Compare
Choose a tag to compare

What's Changed

  • Add link to metadata.txt for installation notes by @darrenwiens in #22
  • Updates to allow Hugging Face urls (hf://) work.
  • Fixed geopackage output to not hard code Overture primary name when flattening.
  • Changed 'other' section to 'Hugging Face' and added Foursquare Places

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

02 Dec 19:19
aade19f
Compare
Choose a tag to compare

Initial release!

Should have the core functionality to download pre-set data from Overture and Source Cooperative, and to put in arbitrary cloud locations. Can download as GeoParquet, DuckDB and GeoPackage.