geonode
geonode copied to clipboard
GeoNode is an open source platform that facilitates the creation, sharing, and collaborative use of geospatial data.
When a zip containing a Geotiff dataset is uploaded we get the following error: ``` Could not find any valid Time Regex for the Mosaic files. Traceback (most recent call...
## Expected Behavior Upload a shapefile project and have it create borders on a map with appropriate metadata ## Actual Behavior It refuses to accept the upload with an error...
Hello I have some problems with geonode in docker. When I try to download a large layer, I have this problem: **Unexpected error! - 504 Gateway Timeout. GeoNode lost the...
### Is your feature request related to a problem? Please describe. 1. migrate the URL of a geonode instance 2. try to add a map on a geostory 3. The...
## Expected Behavior Geoserver password should be updated to the value in GEOSERVER_ADMIN_PASSWORD ## Actual Behavior Geoserver password is not updated ## Steps to Reproduce the Problem in the .env...
Hi! When uploading a tiff I have the following problem (I am doing this through massive console loading) GDAL_ERROR 1: b"/home/geonode/capas_masiva/GEOTIF/ortomosaico.tif: TIFFReadDirectory:Sum of Photometric type-related color channels and ExtraSamples doesn't...
# GNIP 92 - non-spatial structured data as (pre)viewable FAIR datasets ## Overview We need to store structured non-spatial datasets besides geodata as GeoNode resources. The non-spatial datasets shall provide...
**Is your feature request related to a problem? Please describe.** Up until recently, [pycsw], which GeoNode uses to provide compatibility with [OGC CSW], only supported integration with downstream projects by...
## Description **Goal**: "one service per container" **Background** - Docker documentation: ["Run multiple services in a container"](https://docs.docker.com/config/containers/multi-service_container/) - devops.stackexchange: ["Why it is recommended to run only one process in a...
## Description This PR ensures that the celery container is waiting for the geonode container to launch before itself. By doing this, the migrations and other django init steps are...