GeoNode / geonode

GeoNode is an open source platform that facilitates the creation, sharing, and collaborative use of geospatial data.
https://geonode.org/
Other
1.44k stars 1.13k forks source link

[Fixes #12124] GNIP 100: Assets [2] #12260

Closed etj closed 3 months ago

etj commented 4 months ago

First implementation of assets.

Also these changes are needed: GeoNode/geonode-importer#235

Replaces https://github.com/GeoNode/geonode/pull/12179 since this PR branches from a more recent master commit.

Checklist

Reviewing is a process done by project maintainers, mostly on a volunteer basis. We try to keep the overhead as small as possible and appreciate if you help us to do so by completing the following items. Feel free to ask in a comment if you have troubles with any of them.

For all pull requests:

The following are required only for core and extension modules (they are welcomed, but not required, for contrib modules):

Submitting the PR does not require you to check all items, but by the time it gets merged, they should be either satisfied or inapplicable.

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 80.61798% with 138 lines in your changes are missing coverage. Please review.

Project coverage is 64.31%. Comparing base (33ea4b9) to head (baf134f). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #12260 +/- ## ========================================== + Coverage 64.13% 64.31% +0.17% ========================================== Files 872 884 +12 Lines 52319 52904 +585 Branches 6480 6529 +49 ========================================== + Hits 33553 34023 +470 - Misses 17275 17379 +104 - Partials 1491 1502 +11 ```
mattiagiupponi commented 3 months ago

closed in favor of https://github.com/GeoNode/geonode/pull/12338