-
Notifications
You must be signed in to change notification settings - Fork 5
metadata service
Greta edited this page May 11, 2021
·
1 revision
The metadata from the info buttons is controlled from a service in arcgis online (item url and service url). The service can be updated through the arcgis interface or through the python api.
Ask the Front End for the slug
they will be using to refer to the layer. Then you will provide the information for each field: slug, title (text), description (text), source (markdown text), mol Logo (boolean).
if using the python api (currently not working, probably because there are new fields created... Should move this information to a table service)
use the notebook with the code to access the service (you will need appropriate admin permissions):
- access the service
- download the information as csv
- in an editor provide the information for each field: slug, title (text), description (text), source (markdown text), mol Logo (boolean).
- merge the new information to the downloaded csv
- overwrite the service with the complete csv
Use the append data button and select a file with the new rows.
Same as above but with the updated csv, no need to merge new rows.
Open the data view and manually edit. ATTENTION there is not an undo button.