eblondel / geonode4R

Geonode R client
Other
2 stars 0 forks source link

Resource upload #3

Closed eblondel closed 1 year ago

eblondel commented 1 year ago

@kikislater this repository is a draft R package build to provide an R client to the GeoNode Django web API.

In this ticket i've referenced the method to upload a resource, and tested it vs. a shapefile. It works well, however, when I try to push together an ISO 19115/19139 XML file (which is the encoded in the payload as "xml_file" according to https://docs.geonode.org/en/master/devel/api/usage/index.html#resource-upload), the method returns a status 200, but the dataset is not found in the target Geonode.

Do you know if they are specific issues/hints to know to make it work?

FYI, after resolving this, we will be able to plug a first action for Geonode upload into geoflow

cc @juldebar

kikislater commented 1 year ago

Nice ! I have some ideas but I will test before ...

eblondel commented 1 year ago

Issue reported at https://github.com/GeoNode/geonode/issues/10762