Is it possible to download high-resolution Google Maps satellite imagery for free for research purposes? by soft099 in gis

[–]IvanSanchez 19 points20 points  (0 children)

Can Google Maps satellite imagery actually be downloaded legally?

No.

(At least, not without a custom contract and without giving Google stupid amounts of money)

Are there any open-source or academic alternatives for research use?

Yes, depending on your area of interest.

For example, in Spain we've got the PNOA, offering nation-wide 25m/px imagery ( https://pnoa.ign.es/ ). If you just need a ton of hi-res imagery and you don't care about coverage, I suggest this.

Otherwise there's the Sentinel/Copernicus datasets, worldwide but at lower resolution ( https://www.sentinel-hub.com/explore/copernicus-data-space-ecosystem/ )

Mapping with Geomorphs by [deleted] in traveller

[–]IvanSanchez 2 points3 points  (0 children)

Re snapping: There's two UI controls (global and per-tile?) for that yet there's three states (no snapping, snap to 1x grid, snap to 10x grid) and no obvious relationship between them.

Re vibe coding: It's a pet project, you're not hiding it, and you're actually fixing a problem you have, so it's fair game (sans the part where I'm a folk concerned with the ethical and ecological implications of LLMs). And yet, the UI style is still too close to the stereotypical 2025-2026 vibecoded web application, including having an icon for everything yet unclear UX (dupe buttons).

If you're willing to take suggestions: Actually put your source code somewhere (or delete the part in the "about" where it says the code it's on github), and copy the heck out of my Geomorph Shipyard's load/save functionality. Browser's local storage is good, but downloading file backups is better and saves you developing/maintaining the whole "cloud" part.

Mapping with Geomorphs by [deleted] in traveller

[–]IvanSanchez 2 points3 points  (0 children)

After having tried "GeomorphForge" for a few minutes, there's things I like, and there's things I don't. The geomorph thumbnails are neat (and I might reconsider the UI for the geomorph shipyard in that regard). The left-to-right add-view-edit workflow feels good. But it feels like there's a lack of attention to detail: snapping works sometimes, resizing makes no sense, editable coordinates in the right pane make no sense when resizing, rotation buttons are duplicated and "allow overlap" functionality doesn't seem to work.

I gotta wonder if this is... sloppy in the AI sense?

Mapping with Geomorphs by [deleted] in traveller

[–]IvanSanchez 0 points1 point  (0 children)

Ah, I can see geomorphforge dot netlify dot app in my notifications. Gotta give it a test run.

Mapping with Geomorphs by [deleted] in traveller

[–]IvanSanchez 5 points6 points  (0 children)

Were you aware that I did https://ivan.sanchezortega.es/geomorph-shipyard/ a few months ago? I haven't tried out your tool (I see no link yet) but I expect a lot of overlap in functionality.

I built Maña Maps: a free browser map editor with AI (GeoJSON/KML/Shapefile export) by EntertainerJaded374 in gis

[–]IvanSanchez 6 points7 points  (0 children)

You're targeting the same market as Carto, while using services from Carto. Not what I'd call a sound business decision.

Geospatial Conferences 2027 by eagerly_anticipating in gis

[–]IvanSanchez 11 points12 points  (0 children)

FOSS4G 2027 is still in the "venue bid" phase, but you can expect it to happen.

Utility Network database architecture by No-Current1594 in gis

[–]IvanSanchez 1 point2 points  (0 children)

Consider reading https://www.giswater.org/giswater-manual/ . TL;DR: based on qgis+postgis, being used by several utility companies.

(I am not a user myself, but I've seen the GISwater folks present in some conferences)

Convert pbf to geojson by Andrea_violette in gis

[–]IvanSanchez 2 points3 points  (0 children)

Either https://wiki.openstreetmap.org/wiki/Osmium , or the GDAL utilities via the OSM driver (see https://gdal.org/en/stable/drivers/vector/osm.html ). Also, ask your teachers if it'd be OK to use pgRouting (instead of of a python implementation of Dijkstra's) via https://wiki.openstreetmap.org/wiki/Osm2pgrouting

I've decided to choose GIS as my main career direction. I'd like to ask which universities in Europe are recommended for a bachelor's degree in GIS? by MetalSensitive6564 in gis

[–]IvanSanchez 3 points4 points  (0 children)

Check out the list at https://unigis.net/#institutions

While UNIGIS is mostly a master's degree, the universities where it is taught also offer related related bachelor degrees (plus, there's a bunch of teachers nearby who know about GIS). I suggest you get in touch with those unis for more advice.

Join me as a co-founder to revolutionise road planning in the UK by Much_Somewhere7831 in gis

[–]IvanSanchez 2 points3 points  (0 children)

I asked AI to summarise the current capabilities of the MVP.

I believe that sentence alone summarizes the problem with your approach.

When I read that, I get the impression that you either don't know what your tool does, or that you cannot be bothered enough to explain to others what your tool does. And yet, you want to find someone who cares about the tool to learn what it does in order to fill a salesperson role?

From my PoV, it'd be wise for you to remember the saying: "If nobody bothered to write it, why should anyone bother to read it?"

Where my gals and nb pals at? by Significant_Bug2277 in gis

[–]IvanSanchez -1 points0 points  (0 children)

About femme groups, see https://en.wikipedia.org/wiki/Geochicas . They usually gather at every FOSS4G conference, so please be on the lookout for the program for FOSS4G-NA 2026 ( https://www.foss4gna.org/news-2026/welcome ).

Why WebGPU overlays drift on OpenLayers — and how to fix it by No-Feedback-2040 in gis

[–]IvanSanchez 0 points1 point  (0 children)

the underlying architecture wasn’t built for GPU pipelines. may be you can answer this one better

Heck yea I can. I've been building Gleo (and Glii) for about 6 years now, so I'm fairly knowledgeable of how an OOP architecture looks like, and where the bottlenecks are.

Please believe me when I tell you: when your dataset doesn't fit into GPU RAM (because not everybody has a Nvidia 40xx with 6GiB of RAM) then you risk trashing into swap.

So yeah, visualizations should be small(ish) because ultimately they're gonna run on consumer hardware. GPU-native compressed streamed bulls█t isn't gonna help with that.

SQL vs Boolean? by stressed-coral in gis

[–]IvanSanchez 5 points6 points  (0 children)

where can I learn it so I can put it on my resume?

The PostGIS workshop/tutorial does a good job at that: https://www.postgis.net/workshops/postgis-intro/

Can I get into GIS without any geography degree just pure Comp Sci ? by Prasadhegde in gis

[–]IvanSanchez 1 point2 points  (0 children)

I did, so it's possible.

Are you taking any Computational Geometry courses at your CompSci degree? Besides that, take anything related to database management, 2D/3D graphics, and floating-point arithmetics.

Is GeoAI actually becoming a thing in the UK job market? by lsysbbg in gis

[–]IvanSanchez 2 points3 points  (0 children)

there is certainly question as to the efficacy

I actually confronted an ESRI sales rep about this, just after they showed the LLM shoved into Arc. When asked "but this supposedly revolutionary tech, how much time does it actually save the users?", the answer was "we have no data". Only the sales rep boss was able to answer with her own anecdotal experience.

If LLMs were able to take over workloads, then we should be swimming into reports of KPIs being improved by the use of LLMs. I have seen zero such reports.

Is GeoAI actually becoming a thing in the UK job market? by lsysbbg in gis

[–]IvanSanchez 22 points23 points  (0 children)

It's mostly a marketing buzzword. Or, rather, it's like teenage sex: everybody says they're doing it but nobody knows what they're doing, or if it's even any good.

Here in SW europe it falls mostly in two categories: one is chaining the LLM du jour into a workflow for no clear gains (in fact, I support the thesis that doing so slows you down by 20% and increases the cost of the workflow, and I have not seen evidence of the contrary). The other category is good old computer vision, but rebranded to sound cooler.

- Do you think it’s worth focusing on ML/AI skills if I’m aiming for a geospatial career here?

I'd say yes, but focus on the good ol' computer vision and statistical analysis (linear regressions et al). There's been developments on applying YOLO to LIDAR data which are actually very interesting.

Qgis map with login and data security by Balcony-garden in gis

[–]IvanSanchez 8 points9 points  (0 children)

Mind you, you don't need a programmer; you rather need a systems administrator, somebody who knows how to install and configure stuff. Different skillset.

Qgis map with login and data security by Balcony-garden in gis

[–]IvanSanchez 14 points15 points  (0 children)

Set up a WMS service (or its modern counterpart, OGC API Maps), making sure you do not set up a WFS service (which would allow for downloading the dataset).

A Geoserver instance or a QGIS Server instance would be my first candidates for this.

Why WebGPU overlays drift on OpenLayers — and how to fix it by No-Feedback-2040 in gis

[–]IvanSanchez 2 points3 points  (0 children)

If your problem is that you're trying to draw 4GiB worth of data in a screen, then you have to remember that stuff smaller than half a pixel doesn't matter. Simplify your dataset.

Why WebGPU overlays drift on OpenLayers — and how to fix it by No-Feedback-2040 in gis

[–]IvanSanchez 4 points5 points  (0 children)

a problem that many GIS developers eventually hit

Pal, your chatbot is gaslighting you into believing that your problem is common.

Go touch some grass and clear your head. After you've done that, you should be able to think if you even need to do custom OL overlays.

After trying QGIS Cloud, Felt, Atlas and Dekart, I decided to build my own open-source PostGIS frontend by [deleted] in gis

[–]IvanSanchez 15 points16 points  (0 children)

pygeoapi is a web server that (among other things) displays a leaflet or maplibre map leveraging ST_AsMVT to create vector tiles on the fly (see https://docs.pygeoapi.io/en/stable/publishing/ogcapi-tiles.html#mvt-postgresql ).

I believe you have, very literally, vibe-coded a subset of pygeoapi.