feat(nah.sh): intial commit

This commit is contained in:
Begerad, Stefan 2021-09-27 12:48:34 -04:00
commit dc929a18c2
5 changed files with 87 additions and 0 deletions

2
README.md Normal file
View File

@ -0,0 +1,2 @@
#Overview
This is the sandbox for projects using the General Transit Feed Structure (GTFS) data description.

9
nah.sh/README.md Normal file
View File

@ -0,0 +1,9 @@
# Source
Connect-Fahrplanauskunft GmbH](www.connect-fahrplanauskunft.de)
[Open Data Portal](http://www.connect-info.net/opendata/)
# Download Links
http://www.connect-info.net/opendata/gtfs/nah.sh/\/token\/
# Locations
http://www.connect-info.net/opendata/gtfs_output/\/token\/_Opendata-SH.zip

View File

@ -0,0 +1,28 @@
$ curl -v -o output-file http://www.connect-info.net/opendata/gtfs/nah.sh/\/token\/
* Expire in 0 ms for 6 (transfer 0x563ed9a74c70)
* Expire in 1 ms for 1 (transfer 0x563ed9a74c70)
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Expire in 3 ms for 1 (transfer 0x563ed9a74c70)
* Expire in 2 ms for 1 (transfer 0x563ed9a74c70)
...
* Expire in 4 ms for 1 (transfer 0x563ed9a74c70)
* Trying 62.154.206.91...
* TCP_NODELAY set
* Expire in 200 ms for 4 (transfer 0x563ed9a74c70)
* Connected to www.connect-info.net (62.154.206.91) port 80 (#0)
> GET /opendata/gtfs/nah.sh/\/token\/ HTTP/1.1
> Host: www.connect-info.net
> User-Agent: curl/7.64.0
> Accept: */*
>
< HTTP/1.1 302 Found
< Server: Apache-Coyote/1.1
...
< Location: http://www.connect-info.net/opendata/gtfs_output/\/token\/_Opendata-SH.zip
< Content-Length: 0
< Date: Sat, 25 Sep 2021 10:17:07 GMT
...
<
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
* Connection #0 to host www.connect-info.net left intact

View File

@ -0,0 +1,33 @@
$ curl -v -o output-file http://www.connect-info.net/opendata/gtfs_output/\/token\/_Opendata-SH.zip
* Expire in 0 ms for 6 (transfer 0x55b31fe27c70)
* Expire in 1 ms for 1 (transfer 0x55b31fe27c70)
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Expire in 0 ms for 1 (transfer 0x55b31fe27c70)
* Expire in 2 ms for 1 (transfer 0x55b31fe27c70)
...
* Expire in 2 ms for 1 (transfer 0x55b31fe27c70)
* Trying 62.154.206.91...
* TCP_NODELAY set
* Expire in 200 ms for 4 (transfer 0x55b31fe27c70)
* Connected to www.connect-info.net (62.154.206.91) port 80 (#0)
> GET /opendata/gtfs_output/\/token\/_Opendata-SH.zip HTTP/1.1
> Host: www.connect-info.net
> User-Agent: curl/7.64.0
> Accept: */*
>
< HTTP/1.1 200 OK
< Server: Apache-Coyote/1.1
...
< Accept-Ranges: bytes
...
< Last-Modified: Sat, 25 Sep 2021 10:17:07 GMT
< Content-Type: application/zip
< Content-Length: 21017424
< Date: Sat, 25 Sep 2021 10:18:01 GMT
...
< Cache-control: private
<
{ [14058 bytes data]
100 20.0M 100 20.0M 0 0 5120k 0 0:00:04 0:00:04 --:--:-- 5120k
* Connection #0 to host www.connect-info.net left intact

15
nah.sh/wget/README.md Normal file
View File

@ -0,0 +1,15 @@
$ wget http://www.connect-info.net/opendata/gtfs/nah.sh/\/token\/
--2021-09-25 06:36:24-- http://www.connect-info.net/opendata/gtfs/nah.sh/\/token\/
Resolving www.connect-info.net (www.connect-info.net)... 62.154.206.91
Connecting to www.connect-info.net (www.connect-info.net)|62.154.206.91|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://www.connect-info.net/opendata/gtfs_output/\/token\/_Opendata-SH.zip [following]
--2021-09-25 06:36:24-- http://www.connect-info.net/opendata/gtfs_output/\/token\/_Opendata-SH.zip
Reusing existing connection to www.connect-info.net:80.
HTTP request sent, awaiting response... 200 OK
Length: 21017424 (20M) [application/zip]
Saving to: \/token\/
\/token\/ 100%[=====================================================>] 20.04M 6.33MB/s in 3.9s
2021-09-25 06:36:28 (5.20 MB/s) - \/token\/ saved [21017424/21017424]