Questions tagged [cloud-gis]
GIS database and services hosted as scalable server (or serverless) environments in the cloud.
84 questions
1 vote
0 answers
106 views
How to use "shared local datasets" in QField?
I'm trying to use the functionality "Shared local dataset" (https://docs.qfield.org/how-to/outside-layers/). Before the last update (4 days ago, https://github.com/opengisch/qfieldsync/...
0 votes
0 answers
46 views
Uploaded data in QGIS Cloud is not displayed
I want to publish data with a free QGIS Cloud account. The Data: 2 Multipoint GeoPackages and 5 Multipolygon GeoPackages. I can log in and load the layers and also publish the map but when I click the ...
0 votes
1 answer
37 views
Errors or abnormal exit with almost all points cloud tools
I'm a French guy using QGIS in search of caves, MTB tracks or archeological area. My aims is to go on field and not spending my time in front of my laptop. Unfortunately I have lots of problems, sorry ...
0 votes
1 answer
66 views
Seeking advice on hosting Experience Builder DevOps app
I've been tasked with finding a solution for hosting a custom devops XB app outside of our org's AGOL account. We currently have an org website but it's built using WordPress. We do not have ...
0 votes
1 answer
61 views
GEE_Cloud_Project_import folder into the script
I recently switched my Google Earth Engine account to the cloud project. I created a folder inside the "Assets" to download from the PC and put all the needed images inside this folder. ...
1 vote
1 answer
387 views
Access QField cloud layers via an API
I'd like to set up a Python dash application, or a Leaflet map that uses data from a layer sitting in a QField Cloud project. Is it possible to access the data from layers sitting in a QField Cloud ...
-1 votes
1 answer
383 views
Comparing COG and other rasters, Do fast 'gets' mean display benefits? only when serving from cloud? or also when on network and local drives too? [closed]
The same image raster in 3 formats, TIF, COG, JP2. COG have fast GET. Is the fast 'get' represented in fast display when panning? Am I supposed to see COG out perform the others when: if all 3 are on ...
-1 votes
1 answer
74 views
Unable to Save Modifications to GIS Cloud WFS Layer in QGIS?
I am encountering an issue when attempting to save modifications to a WFS layer from GIS Cloud in QGIS. Here are the steps we have taken and the issue encountered: Verification of Credentials: We have ...
0 votes
0 answers
67 views
How to understand the Landsat457 cloud removal code recommended by GEE
What does the cloud removal code recommended by GEE mean? // This example demonstrates the use of the Landsat 4, 5, 7 Collection 2, // Level 2 QA_PIXEL band (CFMask) to mask unwanted pixels. function ...
2 votes
2 answers
687 views
Cloud-optimized vector format
Currently, cloud-optimized GeoTIFFs (COGs) are a great format for storing rasters on the cloud, with the ability to read only the portions that you need (stream) at a given time from a client. Cloud ...
1 vote
0 answers
155 views
QField app with live PostGIS connection photos won't synchronize
I am trialing QField and qfield cloud with organization plan. I have managed to setup live connection between QField and my PostgreSQL/PostGIS database. My problem is that even if I have a photo type ...
0 votes
1 answer
325 views
How to Fix: Layer error: Computed value is too large in Google Earth Engine
I conducted a landcover classification, distinguishing between mangrove and non-mangrove areas. For each landcover type, I gathered fewer than 10 samples. I utilized Random Forest (RF) for ...
2 votes
0 answers
123 views
QField Cloud and QGIS: after pushing new data from my tablet to the cloud, they don't appear in my PC version of the project
My geopackaged QGIS-project is successfully uploaded to QField using the Cloud-method. Adding items(trees) work well on the tablet and I can push the added items to the cloud. But they don't seem to ...
0 votes
1 answer
2k views
QField Cloud - some layers remain read-only despite different configuration in QGIS
I am working with QGIS and QField Cloud for a while now and despite having to regularly solve sync issues, I'm quite happy with QFieldCloud for my purposes (collecting data in the field). But now I ...
0 votes
0 answers
83 views
Efficient way of deploying GeoServer WMS and getting wms-url as a result
I created a GeoServer WMS that runs well on localhost. Now I want to deploy the GeoServer in order to make it work for externals. The goal is to have a classic wms-url that I can share with friends ...