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

Update sb1 #980

Merged
merged 4 commits into from
Dec 22, 2023
Merged

Update sb1 #980

merged 4 commits into from
Dec 22, 2023

Conversation

amandaha8
Copy link
Contributor

  • The SB1 link I used in winter 2023 was down, so I experimented with reading the data from a few other Arc GIS servers.
  • I noticed there were rows that shared the same projectid, name, description and status. The goal of the project list is to have the least amount of duplication as possible. Keeping in mind a project might have more than one row due to being in different locations, I experimented with forward filling rows that shared the same values in the 4 columns above and keeping the row that ended up having the most info, determined by counting the nans.
  • I also separated out the table based on the schema listed in ddp, but this will actually be done at a later step since not all the projects in Sb1 have a unique id identifier (many projects have none in the projectid column) and it will be too difficult to map the projects back to the main project table without a unique identifier.

@amandaha8 amandaha8 merged commit d040d71 into main Dec 22, 2023
3 checks passed
@amandaha8 amandaha8 deleted the update_sb1 branch December 22, 2023 19:33
Copy link

nbviewer URLs for impacted notebooks:

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

Successfully merging this pull request may close these issues.

1 participant