-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
HIGHWAY_VALUES don't seem to be used to filter #36
Comments
@danbjoseph First thing I would check is whether you have the package installed as editable. If you run in the command line: pip freeze | grep street-view-green-view Example output if editable: ❯ pip freeze | grep street-view-green-view
-e git+https://github.com/AmericanRedCross/street-view-green-view.git@11006e81cb5d9e712b23240e0b2673d20ec79761#egg=src Example output if not editable: ❯ pip freeze | grep street-view-green-view
src @ file:///Users/jqi/repos/street-view-green-view If it's not editable, then try reinstalling with |
appears to be editable?
|
Oh, I see what's going on. The logic in street-view-green-view/src/create_points.py Lines 42 to 44 in 037d04a
I had implemented it this way because it was just how it had been done in Treepedia. We can change this from an "exclude" list to an "include" list if you think it makes more sense. |
yes, i think we should go with "include" - i think it would be easier to do only sidewalks and pedestrian paths or do roadways or whatever. |
@jayqi would you be able to take a look at this?
i've modified and saved
create_points.py
to have the following:but when i run it, a
highway=tertiary
doesn't get points processed, whereas ahighway=service
does. this is not what i would expect. here is the file: ParkView.geojson.zip and screenshots illustrating results are below.a
highway=tertiary
with no points generated along its length:a
highway=service
with points generated along its length:The text was updated successfully, but these errors were encountered: