GeoNodeUserGroup-DE / geonodectl

a commandline interface tool for Geonode Rest API v2
GNU General Public License v3.0
7 stars 1 forks source link

given a title to a dataset won't set the title at geonode #19

Closed mwallschlaeger closed 1 year ago

mwallschlaeger commented 1 year ago

When uploading a file using for example: ./geonodectl dataset upload -f myshape.shp -t test_file --json

this will not set title inside of the metadata of the dataset. Either there is any parameter which can be used to set the title or this parameter can be removed.

mwallschlaeger commented 1 year ago

after a some digging in the geonode code I think its not possible to set the title via the rest api, therefore closed for now