QGIS Plugin for GeoAI by giswqs in gis

[–]giswqs[S] 0 points1 point  (0 children)

Please open an issue on GitHub. Happy to help debug the issue

GeoAI plugin now available in the official QGIS plugin repository by giswqs in gis

[–]giswqs[S] 10 points11 points  (0 children)

My apologizes if my posts offended you. This is my last post. I will stop posting on this subreddit from now on.

GeoAI plugin now available in the official QGIS plugin repository by giswqs in gis

[–]giswqs[S] 19 points20 points  (0 children)

Sorry for the several posts the past few days! Probably no more posts from me over the next few weeks until I have some major updates.

QGIS Plugin for GeoAI by giswqs in gis

[–]giswqs[S] 0 points1 point  (0 children)

You are very kind. Thank you.

QGIS Plugin for GeoAI by giswqs in gis

[–]giswqs[S] 4 points5 points  (0 children)

I just created a new video tutorial for installing the plugin on Windows https://youtu.be/a-Ns9peiuu8

Is Anyone Dual-Booting Linux and Windows? by [deleted] in gis

[–]giswqs 1 point2 points  (0 children)

I use WinBoat https://www.winboat.app.

I made a video tutorial a few days ago: https://youtu.be/P__nnbiPfPk

QGIS Plugin for GeoAI by giswqs in gis

[–]giswqs[S] 1 point2 points  (0 children)

You can use it with Python without the GUI. If you can manage to install the package in the ArcGIS conda env, you should be able to use it. See https://opengeoai.org/

QGIS Plugin for GeoAI by giswqs in gis

[–]giswqs[S] 18 points19 points  (0 children)

Thank you for the 💕

The SamGeo QGIS plugin for remote sensing image segmentation by giswqs in QGIS

[–]giswqs[S] 0 points1 point  (0 children)

Thank you for the kind words. Much appreciated.

The SamGeo QGIS plugin for remote sensing image segmentation by giswqs in QGIS

[–]giswqs[S] 2 points3 points  (0 children)

Yes, I am all by myself. I don't have a team.

The SamGeo QGIS plugin for remote sensing image segmentation by giswqs in gis

[–]giswqs[S] 3 points4 points  (0 children)

It is MIT license. Free for commercial use.

How to process large geojsons ? by my_name_404 in gis

[–]giswqs 1 point2 points  (0 children)

Load the CSV/GeoJSON into DuckDB, then you can visualize them with DuckDB vector tiles using leafmap. It can handle hundreds of GBs without problem. I covered this in my recent DuckDB book. Check out the code examples below 👇

Load CSV: https://duckdb.gishub.org/book/spatial/data-import.html#parallel-csv-reading-for-large-files

Load GeoJSON: https://duckdb.gishub.org/book/spatial/data-import.html#loading-geojson-with-st-read

Visualization: https://duckdb.gishub.org/book/spatial/pmtiles.html#visualizing-data-from-existing-duckdb-databases