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

processing chapter #90

Merged
merged 11 commits into from
Nov 24, 2020
Merged

processing chapter #90

merged 11 commits into from
Nov 24, 2020

Conversation

sjsrey
Copy link
Contributor

@sjsrey sjsrey commented Jul 31, 2020

No description provided.

@sjsrey sjsrey added the draft Needs new writing or substantial re-writing label Aug 5, 2020
@sjsrey
Copy link
Contributor Author

sjsrey commented Aug 5, 2020

It would be good to have another author to pass over this and probably do some integration.

@sjsrey sjsrey changed the title [WIP] drafting 03 processing drafting 03 processing Aug 7, 2020
Copy link
Member

@ljwolf ljwolf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've done some local review, and have some of these changes myself on my spatial data processing branch. I've run into issues using the new data to complete this chapter, and I've outlined where I hit these issues in the text.


```python

```
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be removed

sheds.plot(ax=ax, edgecolor='grey', column='lintensity', legend=True,
scheme='fisher_jenks',
classification_kwds={'k':10})
#cafes.plot(ax=ax, c='purple', alpha=0.5)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All of these repeated comments need to be removed.

sheds.plot(ax=ax, edgecolor='grey', column='area', legend=True,
scheme='fisher_jenks',
classification_kwds={'k':10})
#cafes.plot(ax=ax, c='purple', alpha=0.5)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comments need to be removed.

# Display airports on top
#listings.plot(ax=ax, c='green')
sheds.plot(ax=ax, alpha=.7, edgecolor='white', column='listings', legend=True, scheme='quantiles')
#cafes.plot(ax=ax, c='purple', alpha=0.5)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove comments.

# Display airports on top
#listings.plot(ax=ax, c='green')
sheds.plot(ax=ax, alpha=.7, edgecolor='white')
cafes.plot(ax=ax, c='purple', alpha=0.5)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove comments

ax.imshow(img, extent=ext)
# Display airports on top
sd_tracts.plot(ax=ax, alpha=0.6, edgecolor='lightgrey',
column='price', legend=True, scheme='quantiles')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove comments.

ax.imshow(img, extent=ext)
# Display airports on top
sd_tracts.plot(ax=ax, alpha=0.6, color='green',edgecolor='lightgrey')
#listings.plot(ax=ax, c='green')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove comments.

state of California:

```python
tracts = '../data/sandiego/tl_2019_06_tract.shp'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file is no longer provided. Further, using the acs_tracts_clean.shp data results in some screw-ups.

  1. The tracts don't need to be filtered anymore
  2. The CRS seems to be incorrectly set? I can't seem to get the two to agree on position correctly with a cursory investigation.

notebooks/03_spatial_data_processing.md Outdated Show resolved Hide resolved
notebooks/03_spatial_data_processing.md Outdated Show resolved Hide resolved
@ljwolf ljwolf changed the title drafting 03 processing processing chapter Sep 18, 2020
@sjsrey
Copy link
Contributor Author

sjsrey commented Nov 23, 2020

This now has all the references converted to the new jupyterbook format.

@ljwolf ljwolf merged commit eabfa8e into gdsbook:master Nov 24, 2020
@ljwolf ljwolf mentioned this pull request Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
draft Needs new writing or substantial re-writing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants