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

Doc, changes, example and test for raising errors about CRSs #1656

Merged
merged 4 commits into from
Jun 30, 2020

Conversation

josemazo
Copy link
Contributor

Story ch58758

@josemazo josemazo requested a review from Jesus89 June 26, 2020 10:00
@@ -75,6 +75,9 @@ def __init__(self, source, credentials=None, geom_col=None, encode_data=True):
self.query = self.manager.compute_query(source)
self.credentials = self.manager.credentials
elif isinstance(source, DataFrame):
if isinstance(source, GeoDataFrame): # Checking CRS

Choose a reason for hiding this comment

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

at least two spaces before inline comment

Copy link
Member

@Jesus89 Jesus89 left a comment

Choose a reason for hiding this comment

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

Good job!

Note: I made some changes to make sure this works also with Geopandas 0.6.0 (not tools.CRS available).

@Jesus89 Jesus89 merged commit a8c6d75 into develop Jun 30, 2020
@Jesus89 Jesus89 deleted the josema/ch85336/improve-docs-about-crs branch June 30, 2020 07:08
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.

3 participants