geonode-project icon indicating copy to clipboard operation
geonode-project copied to clipboard

A django template project for creating custom GeoNode projects.

Results 89 geonode-project issues
Sort by recently updated
recently updated
newest added

I am using geonode-project and I want to to create the following permissions for geonode. I have previously created the "Institution" group. An user of the Institution Group can only...

I just install Geonode-project 4.1.x and try to follow the official documentation (https://docs.geonode.org/en/4.x/devel/workshops/index.html#customize-the-look-and-feel) to customize the look and add some Links (buttons) to the navigarion bar. So far I have...

In geonode when an user logs in, it is automatically redirected to the Profile page. I am trying to change that and redirect to the Home (index page). In order...

I have installed the geonode-project for quick implementation of a geostory on Ubuntu 20.4. I have followed the steps on github and the geonode-project documentation. The branch used was 4.1.x....

I have created a django-app for my geonode proyect. In that app I have created a dataset using code `dataset_instance = resource_manager.ingest(files, resource_type=Dataset, defaults={'owner': owner, 'title': title})` What i need...

How can a I create a new group called "INETER" and asign to some user? Also I want to make dataset only visible to its owner and the INETER group....

question

I have created a new django app form my geonode-project In this app I have a Project Model with a geom (Multipolygon field), It also has a OneToOneField to Dataset....

Hi, I have installed GeoNode 4.0 geonode-project via docker and whenever I try uploading shapefiles from different sources like [GADM](https://gadm.org/data.html) or [NaturalEarth](https://www.naturalearthdata.com/) I get an error stating that upload process...

``` Restarting periodic command scheduler: cronStopping periodic command scheduler: cron. Starting periodic command scheduler: cron. start-stop-daemon: warning: failed to kill 39: No such process Restarting memcached: memcached. ```

I choose `5080` as public port. Here is my `.env` file: ``` [...] SITEURL=http://localhost:5080/ [...] HTTP_PORT=5080 [...] GEOSERVER_WEB_UI_LOCATION=http://localhost:5080/geoserver/ GEOSERVER_PUBLIC_LOCATION=http://localhost:5080/geoserver/ [...] ``` Login is broken, since the login button points to...