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

I cannot find the SGID table I am using in Open SGID #12

Open
steveoh opened this issue Apr 1, 2020 · 0 comments
Open

I cannot find the SGID table I am using in Open SGID #12

steveoh opened this issue Apr 1, 2020 · 0 comments
Labels
known-issue We understand there is an issue with-workaround This issue has a work around

Comments

@steveoh
Copy link
Member

steveoh commented Apr 1, 2020

The problem

I have a project or code that references SGID tables and I cannot find the same table in the Open SGID.

The reason

The Open SGID uses all lower case table names; It is a PostgreSQL convention. We also snake cased words instead of camel cased. For example, DominantVegetation became dominant_vegetation.

Refer to the table mapping document to find, replace, and update data references in projects and code.

The layer you are looking for might not be in the table mapping since AGRC trimmed down what layers reside in the SGID. We shelved layers and made others static. You can read about the process in the SGID Product Relaunch Update blog post and the Where is the SGID going section of an older blog post.

Since not all tables were migrated from the SGID to the Open SGID, you may need to use our shelved or static ArcGIS Online services or replace the outdated and unmaintained data with a higher quality source.

Example

  1. I have a project referencing SGID10.BIOSCIENCE.DominantVegetation. Update the table reference to use opensgid.biosciense.dominant_vegetation. Be careful to inspect the attributes as they are also lower case and snake cased.
  2. I have a project referencing SGID10.BIOSCIENCE.BeaverRestorationAssessment. This dataset was shelved. Use Utah Beaver Restoration Assessment from ArcGIS Online.
  3. I have a project referencing SGID10.BIOSCIENCE.Habitat_Bison. This dataset was removed since it was not current. Search for a new source. Consider the DWR sourced data.
@steveoh steveoh added known-issue We understand there is an issue with-workaround This issue has a work around labels Apr 1, 2020
@agrc agrc locked as resolved and limited conversation to collaborators Apr 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
known-issue We understand there is an issue with-workaround This issue has a work around
Projects
None yet
Development

No branches or pull requests

1 participant