Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create ArcGIS Service Layer #1

Open
tibbben opened this issue Feb 27, 2024 · 0 comments
Open

Create ArcGIS Service Layer #1

tibbben opened this issue Feb 27, 2024 · 0 comments

Comments

@tibbben
Copy link
Member

tibbben commented Feb 27, 2024

Basic Steps

  • in arcGIS Pro login to https://portal.gdsc.miami.edu/arcgis

  • create database connection (needs UM network)

  • load layer and style

    • map -> add data -> query layer
    • find layer and double click in list
    • make sure only geom layer is included, not geom_local
    • click validate button at bottom, then next button
    • select unique id column and click next
    • symbolize (light grey baseman with nice symbol colors)
    • save project
  • create service definition (save to box folder ../Collections/services/)

    • right click on layer -> share -> save as offline service definition
    • Set version to Arcgis Enterprise 11 or later
    • check the feature registration checkbox
    • update name and remove "gdsc_public_" from the beginning of the name
    • use the "Version" * ArcGIS Enterprise 11 or later
    • set the description and tags as per the lines in the GDSC metadata
      select_feature
    • under the configuration tab edit the feature configuration
      edit_feature
    • set the feature properties same as below
      feature_properties
    • you may need to uncheck assignment of unique ids
  • upload SD to server (https://arcgis.gdsc.miami.edu/arcgis/manager - needs UM network)

    • accept all defaults through the publish service process
    • save sd to box folder
  • set sharing in portal (https://portal.gdsc.miami.edu/arcgis/home

    • feature layer to world and as featured and admins, map layer owner (not featured)
      portal_sharing
  • metadata in portal for feature layer

    • description -> Description
    • publisher -> Credits
    • title -> Title
    • license -> Terms of Use
  • metadata for map layer

    • same as above

Perhaps best to keep in one really well organized ArcGIS Pro project ...

Some things to consider:

  • cartography is saved in the service definition
  • this may be impossible to script fully; we may need an ArcGIS Pro machine that we always publish from ...
  • a. create the service definition file in ArcGIS Pro (manual process)
  • b. store the sd files somewhere (perhaps ceph-rook storage)
  • c. part of etl python script is to publish the manually created sd file ...
  • with manual process, layer names become even more important
  • a. if a name changes, the sd file will have to be re-created manually
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant