-
Notifications
You must be signed in to change notification settings - Fork 31
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
r5r *not* throwing error for really large areas #407
Comments
Thank you for your response. I used a much smaller geographical extent and unfortunately I am still getting the error. |
@bigdataforsocialjustice , how exactly did you crop the OSM data to a smaller area? |
I used osmconvert64-0.8.8p
…On Tue, Oct 22, 2024 at 8:49 AM Rafael H M Pereira ***@***.***> wrote:
@bigdataforsocialjustice <https://github.com/bigdataforsocialjustice> ,
how exactly did you crop the OSM data to a smaller area?
—
Reply to this email directly, view it on GitHub
<#407 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUATXL636QD4OTU7YIDHDH3Z4ZCXJAVCNFSM6AAAAABQKCVQNKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRZGE4TMMZZGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@rafapereirabr seems like at some point there will be a blacklist of OSM cropping tools in the |
I'm starting to think this could be a good idea lol |
@bigdataforsocialjustice , could you please try cropping the OSM data using of the tool we suggest here ? |
Hello,
I downloaded the software and successfully clipped the larger file to the
smaller file. Unfortunately, I still get the same error. It says
network.dat finished building but no network.dat is in the directory. Thank
you for any further help you can provide.
…On Tue, Oct 22, 2024 at 4:17 PM Rafael H M Pereira ***@***.***> wrote:
@bigdataforsocialjustice <https://github.com/bigdataforsocialjustice> ,
could you please try cropping the OSM data using of the tool we suggest
here
<https://ipeagit.github.io/r5r/articles/faq.html#what-does-the-error-geographic-extent-of-street-layer-exceeds-limit-mean-and-what-to-do-about-it>
?
—
Reply to this email directly, view it on GitHub
<#407 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUATXLZ4EPPFBZ7K5VN7EP3Z42XFRAVCNFSM6AAAAABQKCVQNKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZQGE3TMMZYGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Just an update: I downloaded the pbf file for the whole state of Georgia
and when the setup_r5 finished running it said the network file was created
but there was no file and I received the same error. So it happened without
any clipping. Thanks again for all your help, and I truly appreciate any
further direction. Gia
On Tue, Oct 22, 2024 at 5:04 PM Gia Barboza <
***@***.***> wrote:
… Hello,
I downloaded the software and successfully clipped the larger file to the
smaller file. Unfortunately, I still get the same error. It says
network.dat finished building but no network.dat is in the directory. Thank
you for any further help you can provide.
On Tue, Oct 22, 2024 at 4:17 PM Rafael H M Pereira <
***@***.***> wrote:
> @bigdataforsocialjustice <https://github.com/bigdataforsocialjustice> ,
> could you please try cropping the OSM data using of the tool we suggest
> here
> <https://ipeagit.github.io/r5r/articles/faq.html#what-does-the-error-geographic-extent-of-street-layer-exceeds-limit-mean-and-what-to-do-about-it>
> ?
>
> —
> Reply to this email directly, view it on GitHub
> <#407 (comment)>, or
> unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AUATXLZ4EPPFBZ7K5VN7EP3Z42XFRAVCNFSM6AAAAABQKCVQNKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZQGE3TMMZYGM>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
As mentioned in our FAQ, R5 does not process ares where the
bbox
of the OSM data exceeds the limit of 975000 km2. The expected behavior of {r5r} is to throw and error in these cases. Something lige:Nonetheless, {r5r} is not throwing this error. Instead, it prints a message saying that the
network.dat
file has been built, but the file is not written to disk. This has been reported now in different issues, including #389 #405 #406The text was updated successfully, but these errors were encountered: