Skip to content

[GN 4.4.3] expects custom to be an argument of create_geonode_resource, overwrite_geonode_resource #24

@mwallschlaeger

Description

@mwallschlaeger

the geonode-importer version referenced in GN 4.4.3 expects assets and custom to be parameters for the functions create_geonode_resource and overwrite_geonode_resource

    def create_geonode_resource(
        self,
        layer_name: str,
        alternate: str,
        execution_id: str,
        resource_type: Dataset = Dataset,
        asset=None,
        custom={},
    ):
...

    def overwrite_geonode_resource(
        self,
        layer_name: str,
        alternate: str,
        execution_id: str,
        resource_type: Dataset = Dataset,
        asset=None,
        custom={},
    ):
...

ref example vector impl: https://github.com/GeoNode/geonode-importer/blob/1.1.2/importer/handlers/common/vector.py

Metadata

Metadata

Labels

bugSomething isn't workingdocumentationImprovements or additions to documentation

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions