Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Extended demo #318
Extended demo #318
Changes from 35 commits
1170e35
4205538
3b72521
40273ba
499c7c6
f7d0eca
e5df6af
be25578
ea0c2c3
e6dd828
3efd28f
8ac48f4
a5669c4
b6c1e51
a9b730b
99cd081
e743eb1
024575d
a047a5c
dd195f0
4e156cb
545d59a
e87c6e1
04eaca0
7ce31da
cfe7f01
e9d4ff8
7180782
804b39f
d163af9
ac1afb8
cf2e96a
d09fb64
e266124
dc17b80
f6a12ab
3581124
0f06f94
76a6b98
67e709a
bc84017
e62d49e
4700608
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I get this here. I'm, not sure if this is the expected behaviour.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is
osmnx
things... It has always seemed to do this, I will have a quick look otherwise make an issue for itThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK this is a
gpd.read_file
issue. I can't figure out how to log it, suppress it, filter it, or anything that is a good idea. (I was able to suppress it in ipython, but it didn't seem to work in jupyter for whatever reason).I could either write my own geojson reader (no thanks), but I am expecting this entire module (
synthetic_write
inpost_processing.py
) to be massively refactored following #84 anyway.Thus I propose for now we ignore it.